summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tms5110.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-25 20:53:59 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-25 20:53:59 +0100
commitc6d27c753f68cb22d8f88d031ae0645ab80c72b6 (patch)
tree814fb384b0024aa03da79a806d7674624abace47 /src/devices/sound/tms5110.h
parenta8ef53fa51dcc81dbb9a647dfc1777ef72ee2f93 (diff)
cleanups (nw)
Diffstat (limited to 'src/devices/sound/tms5110.h')
-rw-r--r--src/devices/sound/tms5110.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/sound/tms5110.h b/src/devices/sound/tms5110.h
index 5b5eb3c5124..6dd6c707fff 100644
--- a/src/devices/sound/tms5110.h
+++ b/src/devices/sound/tms5110.h
@@ -66,10 +66,6 @@ public:
DECLARE_READ8_MEMBER( romclk_hack_r );
void set_frequency(int frequency);
-
- int _speech_rom_read_bit();
- void _speech_rom_set_addr(int addr);
-
protected:
// device-level overrides
virtual void device_start() override;