diff options
| author | 2020-07-19 09:10:32 -0400 | |
|---|---|---|
| committer | 2020-07-19 09:11:33 -0400 | |
| commit | 01d5f7da9d4233afe0b54d6be1238ae29875d593 (patch) | |
| tree | a8c046396f825da7af6e0a59748490a42949134c | |
| parent | 718da3388ce2a510ec1cee69bbee31acab36a98c (diff) | |
Fix an accidentally clobbered line during the System 11 Banking fix. Jokerz uses a completely different background sound board to the other System 11 games anyway, which will be the subject of a future commit. [Lord Nightmare, MASH]
| -rw-r--r-- | src/mame/drivers/s11b.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/s11b.cpp b/src/mame/drivers/s11b.cpp index e287e4b3547..74b5a65e753 100644 --- a/src/mame/drivers/s11b.cpp +++ b/src/mame/drivers/s11b.cpp @@ -1102,7 +1102,7 @@ ROM_START(jokrz_g4) ROM_LOAD("jokeru22.l1", 0x10000, 0x8000, CRC(2f67160c) SHA1(f1e179fde41f9bf8226069c24b0bd5152a13e518)) ROM_REGION(0x80000, "bgcpu", ROMREGION_ERASEFF) ROM_LOAD("jokeru5.l2", 0x00000, 0x10000, CRC(e9dc0095) SHA1(23a99555e50461ccc8e67de01796642c080294c2)) - ROM_CONTINUE(0x20000, 0x10000) + ROM_RELOAD(0x20000, 0x10000) ROM_END /*----------------------- |
