summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jchan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jchan.c')
-rw-r--r--src/mame/drivers/jchan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/jchan.c b/src/mame/drivers/jchan.c
index 40294bcf10a..110e5893a48 100644
--- a/src/mame/drivers/jchan.c
+++ b/src/mame/drivers/jchan.c
@@ -724,5 +724,5 @@ DRIVER_INIT_MEMBER( jchan_state, jchan )
/* game drivers */
-GAME( 1995, jchan, 0, jchan, jchan, jchan_state, jchan, ROT0, "Kaneko", "Jackie Chan - The Kung-Fu Master", GAME_IMPERFECT_GRAPHICS | GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
-GAME( 1995, jchan2, 0, jchan, jchan2, jchan_state, jchan, ROT0, "Kaneko", "Jackie Chan in Fists of Fire", GAME_IMPERFECT_GRAPHICS | GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
+GAME( 1995, jchan, 0, jchan, jchan, jchan_state, jchan, ROT0, "Kaneko", "Jackie Chan - The Kung-Fu Master", MACHINE_IMPERFECT_GRAPHICS | MACHINE_NO_COCKTAIL | MACHINE_SUPPORTS_SAVE )
+GAME( 1995, jchan2, 0, jchan, jchan2, jchan_state, jchan, ROT0, "Kaneko", "Jackie Chan in Fists of Fire", MACHINE_IMPERFECT_GRAPHICS | MACHINE_NO_COCKTAIL | MACHINE_SUPPORTS_SAVE )