summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/spchsyn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/spchsyn.h')
-rw-r--r--src/devices/bus/ti99/peb/spchsyn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/ti99/peb/spchsyn.h b/src/devices/bus/ti99/peb/spchsyn.h
index acbb9a8a4f5..90590f92973 100644
--- a/src/devices/bus/ti99/peb/spchsyn.h
+++ b/src/devices/bus/ti99/peb/spchsyn.h
@@ -31,15 +31,15 @@ public:
DECLARE_READ8Z_MEMBER(crureadz) override { }
DECLARE_WRITE8_MEMBER(cruwrite) override { }
- DECLARE_WRITE_LINE_MEMBER( speech_ready );
-
protected:
virtual void device_start() override;
virtual void device_reset() override;
virtual const tiny_rom_entry *device_rom_region() const override;
- virtual machine_config_constructor device_mconfig_additions() const override;
+ virtual void device_add_mconfig(machine_config &config) override;
private:
+ DECLARE_WRITE_LINE_MEMBER( speech_ready );
+
address_space* m_space;
cd2501e_device* m_vsp;
bool m_reading;