summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apogee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apogee.cpp')
-rw-r--r--src/mame/drivers/apogee.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/apogee.cpp b/src/mame/drivers/apogee.cpp
index 8c0b584f77a..b1cba5b0635 100644
--- a/src/mame/drivers/apogee.cpp
+++ b/src/mame/drivers/apogee.cpp
@@ -219,7 +219,6 @@ MACHINE_CONFIG_START(apogee_state::apogee)
/* basic machine hardware */
MCFG_DEVICE_ADD("maincpu", I8080, XTAL(16'000'000) / 9)
MCFG_DEVICE_PROGRAM_MAP(apogee_mem)
- MCFG_MACHINE_RESET_OVERRIDE(apogee_state, radio86 )
MCFG_DEVICE_ADD("pit8253", PIT8253, 0)
MCFG_PIT8253_CLK0(XTAL(16'000'000)/9)