diff options
author | 2014-09-15 20:55:32 +0000 | |
---|---|---|
committer | 2014-09-15 20:55:32 +0000 | |
commit | 030ae5f67ad4d9fe234094235ebac65fe518b8e4 (patch) | |
tree | 78df9178c555ce9765ecacbb7b46a9e9ce7be2f3 /.gitattributes | |
parent | 0bf0ae511867231a0971bb900494612fd3f3e80e (diff) |
add palette dma (RAM to private buffer) to all seibu cop games
moved some of the Raiden 2 cop emulation to a new device (just the memory DMA stuff, including private buffer copy code) and started sharing it with legionna.c in order to avoid code duplication. We can slowly move other duplicate code over too and eventually kill the old seicop.c
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 288b14a8372..b2c4a0c2c1e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2948,8 +2948,6 @@ src/emu/machine/s3c24xx.inc svneol=native#text/plain src/emu/machine/s3c44b0.c svneol=native#text/plain src/emu/machine/s3c44b0.h svneol=native#text/plain src/emu/machine/saturn.c svneol=native#text/plain -src/emu/machine/seibu_cop.c svneol=native#text/plain -src/emu/machine/seibu_cop.h svneol=native#text/plain src/emu/machine/serflash.c svneol=native#text/plain src/emu/machine/serflash.h svneol=native#text/plain src/emu/machine/smc91c9x.c svneol=native#text/plain @@ -7019,6 +7017,8 @@ src/mame/machine/playch10.c svneol=native#text/plain src/mame/machine/pxa255.h svneol=native#text/plain src/mame/machine/qix.c svneol=native#text/plain src/mame/machine/r2crypt.c svneol=native#text/plain +src/mame/machine/raiden2cop.c svneol=native#text/plain +src/mame/machine/raiden2cop.h svneol=native#text/plain src/mame/machine/rainbow.c svneol=native#text/plain src/mame/machine/retofinv.c svneol=native#text/plain src/mame/machine/scramble.c svneol=native#text/plain |