summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/speedatk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/speedatk.h')
-rw-r--r--src/mame/includes/speedatk.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/speedatk.h b/src/mame/includes/speedatk.h
index bb0f220498d..d0ab125e916 100644
--- a/src/mame/includes/speedatk.h
+++ b/src/mame/includes/speedatk.h
@@ -16,6 +16,9 @@ public:
m_videoram(*this, "videoram"),
m_colorram(*this, "colorram") { }
+ void speedatk(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<h46505_device> m_crtc;
required_device<gfxdecode_device> m_gfxdecode;
@@ -46,7 +49,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint8_t iox_key_matrix_calc(uint8_t p_side);
- void speedatk(machine_config &config);
+
void speedatk_io(address_map &map);
void speedatk_mem(address_map &map);
};