mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
notes (nw)
This commit is contained in:
parent
18891da622
commit
1f7e59e420
@ -589,8 +589,8 @@ DRIVER_INIT_MEMBER(superchs_state,superchs)
|
||||
m_subcpu->space(AS_PROGRAM).install_read_handler(0x80000a, 0x80000b, read16_delegate(FUNC(superchs_state::sub_cycle_r),this));
|
||||
}
|
||||
|
||||
GAMEL( 1992, superchs, 0, superchs, superchs, superchs_state, superchs, ROT0, "Taito Corporation Japan", "Super Chase - Criminal Termination (World)", 0, layout_superchs )
|
||||
GAMEL( 1992, superchsu, superchs, superchs, superchs, superchs_state, superchs, ROT0, "Taito America Corporation", "Super Chase - Criminal Termination (US)", 0, layout_superchs )
|
||||
GAMEL( 1992, superchsj, superchs, superchs, superchs, superchs_state, superchs, ROT0, "Taito Corporation", "Super Chase - Criminal Termination (Japan)", 0, layout_superchs )
|
||||
GAMEL( 1992, superchs, 0, superchs, superchs, superchs_state, superchs, ROT0, "Taito Corporation Japan", "Super Chase - Criminal Termination (World)", 0, layout_superchs ) // 1993/02/16 11:39:36 SUPER CHASE VER 1.2O
|
||||
GAMEL( 1992, superchsu, superchs, superchs, superchs, superchs_state, superchs, ROT0, "Taito America Corporation", "Super Chase - Criminal Termination (US)", 0, layout_superchs ) // 1993/02/16 11:39:36 SUPER CHASE VER 1.2A
|
||||
GAMEL( 1992, superchsj, superchs, superchs, superchs, superchs_state, superchs, ROT0, "Taito Corporation", "Super Chase - Criminal Termination (Japan)", 0, layout_superchs ) // 1993/02/16 11:29:18 SUPER CHASE VER 1.2J
|
||||
GAMEL( 1992, superchsp, superchs, chase3, superchs, superchs_state, 0, ORIENTATION_FLIP_X, "Taito Corporation", "Super Chase - Criminal Termination (1992/10/26 20:24:29 CHASE 3 VER 1.1, prototype)", 0, layout_superchs ) // has CHASE 3 as the internal description
|
||||
GAMEL( 1992, superchsp2,superchs, chase3, superchs, superchs_state, 0, ORIENTATION_FLIP_X, "Taito Corporation", "Super Chase - Criminal Termination (1992/01/18 18:29:18 CHASE 3 VER 1.30, prototype)", 0, layout_superchs )
|
||||
GAMEL( 1992, superchsp2,superchs, chase3, superchs, superchs_state, 0, ORIENTATION_FLIP_X, "Taito Corporation", "Super Chase - Criminal Termination (1992/01/18 18:29:18 CHASE 3 VER 1.3O, prototype)", 0, layout_superchs )
|
||||
|
Loading…
Reference in New Issue
Block a user