summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ti85.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ti85.h')
-rw-r--r--src/mame/includes/ti85.h26
1 files changed, 14 insertions, 12 deletions
diff --git a/src/mame/includes/ti85.h b/src/mame/includes/ti85.h
index d980df29c71..6294bf2416c 100644
--- a/src/mame/includes/ti85.h
+++ b/src/mame/includes/ti85.h
@@ -69,6 +69,20 @@ public:
{
}
+ void ti83(machine_config &config);
+ void ti82(machine_config &config);
+ void ti83p(machine_config &config);
+ void ti81v2(machine_config &config);
+ void ti73(machine_config &config);
+ void ti85d(machine_config &config);
+ void ti83pse(machine_config &config);
+ void ti84pse(machine_config &config);
+ void ti86(machine_config &config);
+ void ti81(machine_config &config);
+ void ti85(machine_config &config);
+ void ti84p(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
optional_device<ti8x_link_port_device> m_link_port;
optional_shared_ptr<uint8_t> m_nvram;
@@ -227,18 +241,6 @@ public:
ti83pse_timer m_ctimer[3];
- void ti83(machine_config &config);
- void ti82(machine_config &config);
- void ti83p(machine_config &config);
- void ti81v2(machine_config &config);
- void ti73(machine_config &config);
- void ti85d(machine_config &config);
- void ti83pse(machine_config &config);
- void ti84pse(machine_config &config);
- void ti86(machine_config &config);
- void ti81(machine_config &config);
- void ti85(machine_config &config);
- void ti84p(machine_config &config);
void ti81_io(address_map &map);
void ti81_mem(address_map &map);
void ti81v2_io(address_map &map);