diff options
author | 2014-04-12 14:23:06 +0000 | |
---|---|---|
committer | 2014-04-12 14:23:06 +0000 | |
commit | ac53b6b90b72e6fa9701b67b6497aede78bb429a (patch) | |
tree | 31d8de1af0dd5ea4fbbfe30905c19ca63ffa08cf /src/mess/audio/tvc.c | |
parent | c7498068c2fb96de3f8962e56f10684dcefdb02e (diff) |
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
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 b19dc523f0f..30b491a115b 100644 --- a/src/mess/audio/tvc.c +++ b/src/mess/audio/tvc.c @@ -17,7 +17,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, "tvc_sound", __FILE__), + device_t(mconfig, TVC_SOUND, "TVC 64 Audio Custom", tag, owner, clock, "tvc_sound", __FILE__), device_sound_interface(mconfig, *this), m_write_sndint(*this) { |