mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
gameking: sync with release branch
This commit is contained in:
parent
bbc51e7462
commit
3bb47ba3ad
2 changed files with 5 additions and 5 deletions
|
@ -48,9 +48,9 @@ license:CC0
|
||||||
<bounds left="2.5" right="10.5" top="0" bottom="11" />
|
<bounds left="2.5" right="10.5" top="0" bottom="11" />
|
||||||
|
|
||||||
<!-- score panel leds -->
|
<!-- score panel leds -->
|
||||||
<group ref="digits"><bounds x="3.25" y="3.5" width="0.45" height="3" /><orientation rotate="270" /></group>
|
<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" width="1" height="1" /></element>
|
<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" 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 -->
|
<!-- playfield leds -->
|
||||||
<element name="7.0" ref="led"><bounds x="5" y="9" width="1" height="1" /></element>
|
<element name="7.0" ref="led"><bounds x="5" y="9" width="1" height="1" /></element>
|
||||||
|
|
|
@ -346,9 +346,9 @@ ROM_START(gamekin3)
|
||||||
ROM_LOAD("gm220.bin", 0x00000, 0x80000, CRC(1dc43bd5) SHA1(f9dcd3cb76bb7cb10565a1acb070ab375c082b4c) )
|
ROM_LOAD("gm220.bin", 0x00000, 0x80000, CRC(1dc43bd5) SHA1(f9dcd3cb76bb7cb10565a1acb070ab375c082b4c) )
|
||||||
ROM_END
|
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
|
// 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)
|
// 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
|
// my gameking bios backup solution might work on it
|
||||||
|
|
Loading…
Reference in a new issue