Previous 199869 Revisions Next

r21055 Thursday 14th February, 2013 at 00:07:43 UTC by Oliver Stöneberg
fixed memory leak in src\emu\sound\mos6581.c (nw)
[src/emu/sound]mos6581.h

trunk/src/emu/sound/mos6581.h
r21054r21055
5656public:
5757   mos6581_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, UINT32 variant);
5858   mos6581_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
59   ~mos6581_device() { global_free(m_token); }
5960
6061   template<class _potx, class _poty> void set_callbacks(_potx potx, _poty poty) {
6162      m_read_potx.set_callback(potx);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team