summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2610intf.h
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2015-11-18 23:06:35 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-23 17:30:14 +0100
commitcccc998b20d0a25dce9f0673eca998c6a8b5efe8 (patch)
tree15c4651da7701cb50d1f7b988eef60dc8abf2241 /src/devices/sound/2610intf.h
parent5a9fb4c34030492adbaf690627d8f612000db550 (diff)
First round of this==NULL crash fixes
Diffstat (limited to 'src/devices/sound/2610intf.h')
-rw-r--r--src/devices/sound/2610intf.h3
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;