summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tia.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tia.c')
-rw-r--r--src/mame/video/tia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tia.c b/src/mame/video/tia.c
index 75fc78bb86e..beb366bc429 100644
--- a/src/mame/video/tia.c
+++ b/src/mame/video/tia.c
@@ -164,7 +164,7 @@ PALETTE_INIT_MEMBER(tia_pal_video_device, tia_pal)
tia_video_device::tia_video_device(const machine_config &mconfig, device_type type, const char *name, const char *shortname, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, type, name, tag, owner, clock, shortname, __FILE__),
- device_video_interface(mconfig, *this)
+ device_video_interface(mconfig, *this)
{
}