summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esq1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/esq1.cpp')
-rw-r--r--src/mame/drivers/esq1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/esq1.cpp b/src/mame/drivers/esq1.cpp
index 4b843e36ea7..d1e3b9a95d9 100644
--- a/src/mame/drivers/esq1.cpp
+++ b/src/mame/drivers/esq1.cpp
@@ -631,7 +631,7 @@ MACHINE_CONFIG_START(esq1_state::sq80)
MCFG_DEVICE_MODIFY("maincpu")
MCFG_DEVICE_PROGRAM_MAP(sq80_map)
- MCFG_WD1772_ADD(WD1772_TAG, 4000000)
+ MCFG_DEVICE_ADD(WD1772_TAG, WD1772, 4000000)
MACHINE_CONFIG_END
static INPUT_PORTS_START( esq1 )