summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti99_8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti99_8.cpp')
-rw-r--r--src/mame/drivers/ti99_8.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mame/drivers/ti99_8.cpp b/src/mame/drivers/ti99_8.cpp
index 9f2f3ae95c6..22ab23ab025 100644
--- a/src/mame/drivers/ti99_8.cpp
+++ b/src/mame/drivers/ti99_8.cpp
@@ -227,6 +227,11 @@ public:
{
}
+ void ti99_8(machine_config &config);
+ void ti99_8_60hz(machine_config &config);
+ void ti99_8_50hz(machine_config &config);
+
+private:
// Machine management
DECLARE_MACHINE_START(ti99_8);
DECLARE_MACHINE_RESET(ti99_8);
@@ -262,13 +267,10 @@ public:
DECLARE_WRITE_LINE_MEMBER(cassette_motor);
DECLARE_WRITE8_MEMBER(tms9901_interrupt);
- void ti99_8(machine_config &config);
- void ti99_8_60hz(machine_config &config);
- void ti99_8_50hz(machine_config &config);
void crumap(address_map &map);
void memmap(address_map &map);
void memmap_setoffset(address_map &map);
-private:
+
// Keyboard support
void set_keyboard_column(int number, int data);
int m_keyboard_column;