mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
Comment correction (nw)
This commit is contained in:
parent
ea734065c7
commit
37d235f4f7
@ -627,8 +627,8 @@ offs_t z180_device::disasm_disassemble(std::ostream &stream, offs_t pc, const ui
|
||||
#define Z180_DSTAT_WMASK 0xcc
|
||||
|
||||
/* 31 DMA mode register */
|
||||
#define Z180_DMODE_DM 0x30 /* DMA ch 1/0 destination select */
|
||||
#define Z180_DMODE_SM 0x0c /* DMA ch 1/0 source select */
|
||||
#define Z180_DMODE_DM 0x30 /* DMA ch 0 destination addressing mode */
|
||||
#define Z180_DMODE_SM 0x0c /* DMA ch 0 source addressing mode */
|
||||
#define Z180_DMODE_MMOD 0x02 /* DMA cycle steal/burst mode select */
|
||||
|
||||
#define Z180_DMODE_RESET 0x00
|
||||
|
Loading…
Reference in New Issue
Block a user