mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
From: Luigi30 [luigi30@gmail.com]
Sent: Sunday, February 01, 2009 1:13 PM To: submit@mamedev.org Subject: safarir Changes safarir CPU to 8085A, the disassembly has 8085A-specific code that an 8080 can't execute.
This commit is contained in:
parent
eaf5c841b9
commit
5e35727f81
@ -266,7 +266,7 @@ INPUT_PORTS_END
|
||||
static MACHINE_DRIVER_START( safarir )
|
||||
|
||||
/* basic machine hardware */
|
||||
MDRV_CPU_ADD("main", 8080, 3072000) /* 3 MHz ? */
|
||||
MDRV_CPU_ADD("main", 8085A, 3072000) /* 3 MHz ? */
|
||||
MDRV_CPU_PROGRAM_MAP(main_map, 0)
|
||||
|
||||
MDRV_MACHINE_START(safarir)
|
||||
|
Loading…
Reference in New Issue
Block a user