mirror of
https://github.com/holub/mame
synced 2025-06-23 04:48:37 +03:00
macpds: fixed MT06309 (nw)
This commit is contained in:
parent
9e1b8814fb
commit
1b60ff15bb
@ -77,6 +77,7 @@ public:
|
|||||||
// construction/destruction
|
// construction/destruction
|
||||||
macpds_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
|
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(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
|
// inline configuration
|
||||||
static void static_set_cputag(device_t &device, const char *tag);
|
static void static_set_cputag(device_t &device, const char *tag);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user