Skip to content

Commit

Permalink
Fix stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
rejunity committed Jun 5, 2024
1 parent a31522c commit 9436cbd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/ci2406_z80.v
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,13 @@ module ci2406_z80(

.A ({io_out[21:11], io_out[6], io_out[7], io_out[8], io_out[10], io_out[9]}),

io[ 5]| /RFSH -->
io[*1]| /M1 -->
...
<-- /HALT |io[32] io[*0]| /BUSAK -->
<-- /MREQ |io[33] io[ 3]| /WR -->
<-- /IORQ |io[34] io[ 2]| /RD -->
`-------------------------------------'
// io[ 5]| /RFSH -->
// io[*1]| /M1 -->
// ...
// <-- /HALT |io[32] io[*0]| /BUSAK -->
// <-- /MREQ |io[33] io[ 3]| /WR -->
// <-- /IORQ |io[34] io[ 2]| /RD -->
// `-------------------------------------'

.halt_n (io_out[32]),
.busak_n (io_out[ 0]),
Expand Down

0 comments on commit 9436cbd

Please sign in to comment.