diff options
author | 2013-06-21 10:26:41 +0000 | |
---|---|---|
committer | 2013-06-21 10:26:41 +0000 | |
commit | 53ba0f61db6525c8f6f535c3b1ff54db02ea8ac8 (patch) | |
tree | 8ada1df17593cb2aa02bd24719b5cc7980a6cb53 /src/emu/sound/mos6581.h | |
parent | 6b059c8117e3f8428e27efcb2f1f545495616295 (diff) |
extended large amount of devices with shortname and source file data (nw)
Diffstat (limited to 'src/emu/sound/mos6581.h')
-rw-r--r-- | src/emu/sound/mos6581.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/mos6581.h b/src/emu/sound/mos6581.h index 6d9d457a81a..a45a79d5a16 100644 --- a/src/emu/sound/mos6581.h +++ b/src/emu/sound/mos6581.h @@ -54,7 +54,7 @@ class mos6581_device : public device_t, public device_sound_interface { public: - mos6581_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, UINT32 variant); + mos6581_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, UINT32 variant, const char *shortname, const char *source); mos6581_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); ~mos6581_device() { global_free(m_token); } |