diff options
-rw-r--r-- | src/mame/machine/esqpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/esqpanel.cpp b/src/mame/machine/esqpanel.cpp index 737ca23fbc9..d043c10ca8f 100644 --- a/src/mame/machine/esqpanel.cpp +++ b/src/mame/machine/esqpanel.cpp @@ -688,7 +688,7 @@ MACHINE_CONFIG_MEMBER(esqpanel2x40_vfx_device::device_add_mconfig) MACHINE_CONFIG_END esqpanel2x40_vfx_device::esqpanel2x40_vfx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : - esqpanel_device(mconfig, ESQPANEL2X40, tag, owner, clock), + esqpanel_device(mconfig, ESQPANEL2X40_VFX, tag, owner, clock), m_vfd(*this, "vfd") { m_eps_mode = false; |