summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-06-11 19:08:36 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-06-11 19:08:36 +0200
commita39cfa82a4d26277a65efec6ebf6986186567661 (patch)
tree913c269dbf2e720529a1dce4aa56fa1a29d43c34 /src/mame
parent6c1464238ce60191bf17a8269f536919e5d2e9d2 (diff)
Rom for GameKing 3 [PeT, James]
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/gameking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gameking.cpp b/src/mame/drivers/gameking.cpp
index 66ce023b10b..96366b2bf02 100644
--- a/src/mame/drivers/gameking.cpp
+++ b/src/mame/drivers/gameking.cpp
@@ -315,7 +315,7 @@ ROM_END
ROM_START(gamekin3)
ROM_REGION(0x10000+0x80000, "maincpu", ROMREGION_ERASE00)
- ROM_LOAD("gameking3", 0x10000, 0x80000,NO_DUMP )
+ ROM_LOAD("gm220.bin", 0x10000, 0x80000, CRC(1dc43bd5) SHA1(f9dcd3cb76bb7cb10565a1acb070ab375c082b4c) )
ROM_END
CONS(2003, gameking, 0, 0, gameking1, gameking, gameking_state, gameking, "TimeTop", "GameKing GM-218", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )