summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/8530scc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/8530scc.c')
-rw-r--r--src/emu/machine/8530scc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/8530scc.c b/src/emu/machine/8530scc.c
index 56ffbd30365..2c6497dc6df 100644
--- a/src/emu/machine/8530scc.c
+++ b/src/emu/machine/8530scc.c
@@ -23,7 +23,7 @@ const device_type SCC8530 = &device_creator<scc8530_t>;
IMPLEMENTATION
***************************************************************************/
-scc8530_t::scc8530_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+scc8530_t::scc8530_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, SCC8530, "Zilog 8530 SCC", tag, owner, clock, "scc8530", __FILE__),
intrq_cb(*this)
{