summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/scn2674.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/scn2674.c')
-rw-r--r--src/mame/video/scn2674.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/scn2674.c b/src/mame/video/scn2674.c
index 6397ac3c5e3..6c9be9ea467 100644
--- a/src/mame/video/scn2674.c
+++ b/src/mame/video/scn2674.c
@@ -35,7 +35,7 @@ const device_type SCN2674_VIDEO = &device_creator<scn2674_device>;
scn2674_device::scn2674_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, SCN2674_VIDEO, "scn2674_device", tag, owner, clock),
- m_interrupt_callback(*this)
+ m_interrupt_callback(*this)
{
}