summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/huc6260.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/huc6260.c')
-rw-r--r--src/emu/video/huc6260.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/huc6260.c b/src/emu/video/huc6260.c
index e68a77ae0c3..d2c8af73bfa 100644
--- a/src/emu/video/huc6260.c
+++ b/src/emu/video/huc6260.c
@@ -62,7 +62,7 @@ void huc6260_device::device_config_complete()
huc6260_device::huc6260_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, HUC6260, "HuC6260", tag, owner, clock, "huc6260", __FILE__),
+ : device_t(mconfig, HUC6260, "HuC6260", tag, owner, clock, "huc6260", __FILE__),
device_video_interface(mconfig, *this)
{
}