diff options
author | 2008-01-04 23:10:29 +0000 | |
---|---|---|
committer | 2008-01-04 23:10:29 +0000 | |
commit | fe9dff357c34c79ce7663e563fbe3f61341ac466 (patch) | |
tree | 0bc08db2105f4be8f064c35fffc2b5b34229a48f /src/emu/machine/8257dma.h | |
parent | 2cadf1a98ad780d832bee32db1cd18a4ebc35dfb (diff) |
Added Z80 DMA chip.
- only implements intelligence to emulate dkong3
- fixed a misleading comment in 8257dma.h
Diffstat (limited to 'src/emu/machine/8257dma.h')
-rw-r--r-- | src/emu/machine/8257dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/8257dma.h b/src/emu/machine/8257dma.h index 3c963f5cb1e..bcb4cf7d39b 100644 --- a/src/emu/machine/8257dma.h +++ b/src/emu/machine/8257dma.h @@ -21,7 +21,7 @@ struct dma8257_interface /* CPU to halt when DMA is active */ int cpunum; - /* speed of DMA accesses (per byte) */ + /* clock */ int clockhz; /* accessors to main memory */ |