mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
dataeast/kchamp.cpp: Fix parent/clone on kchamp2p (#11272)
This commit is contained in:
parent
f7a8b2ba0a
commit
37a047d0f0
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@ void kchamp_state::init_kchampvs2()
|
|||
|
||||
// YEAR NAME PARENT MACHINE INPUT CLASS INIT ROT COMPANY FULLNAME FLAGS
|
||||
GAME( 1984, kchamp, 0, kchamp, kchamp, kchamp_state, empty_init, ROT90, "Data East USA", "Karate Champ (US)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1984, kchamp2p, 0, kchamp, kchampvs, kchamp_state, empty_init, ROT90, "Data East USA", "Karate Champ (US, 2 players)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1984, kchamp2p, kchamp, kchamp, kchampvs, kchamp_state, empty_init, ROT90, "Data East USA", "Karate Champ (US, 2 players)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1984, karatedo, kchamp, kchamp, kchamp, kchamp_state, empty_init, ROT90, "Data East Corporation", "Karate Dou (Japan)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1984, kchamptec, kchamp, kchamp, kchamp, kchamp_state, empty_init, ROT90, "bootleg (Tecfri)", "Karate Champ (Tecfri bootleg)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1984, karateda, kchamp, kchamp_arfyc, kchamp, kchamp_state, empty_init, ROT90, "bootleg (Arfyc)", "Karate Dou (Arfyc bootleg)", MACHINE_SUPPORTS_SAVE )
|
||||
|
|
Loading…
Reference in a new issue