summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_o.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_o.h')
-rw-r--r--src/mame/includes/taito_o.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/taito_o.h b/src/mame/includes/taito_o.h
index 6b1aab2b42a..15fcd89dceb 100644
--- a/src/mame/includes/taito_o.h
+++ b/src/mame/includes/taito_o.h
@@ -22,6 +22,9 @@ public:
m_gfxdecode(*this, "gfxdecode"),
m_palette(*this, "palette") { }
+ void parentj(machine_config &config);
+
+private:
/* devices */
required_device<cpu_device> m_maincpu;
required_device<watchdog_timer_device> m_watchdog;
@@ -35,6 +38,5 @@ public:
uint32_t screen_update_parentj(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(parentj_interrupt);
void parentj_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int priority );
- void parentj(machine_config &config);
void parentj_map(address_map &map);
};