changed cpu to 8080 again, no whatsnew..

old: "- 0.129u4: Luigi30 changed Safari Rally CPU to 8085A, the disassembly has 8085A-specific code that an 8080 can't execute."

PCB notes from japump some time after that: CPU:M5L8080AP (mitsubushi i8080A). Stronger proof than a disasm
This commit is contained in:
Michaël Banaan Ananas 2011-02-17 18:47:48 +00:00
parent 35ce94b005
commit a744d6a662

View File

@ -13,6 +13,7 @@
Notes:
* This hardware is a precursor to Phoenix
* Export license to Taito in 1980
----------------------------------
@ -398,7 +399,7 @@ INPUT_PORTS_END
static MACHINE_CONFIG_START( safarir, safarir_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I8085A, 18000000/8) /* 2.25 MHz ? */
MCFG_CPU_ADD("maincpu", I8080A, XTAL_18MHz/12) /* 1.5 MHz ? */
MCFG_CPU_PROGRAM_MAP(main_map)
MCFG_MACHINE_START(safarir)