summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mcd212.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mcd212.c')
-rw-r--r--src/mame/video/mcd212.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mcd212.c b/src/mame/video/mcd212.c
index 225f0ea3002..424e669f687 100644
--- a/src/mame/video/mcd212.c
+++ b/src/mame/video/mcd212.c
@@ -1510,7 +1510,7 @@ void mcd212_device::device_reset()
mcd212_device::mcd212_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, MACHINE_MCD212, "MCD212", tag, owner, clock, "mcd212", __FILE__),
- device_video_interface(mconfig, *this)
+ device_video_interface(mconfig, *this)
{
}