summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/phoenix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/phoenix.c')
-rw-r--r--src/mame/drivers/phoenix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/phoenix.c b/src/mame/drivers/phoenix.c
index 43d46520a76..2727e35a0e6 100644
--- a/src/mame/drivers/phoenix.c
+++ b/src/mame/drivers/phoenix.c
@@ -563,6 +563,7 @@ static MACHINE_DRIVER_START( condor )
MDRV_IMPORT_FROM(phoenix)
/* FIXME: Verify clock. This is most likely 11MHz/2 */
MDRV_CPU_REPLACE("maincpu", Z80, 11000000/4) /* 2.75 MHz??? */
+ MDRV_CPU_PROGRAM_MAP(phoenix_memory_map)
MACHINE_DRIVER_END