mirror of
https://github.com/holub/mame
synced 2025-07-08 11:21:56 +03:00
sg1000a.cpp: correct year for sderby2. Thanks sjy96525 (nw)
This commit is contained in:
parent
6a28cbd39e
commit
ae13c50eda
@ -551,4 +551,4 @@ DRIVER_INIT_MEMBER(sg1000a_state,sg1000a)
|
||||
GAME( 1984, chboxing, 0, sg1000a, chboxing, sg1000a_state, sg1000a, ROT0, "Sega", "Champion Boxing", 0 )
|
||||
GAME( 1985, chwrestl, 0, sg1000ax, chwrestl, sg1000a_state, sg1000a, ROT0, "Sega", "Champion Pro Wrestling", 0 )
|
||||
GAME( 1985, dokidoki, 0, sg1000a, dokidoki, sg1000a_state, sg1000a, ROT0, "Sega", "Doki Doki Penguin Land", 0 )
|
||||
GAME( 198?, sderby2, 0, sderby2, sderby2, sg1000a_state, sg1000a, ROT0, "Sega", "Super Derby II (Satellite board)", MACHINE_NOT_WORKING ) // inputs aren't hooked up, probably needs to be connected to the main board anyway
|
||||
GAME( 1985, sderby2, 0, sderby2, sderby2, sg1000a_state, sg1000a, ROT0, "Sega", "Super Derby II (Satellite board)", MACHINE_NOT_WORKING ) // inputs aren't hooked up, probably needs to be connected to the main board anyway
|
||||
|
@ -33731,7 +33731,7 @@ sg1000m2 // Sega SG-1000 Mark II (Japan)
|
||||
chboxing // (c) 1984
|
||||
chwrestl // (c) 1985
|
||||
dokidoki // (c) 1985
|
||||
sderby2 // (c) 198?
|
||||
sderby2 // (c) 1985
|
||||
|
||||
@source:sh4robot.cpp
|
||||
sh4robot //
|
||||
|
Loading…
Reference in New Issue
Block a user