diff options
author | 2008-01-28 06:06:27 +0000 | |
---|---|---|
committer | 2008-01-28 06:06:27 +0000 | |
commit | e424adb362864854a86d966d5765eef59b762a44 (patch) | |
tree | eeea8dd7ffa3cd1d293e5deb5a43ae94523b99fd /.gitattributes | |
parent | 340d21a57773b7f10bac42df78018956d466d3eb (diff) |
- Driver clean-up, including driver state
- Tried improving on the ROM mirroring, without any success. Maybe somebody could look into it -- right now it requires all kinds of trickery and even a memcpy ;) All I know is that everything that's there right now is needed otherwise either the game fails the ROM test, or Galaga crashes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index bc899a03725..0429aabf774 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2093,6 +2093,7 @@ src/mame/drivers/zodiack.c svneol=native#text/plain src/mame/drivers/zr107.c svneol=native#text/plain src/mame/etc/fd1094dp.c svneol=native#text/plain src/mame/etc/jrcrypt.c svneol=native#text/plain +src/mame/includes/20pacgal.h svneol=native#text/plain src/mame/includes/8080bw.h svneol=native#text/plain src/mame/includes/amiga.h svneol=native#text/plain src/mame/includes/appoooh.h svneol=native#text/plain |