summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2009-11-18 15:30:40 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2009-11-18 15:30:40 +0000
commit0e9664b331e80bb08502500670458796e00ddcae (patch)
treea89483e96ec23039c3e8bfe8cffffd377b8eb91a /.gitattributes
parentea72b5770dd11276b3c35d87bf322ea9cd9ceb04 (diff)
Added driver_data struct to 1942.c and 1943.c. Also moved 1943.c to use memory_configure_bank in place of memory_set_bankptr.
Side-notes (not worth mention): * I fear we were missing a local static array in 1942 save states (now it is saved) * I haven't found a better way to configure 1943 banks than to split the 0x4000 bank into 4 pieces. can anyone come up with a better approach?
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index a086556936d..3e45c395c0f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2289,6 +2289,8 @@ 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/1942.h svneol=native#text/plain
+src/mame/includes/1943.h svneol=native#text/plain
src/mame/includes/20pacgal.h svneol=native#text/plain
src/mame/includes/4enraya.h svneol=native#text/plain
src/mame/includes/8080bw.h svneol=native#text/plain