summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomig1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomig1.c')
-rw-r--r--src/mame/machine/naomig1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/naomig1.c b/src/mame/machine/naomig1.c
index a60704274a6..0056ba06e44 100644
--- a/src/mame/machine/naomig1.c
+++ b/src/mame/machine/naomig1.c
@@ -25,7 +25,7 @@ ADDRESS_MAP_END
naomi_g1_device::naomi_g1_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, type, name, tag, owner, clock),
- irq_cb(*this)
+ irq_cb(*this)
{
}