summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/superqix.c
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2009-05-25 00:32:52 +0000
committer Brian Troha <briantro@users.noreply.github.com>2009-05-25 00:32:52 +0000
commit1234aeb8f5272776dde0e49123c2cee617d43741 (patch)
tree91e51886abfae0d8575d3712744d7e5e7cf04416 /src/mame/drivers/superqix.c
parent22732330ea4aa749e6ca58ca2a895eeced033760 (diff)
removed a left over comment from superqix.c driver.
Diffstat (limited to 'src/mame/drivers/superqix.c')
-rw-r--r--src/mame/drivers/superqix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/superqix.c b/src/mame/drivers/superqix.c
index d9c8cd3f5c6..13b57ff5d32 100644
--- a/src/mame/drivers/superqix.c
+++ b/src/mame/drivers/superqix.c
@@ -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) )