summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kopunch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kopunch.h')
-rw-r--r--src/mame/includes/kopunch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/kopunch.h b/src/mame/includes/kopunch.h
index 1510154ec55..5e28da6a82b 100644
--- a/src/mame/includes/kopunch.h
+++ b/src/mame/includes/kopunch.h
@@ -35,8 +35,8 @@ private:
uint8_t sensors2_r();
void lamp_w(uint8_t data);
void coin_w(uint8_t data);
- DECLARE_WRITE8_MEMBER(vram_fg_w);
- DECLARE_WRITE8_MEMBER(vram_bg_w);
+ void vram_fg_w(offs_t offset, uint8_t data);
+ void vram_bg_w(offs_t offset, uint8_t data);
void scroll_x_w(uint8_t data);
void scroll_y_w(uint8_t data);
void gfxbank_w(uint8_t data);