diff options
author | 2017-07-10 10:00:56 +0200 | |
---|---|---|
committer | 2017-07-10 10:00:56 +0200 | |
commit | a857db7582d91ede98433fb63b357b917ef92f73 (patch) | |
tree | 947818dc36ac01d2cc93651da9cf9f6f8ffd4f83 | |
parent | 65a381c7064936cb40a8fcbb514d2479a786d96b (diff) |
esqpanel.cpp: fixed validation (nw)
-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; |