summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/offtwall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/offtwall.h')
-rw-r--r--src/mame/includes/offtwall.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/includes/offtwall.h b/src/mame/includes/offtwall.h
index 0a8853d035f..cb068fdb889 100644
--- a/src/mame/includes/offtwall.h
+++ b/src/mame/includes/offtwall.h
@@ -27,12 +27,12 @@ public:
m_bankrom_base(*this, "bankrom_base")
{ }
+ void offtwall(machine_config &config);
+
void init_offtwall();
void init_offtwalc();
- void offtwall(machine_config &config);
-
-protected:
+private:
DECLARE_WRITE16_MEMBER(io_latch_w);
DECLARE_READ16_MEMBER(bankswitch_r);
DECLARE_READ16_MEMBER(bankrom_r);
@@ -42,7 +42,6 @@ protected:
uint32_t screen_update_offtwall(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void main_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
required_device<atari_jsa_iii_device> m_jsa;
required_device<atari_vad_device> m_vad;