diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-07-05 11:43:45 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-07-05 11:43:45 +0000 |
commit | e9242f80570775b7d355c509b49398f11d4d8c07 (patch) | |
tree | 7c160ffa58c414f54452d5b9ee05d98c13da3916 /emulators/xmame | |
parent | daa17e5cf59e899dbca14643f92ae94c6a41f78f (diff) | |
download | pkgsrc-e9242f80570775b7d355c509b49398f11d4d8c07.tar.gz |
Work around a small bug in this beta.
Diffstat (limited to 'emulators/xmame')
-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", |