diff options
author | 2008-01-04 23:10:29 +0000 | |
---|---|---|
committer | 2008-01-04 23:10:29 +0000 | |
commit | fe9dff357c34c79ce7663e563fbe3f61341ac466 (patch) | |
tree | 0bc08db2105f4be8f064c35fffc2b5b34229a48f /.gitattributes | |
parent | 2cadf1a98ad780d832bee32db1cd18a4ebc35dfb (diff) |
Added Z80 DMA chip.
- only implements intelligence to emulate dkong3
- fixed a misleading comment in 8257dma.h
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e122b9b18a5..0d54de3f937 100644 --- a/.gitattributes +++ b/.gitattributes @@ -644,6 +644,8 @@ src/emu/machine/x76f100.c svneol=native#text/plain src/emu/machine/x76f100.h svneol=native#text/plain src/emu/machine/z80ctc.c svneol=native#text/plain src/emu/machine/z80ctc.h svneol=native#text/plain +src/emu/machine/z80dma.c svneol=native#text/plain +src/emu/machine/z80dma.h svneol=native#text/plain src/emu/machine/z80pio.c svneol=native#text/plain src/emu/machine/z80pio.h svneol=native#text/plain src/emu/machine/z80sio.c svneol=native#text/plain |