summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-10-24 13:41:32 +0200
committer hap <happppp@users.noreply.github.com>2022-10-24 13:41:45 +0200
commit3bb47ba3adf380ee550432e6e6df15675d6dfd84 (patch)
tree70180d4be2dfe857cd45a33a7bc0d3aab3048636
parentbbc51e7462e8c7e6f46d495e075157a661e8a38b (diff)
gameking: sync with release branch
-rw-r--r--src/mame/layout/ssports4.lay6
-rw-r--r--src/mame/skeleton/gameking.cpp4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/layout/ssports4.lay b/src/mame/layout/ssports4.lay
index fa6193af1ce..3b0f14f52e9 100644
--- a/src/mame/layout/ssports4.lay
+++ b/src/mame/layout/ssports4.lay
@@ -48,9 +48,9 @@ license:CC0
<bounds left="2.5" right="10.5" top="0" bottom="11" />
<!-- score panel leds -->
- <group ref="digits"><bounds x="3.25" y="3.5" width="0.45" height="3" /><orientation rotate="270" /></group>
- <element name="0.8" ref="led"><bounds x="2.975" y="7" width="1" height="1" /></element>
- <element name="1.8" ref="led"><bounds x="2.975" y="2" width="1" height="1" /></element>
+ <group ref="digits"><bounds x="3.25" y="4" width="0.45" height="3" /><orientation rotate="270" /></group>
+ <element name="0.8" ref="led"><bounds x="2.975" y="7.5" width="1" height="1" /></element>
+ <element name="1.8" ref="led"><bounds x="2.975" y="2.5" width="1" height="1" /></element>
<!-- playfield leds -->
<element name="7.0" ref="led"><bounds x="5" y="9" width="1" height="1" /></element>
diff --git a/src/mame/skeleton/gameking.cpp b/src/mame/skeleton/gameking.cpp
index d799254dd28..e38960ae92a 100644
--- a/src/mame/skeleton/gameking.cpp
+++ b/src/mame/skeleton/gameking.cpp
@@ -346,9 +346,9 @@ ROM_START(gamekin3)
ROM_LOAD("gm220.bin", 0x00000, 0x80000, CRC(1dc43bd5) SHA1(f9dcd3cb76bb7cb10565a1acb070ab375c082b4c) )
ROM_END
-CONS( 2003, gameking, 0, 0, gameking1, gameking, gameking_state, init_gameking, "TimeTop", "GameKing GM-218", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND )
+CONS( 2003, gameking, 0, 0, gameking1, gameking, gameking_state, init_gameking, "TimeTop", "GameKing GM-218", MACHINE_IMPERFECT_SOUND )
// the GameKing 2 (GM-219) is probably identical HW
-CONS( 2003, gamekin3, 0, 0, gameking3, gameking3, gameking_state, init_gameking, "TimeTop", "GameKing 3", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND )
+CONS( 2003, gamekin3, 0, 0, gameking3, gameking3, gameking_state, init_gameking, "TimeTop", "GameKing 3", MACHINE_IMPERFECT_SOUND )
// gameking 3: similiar cartridges, accepts gameking cartridges, gameking3 cartridges not working on gameking (illegal cartridge scroller)
// my gameking bios backup solution might work on it