macpds: fixed MT06309 (nw)

This commit is contained in:
Ivan Vangelista 2016-07-18 17:07:07 +02:00
parent 9e1b8814fb
commit 1b60ff15bb

View File

@ -77,6 +77,7 @@ public:
// construction/destruction
macpds_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
macpds_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
~macpds_device() { m_device_list.detach_all(); }
// inline configuration
static void static_set_cputag(device_t &device, const char *tag);