diff options
Diffstat (limited to 'src/emu/video/huc6202.c')
-rw-r--r-- | src/emu/video/huc6202.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/huc6202.c b/src/emu/video/huc6202.c index 9b7dde457aa..d9147f06adb 100644 --- a/src/emu/video/huc6202.c +++ b/src/emu/video/huc6202.c @@ -39,7 +39,7 @@ void huc6202_device::device_config_complete() huc6202_device::huc6202_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, HUC6202, "HuC6202", tag, owner, clock) + : device_t(mconfig, HUC6202, "HuC6202", tag, owner, clock, "huc6202", __FILE__) { } |