summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2017-09-13 15:57:27 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2017-09-13 15:57:27 +0200
commit77153bcb6eeffd7bdf8060e59a30845df8714494 (patch)
treefbaf748376a52e0c5e66b6d771b3c18bf40e0263
parentf8da923ba0f167584e545cf907f42eb0f1341d77 (diff)
skykid.cpp: small note (nw)
-rw-r--r--src/mame/drivers/skykid.cpp2
1 files changed, 1 insertions, 1 deletions
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) )