diff options
author | 2015-11-18 23:06:35 +0100 | |
---|---|---|
committer | 2016-01-23 17:30:14 +0100 | |
commit | cccc998b20d0a25dce9f0673eca998c6a8b5efe8 (patch) | |
tree | 15c4651da7701cb50d1f7b988eef60dc8abf2241 /src/devices/sound/2610intf.h | |
parent | 5a9fb4c34030492adbaf690627d8f612000db550 (diff) |
First round of this==NULL crash fixes
Diffstat (limited to 'src/devices/sound/2610intf.h')
-rw-r--r-- | src/devices/sound/2610intf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/sound/2610intf.h b/src/devices/sound/2610intf.h index c4409e46f21..dcd0ef01787 100644 --- a/src/devices/sound/2610intf.h +++ b/src/devices/sound/2610intf.h @@ -29,6 +29,9 @@ public: void _timer_handler(int c,int count,int clock); void _ym2610_update_request(); + static const char* YM2610_TAG; + static const char* YM2610_DELTAT_TAG; + protected: // device-level overrides virtual void device_start() override; |