mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
fixes capitol letter in rom name issue in last commit
This commit is contained in:
parent
98a838fe06
commit
0eca6ca59c
@ -2835,7 +2835,7 @@ ROM_START( peekaboo )
|
||||
ROM_LOAD16_BYTE( "j2", 0x000001, 0x020000, CRC(7b3d430d) SHA1(8b48101929da4938a61dfd0eda845368c4184831) )
|
||||
|
||||
ROM_REGION( 0x40000, REGION_CPU2, 0 ) /* MCU Internal Code */
|
||||
ROM_LOAD( "mO-90233.mcu", 0x000000, 0x40000, NO_DUMP )
|
||||
ROM_LOAD( "mo-90233.mcu", 0x000000, 0x40000, NO_DUMP )
|
||||
|
||||
ROM_REGION( 0x080000, REGION_GFX1, ROMREGION_DISPOSE ) /* Scroll 0 */
|
||||
ROM_LOAD( "5", 0x000000, 0x080000, CRC(34fa07bb) SHA1(0f688acf302fd56701ee4fcc1d692adb7bf86ce4) )
|
||||
|
Loading…
Reference in New Issue
Block a user