summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nanos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nanos.cpp')
-rw-r--r--src/mame/drivers/nanos.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/nanos.cpp b/src/mame/drivers/nanos.cpp
index a65135cab0d..f9c2ccc6a2d 100644
--- a/src/mame/drivers/nanos.cpp
+++ b/src/mame/drivers/nanos.cpp
@@ -50,6 +50,9 @@ public:
, m_linec(*this, "LINEC")
{ }
+ void nanos(machine_config &config);
+
+private:
DECLARE_WRITE8_MEMBER( nanos_tc_w );
DECLARE_WRITE_LINE_MEMBER( ctc_z0_w );
DECLARE_WRITE_LINE_MEMBER( ctc_z1_w );
@@ -62,10 +65,9 @@ public:
DECLARE_FLOPPY_FORMATS( floppy_formats );
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void nanos(machine_config &config);
void nanos_io(address_map &map);
void nanos_mem(address_map &map);
-private:
+
uint8_t m_key_command;
uint8_t m_last_code;
uint8_t m_key_pressed;