diff options
author | 2010-10-14 07:04:16 +0000 | |
---|---|---|
committer | 2010-10-14 07:04:16 +0000 | |
commit | 3e621b169b9139ff8d7cb98c52615be66e825d5e (patch) | |
tree | b5da88e2821f71b4488f4e60d7821a7d09184115 /src/emu/machine/z80dma.c | |
parent | ec6298ad894161c76e36ab7e29e1c93fbef755ff (diff) |
Cleanups and version bump.
Diffstat (limited to 'src/emu/machine/z80dma.c')
-rw-r--r-- | src/emu/machine/z80dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/z80dma.c b/src/emu/machine/z80dma.c index 8ddd7cb95bd..44e49bc854c 100644 --- a/src/emu/machine/z80dma.c +++ b/src/emu/machine/z80dma.c @@ -12,7 +12,7 @@ - Only memory to memory is tested! TODO: - - reset command (C3) is handled improperly + - reset command (C3) is handled improperly - rewrite to match documentation - implement missing features - implement more asserts @@ -663,7 +663,7 @@ void z80dma_device::write(UINT8 data) if (m_num_follow == 0) { m_reset_pointer = 0; - + if ((data & 0x87) == 0) // WR2 { WR2 = data; |