mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
(cleanup winrun machinestart)
This commit is contained in:
parent
862d23ccc5
commit
0035b5d873
@ -1611,7 +1611,7 @@ static MACHINE_CONFIG_START( driveyes, namcos21_state )
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
static MACHINE_CONFIG_START( winrun_c140_typeA, namcos21_state )
|
||||
static MACHINE_CONFIG_START( winrun, namcos21_state )
|
||||
MCFG_CPU_ADD("maincpu", M68000,12288000) /* Master */
|
||||
MCFG_CPU_PROGRAM_MAP(am_master_winrun)
|
||||
MCFG_CPU_VBLANK_INT("screen", namcos2_68k_master_vblank)
|
||||
@ -1659,7 +1659,7 @@ static MACHINE_CONFIG_START( winrun_c140_typeA, namcos21_state )
|
||||
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
|
||||
|
||||
MCFG_SOUND_ADD("c140", C140, 8000000/374)
|
||||
MCFG_SOUND_CONFIG(C140_interface_typeA)
|
||||
MCFG_SOUND_CONFIG(C140_interface_typeB)
|
||||
MCFG_SOUND_ROUTE(0, "lspeaker", 0.50)
|
||||
MCFG_SOUND_ROUTE(1, "rspeaker", 0.50)
|
||||
|
||||
@ -1669,14 +1669,6 @@ static MACHINE_CONFIG_START( winrun_c140_typeA, namcos21_state )
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
static MACHINE_CONFIG_DERIVED( winrun_c140_typeB, winrun_c140_typeA )
|
||||
MCFG_SOUND_REPLACE("c140", C140, 8000000/374)
|
||||
MCFG_SOUND_CONFIG(C140_interface_typeB)
|
||||
MCFG_SOUND_ROUTE(0, "lspeaker", 0.50)
|
||||
MCFG_SOUND_ROUTE(1, "rspeaker", 0.50)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
ROM_START( aircomb )
|
||||
ROM_REGION( 0x100000, "maincpu", 0 ) /* Master */
|
||||
ROM_LOAD16_BYTE( "ac2-mpr-u.3j", 0x000000, 0x80000, CRC(a7133f85) SHA1(9f1c99dd503f1fc81096170fd272e33ae8a7de2f) )
|
||||
@ -2490,9 +2482,9 @@ static INPUT_PORTS_START( aircomb )
|
||||
INPUT_PORTS_END
|
||||
|
||||
/* YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MONITOR, COMPANY, FULLNAME, FLAGS */
|
||||
GAME( 1988, winrun, 0, winrun_c140_typeB, winrun, winrun, ROT0, "Namco", "Winning Run", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1989, winrungp, 0, winrun_c140_typeB, winrun, winrun, ROT0, "Namco", "Winning Run Suzuka Grand Prix (Japan)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1991, winrun91, 0, winrun_c140_typeB, winrun, winrun, ROT0, "Namco", "Winning Run '91 (Japan)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1988, winrun, 0, winrun, winrun, winrun, ROT0, "Namco", "Winning Run", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1989, winrungp, 0, winrun, winrun, winrun, ROT0, "Namco", "Winning Run Suzuka Grand Prix (Japan)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1991, winrun91, 0, winrun, winrun, winrun, ROT0, "Namco", "Winning Run '91 (Japan)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1991, driveyes, 0, driveyes, winrun, driveyes, ROT0, "Namco", "Driver's Eyes (US)", GAME_NOT_WORKING | GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1991, solvalou, 0, poly_c140_typeA, s21default, solvalou, ROT0, "Namco", "Solvalou (Japan)", GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 1991, starblad, 0, poly_c140_typeA, s21default, starblad, ROT0, "Namco", "Starblade (Japan)", GAME_IMPERFECT_GRAPHICS )
|
||||
|
Loading…
Reference in New Issue
Block a user