summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Jean-François DEL NERO <jeanfrancoisdelnero@free.fr>2015-11-30 08:43:42 +0100
committer Jean-François DEL NERO <jeanfrancoisdelnero@free.fr>2015-11-30 08:43:42 +0100
commit16af278da9af45967e49131684cfb1930275a0d3 (patch)
tree36f865b9a27f9a1a7df2fc88a4d1612462eeaea4
parent6f4ad4418328d1f8ffe681e7f13558f5bdf69655 (diff)
ROM v1.2 signature removed until we get the permission to distribute it.
-rw-r--r--src/mame/drivers/squale.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/squale.cpp b/src/mame/drivers/squale.cpp
index 8c71d022673..735d1e003f8 100644
--- a/src/mame/drivers/squale.cpp
+++ b/src/mame/drivers/squale.cpp
@@ -186,11 +186,11 @@ MACHINE_CONFIG_END
ROM_START( squale )
ROM_REGION( 0x2000, "maincpu", 0 )
ROM_DEFAULT_BIOS("v201")
- ROM_SYSTEM_BIOS(0, "v102", "Version 1.2")
- ROMX_LOAD( "sqmon_1v2.bin", 0x0000, 0x1000, CRC(c8635598) SHA1(fd944be3c17ec2be2de91c705e90214ca55aa63c), ROM_BIOS(1) )
- ROM_RELOAD( 0x1000, 0x1000 )
- ROM_SYSTEM_BIOS(1, "v201", "Version 2.1")
- ROMX_LOAD( "sqmon_2r1.bin", 0x0000, 0x2000, CRC(ed57c707) SHA1(c8bd33a6fb07fe7f881f2605ad867b7e82366bfc), ROM_BIOS(2) )
+
+ ROM_SYSTEM_BIOS(0, "v201", "Version 2.1")
+ ROMX_LOAD( "sqmon_2r1.bin", 0x0000, 0x2000, CRC(ed57c707) SHA1(c8bd33a6fb07fe7f881f2605ad867b7e82366bfc), ROM_BIOS(1) )
+
+ // place ROM v1.2 signature here.
ROM_REGION( 0x1E0, "ef9365", 0 )
ROM_LOAD( "charset_ef9365.rom", 0x0000, 0x01E0, CRC(22BE2908) SHA1(3920ee887b8ca2887b3e0471bea7c1045a87fc10) )