diff options
author | mycroft <mycroft> | 1998-07-05 11:43:45 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-07-05 11:43:45 +0000 |
commit | 7636fa6fae829ea31ab483eb97c8c0fb16693eaf (patch) | |
tree | 7c160ffa58c414f54452d5b9ee05d98c13da3916 /emulators | |
parent | 967cc766da1e291fcc085c1acd37ef03ffff36c0 (diff) | |
download | pkgsrc-7636fa6fae829ea31ab483eb97c8c0fb16693eaf.tar.gz |
Work around a small bug in this beta.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/patches/patch-ba | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/xmame/patches/patch-ba b/emulators/xmame/patches/patch-ba new file mode 100644 index 00000000000..9ce3c6b3190 --- /dev/null +++ b/emulators/xmame/patches/patch-ba @@ -0,0 +1,11 @@ +--- src/drivers/1942.c.orig Wed Jun 17 04:28:50 1998 ++++ src/drivers/1942.c Sun Jul 5 07:42:45 1998 +@@ -849,7 +849,7 @@ + { + __FILE__, + &c1942_driver, +- "1942", ++ "1942a", + "1942 (alternate)", + "1984", + "Capcom", |