mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
removed a left over comment from superqix.c driver.
This commit is contained in:
parent
22732330ea
commit
1234aeb8f5
@ -1252,7 +1252,7 @@ ROM_START( sqixr1 )
|
||||
ROM_REGION( 0x1000, "mcu", 0 ) /* I8751 code */
|
||||
ROM_LOAD( "b03-03.l2", 0x00000, 0x1000, NO_DUMP ) /* Original Taito ID code for this set's MCU */
|
||||
/* sq07.108 is from the sqixb1 set, it will be removed once the actual MCU code from b03-03.l2 is decapped / dumped */
|
||||
ROM_LOAD( "sq07.108", 0x00000, 0x1000, BAD_DUMP CRC(d11411fb) SHA1(31183f433596c4d2503c01f6dc8d91024f2cf5de) ) // from sqixa (bootleg)
|
||||
ROM_LOAD( "sq07.108", 0x00000, 0x1000, BAD_DUMP CRC(d11411fb) SHA1(31183f433596c4d2503c01f6dc8d91024f2cf5de) )
|
||||
|
||||
ROM_REGION( 0x08000, "gfx1", ROMREGION_DISPOSE )
|
||||
ROM_LOAD( "b03-04.s8", 0x00000, 0x08000, CRC(f815ef45) SHA1(4189d455b6ccf3ae922d410fb624c4665203febf) )
|
||||
|
Loading…
Reference in New Issue
Block a user