diff options
Diffstat (limited to 'src/mess/audio/tvc.c')
-rw-r--r-- | src/mess/audio/tvc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/audio/tvc.c b/src/mess/audio/tvc.c index 8ab3fa2c7df..3e9c56d4c72 100644 --- a/src/mess/audio/tvc.c +++ b/src/mess/audio/tvc.c @@ -15,7 +15,7 @@ const device_type TVC_SOUND = &device_creator<tvc_sound_device>; //------------------------------------------------- tvc_sound_device::tvc_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, TVC_SOUND, "TVC 64 Custom Sound", tag, owner, clock), + : device_t(mconfig, TVC_SOUND, "TVC 64 Custom Sound", tag, owner, clock, "tvc_sound", __FILE__), device_sound_interface(mconfig, *this) { } |