summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/digdug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/digdug.h')
-rw-r--r--src/mame/includes/digdug.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/digdug.h b/src/mame/includes/digdug.h
index 333188e31ea..6328da68541 100644
--- a/src/mame/includes/digdug.h
+++ b/src/mame/includes/digdug.h
@@ -26,6 +26,8 @@ public:
DECLARE_PALETTE_INIT(digdug);
uint32_t screen_update_digdug(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
- DECLARE_WRITE8_MEMBER( digdug_videoram_w );
- DECLARE_WRITE8_MEMBER( digdug_PORT_w );
+ DECLARE_WRITE8_MEMBER(digdug_videoram_w);
+ DECLARE_WRITE8_MEMBER(bg_select_w);
+ DECLARE_WRITE_LINE_MEMBER(tx_color_mode_w);
+ DECLARE_WRITE_LINE_MEMBER(bg_disable_w);
};