mirror of
https://github.com/holub/mame
synced 2025-06-01 18:41:47 +03:00
Mark these virtual before I forget and later waste time debugging it.
This commit is contained in:
parent
4aa2483e57
commit
9dd322ab7f
@ -385,7 +385,7 @@ class device_config
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
device_config(const device_config *owner, device_type type, const char *tag, UINT32 clock);
|
device_config(const device_config *owner, device_type type, const char *tag, UINT32 clock);
|
||||||
~device_config();
|
virtual ~device_config();
|
||||||
|
|
||||||
device_config *typenext() const
|
device_config *typenext() const
|
||||||
{
|
{
|
||||||
@ -439,7 +439,7 @@ public: // private eventually
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
running_device(running_machine &machine, const device_config &config);
|
running_device(running_machine &machine, const device_config &config);
|
||||||
~running_device();
|
virtual ~running_device();
|
||||||
|
|
||||||
const device_config &baseconfig() const { return _baseconfig; }
|
const device_config &baseconfig() const { return _baseconfig; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user