summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ddribble.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ddribble.h')
-rw-r--r--src/mame/includes/ddribble.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/ddribble.h b/src/mame/includes/ddribble.h
index 1294a05d19b..50ac799c460 100644
--- a/src/mame/includes/ddribble.h
+++ b/src/mame/includes/ddribble.h
@@ -29,6 +29,9 @@ public:
m_filter3(*this, "filter3"),
m_gfxdecode(*this, "gfxdecode") { }
+ void ddribble(machine_config &config);
+
+private:
/* memory pointers */
required_shared_ptr<uint8_t> m_fg_videoram;
required_shared_ptr<uint8_t> m_spriteram_1;
@@ -78,7 +81,6 @@ public:
uint32_t screen_update_ddribble(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, uint8_t* source, int lenght, int gfxset, int flipscreen );
- void ddribble(machine_config &config);
void cpu0_map(address_map &map);
void cpu1_map(address_map &map);
void cpu2_map(address_map &map);