summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/prehisle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/prehisle.h')
-rw-r--r--src/mame/includes/prehisle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/prehisle.h b/src/mame/includes/prehisle.h
index 73810aeaae8..987b6b13e2a 100644
--- a/src/mame/includes/prehisle.h
+++ b/src/mame/includes/prehisle.h
@@ -23,6 +23,7 @@ public:
tilemap_t *m_bg2_tilemap;
tilemap_t *m_bg_tilemap;
tilemap_t *m_fg_tilemap;
+
DECLARE_WRITE16_MEMBER(prehisle_sound16_w);
DECLARE_WRITE16_MEMBER(prehisle_bg_videoram16_w);
DECLARE_WRITE16_MEMBER(prehisle_fg_videoram16_w);
@@ -35,8 +36,9 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
virtual void video_start();
UINT32 screen_update_prehisle(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int foreground );
+ void draw_sprites(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(irqhandler);
+
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<upd7759_device> m_upd7759;