summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ti89.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ti89.h')
-rw-r--r--src/mame/includes/ti89.h17
1 files changed, 11 insertions, 6 deletions
diff --git a/src/mame/includes/ti89.h b/src/mame/includes/ti89.h
index bab2a627d34..cfe81043df4 100644
--- a/src/mame/includes/ti89.h
+++ b/src/mame/includes/ti89.h
@@ -31,6 +31,15 @@ public:
m_io_bit7(*this, "BIT7")
{ }
+ void v200(machine_config &config);
+ void ti92(machine_config &config);
+ void ti89(machine_config &config);
+ void ti92p(machine_config &config);
+ void ti89t(machine_config &config);
+
+ DECLARE_INPUT_CHANGED_MEMBER(ti68k_on_key);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<sharp_unk128mbit_device> m_flash;
required_region_ptr<uint16_t> m_rom_base;
@@ -84,13 +93,9 @@ public:
DECLARE_READ16_MEMBER ( flash_r );
uint64_t m_timer;
DECLARE_PALETTE_INIT(ti68k);
- DECLARE_INPUT_CHANGED_MEMBER(ti68k_on_key);
+
TIMER_DEVICE_CALLBACK_MEMBER(ti68k_timer_callback);
- void v200(machine_config &config);
- void ti92(machine_config &config);
- void ti89(machine_config &config);
- void ti92p(machine_config &config);
- void ti89t(machine_config &config);
+
void ti89_mem(address_map &map);
void ti89t_mem(address_map &map);
void ti92_mem(address_map &map);