| 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 |
| r21054 | r21055 | |
|---|---|---|
| 56 | 56 | public: |
| 57 | 57 | mos6581_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, UINT32 variant); |
| 58 | 58 | mos6581_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); |
| 59 | ~mos6581_device() { global_free(m_token); } | |
| 59 | 60 | |
| 60 | 61 | template<class _potx, class _poty> void set_callbacks(_potx potx, _poty poty) { |
| 61 | 62 | m_read_potx.set_callback(potx); |
| Previous | 199869 Revisions | Next |