From fc3a0daf847deb6e359c526169093f21f67989c7 Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Sun, 6 Oct 2024 17:47:47 +0200 Subject: pinball/inder.cpp: Dumped ROMs from "bonus expansion board" used by Moon Light. (#12841) [jordigahan] This board is used for driving lamps. It is described in the manual and schematics. --- src/mame/pinball/inder.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mame/pinball/inder.cpp b/src/mame/pinball/inder.cpp index 186d60fab08..7b7aa6b6007 100644 --- a/src/mame/pinball/inder.cpp +++ b/src/mame/pinball/inder.cpp @@ -1557,6 +1557,10 @@ ROM_START(pinmoonl) ROM_LOAD("ci-23.bin", 0x10000, 0x10000, CRC(eac346da) SHA1(7c4c26ae089dda0dcd7300fd1ecabf5a91099c41)) ROM_LOAD("ci-22.bin", 0x20000, 0x10000, CRC(379740da) SHA1(83ad13ab7f1f37c78397d8e830bd74c5a7aea758)) ROM_LOAD("ci-21.bin", 0x30000, 0x10000, CRC(0febb4a7) SHA1(e6cc1b26ddfe9cd58da29de2a50a83ce50afe323)) + + ROM_REGION(0x4000, "bonus", ROMREGION_ERASEFF) // On "Bonus expansion board" + ROM_LOAD("inder_sa_m17_moon_ligh_bonus_rom_1.ci1", 0x0000, 0x2000, CRC(2c45fd1e) SHA1(4cd1336271d77d9acb7c81a5461546842e946dc3)) + ROM_LOAD("inder_sa_m17_moon_ligh_bonus_rom_2.ci2", 0x2000, 0x2000, CRC(c0dc1523) SHA1(511657cc01fbbb5146e32ef26a9b259250df3fb6)) ROM_END /*------------------------------------------------------------------- -- cgit v1.2.3