summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/egret.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/egret.cpp')
-rw-r--r--src/mame/machine/egret.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/egret.cpp b/src/mame/machine/egret.cpp
index 1b61f4fe31e..e0fafc25055 100644
--- a/src/mame/machine/egret.cpp
+++ b/src/mame/machine/egret.cpp
@@ -85,8 +85,8 @@ void egret_device::egret_map(address_map &map)
//-------------------------------------------------
MACHINE_CONFIG_START(egret_device::device_add_mconfig)
- MCFG_CPU_ADD(EGRET_CPU_TAG, M68HC05EG, XTAL(32'768)*192) // 32.768 kHz input clock, can be PLL'ed to x128 = 4.1 MHz under s/w control
- MCFG_CPU_PROGRAM_MAP(egret_map)
+ MCFG_DEVICE_ADD(EGRET_CPU_TAG, M68HC05EG, XTAL(32'768)*192) // 32.768 kHz input clock, can be PLL'ed to x128 = 4.1 MHz under s/w control
+ MCFG_DEVICE_PROGRAM_MAP(egret_map)
MACHINE_CONFIG_END
const tiny_rom_entry *egret_device::device_rom_region() const