From 77153bcb6eeffd7bdf8060e59a30845df8714494 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Wed, 13 Sep 2017 15:57:27 +0200 Subject: skykid.cpp: small note (nw) --- src/mame/drivers/skykid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/skykid.cpp b/src/mame/drivers/skykid.cpp index 65a183e5816..5373dd50605 100644 --- a/src/mame/drivers/skykid.cpp +++ b/src/mame/drivers/skykid.cpp @@ -474,7 +474,7 @@ static MACHINE_CONFIG_START( skykid ) MACHINE_CONFIG_END -ROM_START( skykid ) +ROM_START( skykid ) // a PCB was found with ROM 4 and 6 labeled sk1, but hashes match the sk2 listed here and in other sets, while they differ from the sk1 ROMs in set skykidd? ROM_REGION( 0x14000, "maincpu", 0 ) /* 6809 code */ ROM_LOAD( "sk2_2.6c", 0x08000, 0x4000, CRC(ea8a5822) SHA1(5b13133410bcb7d647e662b476dbfd2edab8aac0) ) ROM_LOAD( "sk1-1c.6b", 0x0c000, 0x4000, CRC(7abe6c6c) SHA1(7d2631cc6149fa3e02b1355cb899de5474ff5d0a) ) -- cgit v1.2.3