diff options
Diffstat (limited to 'src/emu/machine/nmc9306.c')
-rw-r--r-- | src/emu/machine/nmc9306.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/nmc9306.c b/src/emu/machine/nmc9306.c index 9a232f8a5d2..ba8c27f59f3 100644 --- a/src/emu/machine/nmc9306.c +++ b/src/emu/machine/nmc9306.c @@ -105,7 +105,7 @@ inline void nmc9306_device::erase(offs_t offset) //------------------------------------------------- nmc9306_device::nmc9306_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, NMC9306, "NMC9306", tag, owner, clock), + : device_t(mconfig, NMC9306, "NMC9306", tag, owner, clock, "nmc9306", __FILE__), device_nvram_interface(mconfig, *this), m_state(STATE_IDLE), m_ewen(false) |