diff options
author | 2010-08-12 04:24:53 +0000 | |
---|---|---|
committer | 2010-08-12 04:24:53 +0000 | |
commit | ab18e234b023edd78802ff5192218e304e946928 (patch) | |
tree | 5dc206caef2e2195cc7f42ce84daaa91c17b7a10 /src/emu/machine/z80dma.c | |
parent | 302396a054d4ff49be011ffbf8ccae678b3dd354 (diff) |
Cleanups and version bump.mame0139u1
Diffstat (limited to 'src/emu/machine/z80dma.c')
-rw-r--r-- | src/emu/machine/z80dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/z80dma.c b/src/emu/machine/z80dma.c index 21aa49b08de..48e1ef22c7a 100644 --- a/src/emu/machine/z80dma.c +++ b/src/emu/machine/z80dma.c @@ -12,7 +12,7 @@ - Only memory to memory is tested! TODO: - - rewrite to match documentation + - rewrite to match documentation - implement missing features - implement more asserts - implement a INPUT_LINE_BUSREQ for Z80. As a workaround, |