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, 4 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/peb/spchsyn.h b/src/devices/bus/ti99/peb/spchsyn.h
index 8efee71aed7..9b6a464e519 100644
--- a/src/devices/bus/ti99/peb/spchsyn.h
+++ b/src/devices/bus/ti99/peb/spchsyn.h
@@ -37,13 +37,15 @@ protected:
virtual void device_reset() override;
virtual const tiny_rom_entry *device_rom_region() const override;
virtual void device_add_mconfig(machine_config &config) override;
+ virtual ioport_constructor device_input_ports() const override;
private:
DECLARE_WRITE_LINE_MEMBER( speech_ready );
required_device<cd2501e_device> m_vsp;
- bool m_reading;
- bool m_sbe; // Signal "Speech block enable"
+ bool m_reading;
+ bool m_sbe; // Signal "Speech block enable"
+ bool m_dec_high; // Decode the AMA/AMB/ABC address lines
};
} } } // end namespace bus::ti99::peb