From a744d6a66298cc3116e35e46bada46037f627507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Thu, 17 Feb 2011 18:47:48 +0000 Subject: [PATCH] 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 --- src/mame/drivers/safarir.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/safarir.c b/src/mame/drivers/safarir.c index c15181487fa..a0048c3b356 100644 --- a/src/mame/drivers/safarir.c +++ b/src/mame/drivers/safarir.c @@ -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)