summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/labyrunr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/labyrunr.h')
-rw-r--r--src/mame/includes/labyrunr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/labyrunr.h b/src/mame/includes/labyrunr.h
index 543f45282e6..c3a4e2d8ecb 100644
--- a/src/mame/includes/labyrunr.h
+++ b/src/mame/includes/labyrunr.h
@@ -26,6 +26,9 @@ public:
m_screen(*this, "screen"),
m_palette(*this, "palette") { }
+ void labyrunr(machine_config &config);
+
+private:
/* devices */
required_device<k007121_device> m_k007121;
@@ -57,6 +60,5 @@ public:
uint32_t screen_update_labyrunr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);
INTERRUPT_GEN_MEMBER(labyrunr_timer_interrupt);
- void labyrunr(machine_config &config);
void labyrunr_map(address_map &map);
};