summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m107.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m107.h')
-rw-r--r--src/mame/includes/m107.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/m107.h b/src/mame/includes/m107.h
index 97ab0fae6e5..18f4b221e7d 100644
--- a/src/mame/includes/m107.h
+++ b/src/mame/includes/m107.h
@@ -75,11 +75,11 @@ private:
DECLARE_WRITE8_MEMBER(coincounter_w);
DECLARE_WRITE8_MEMBER(bankswitch_w);
- DECLARE_WRITE16_MEMBER(sound_reset_w);
- DECLARE_WRITE16_MEMBER(wpksoc_output_w);
- DECLARE_WRITE16_MEMBER(vram_w);
- DECLARE_WRITE16_MEMBER(control_w);
- DECLARE_WRITE16_MEMBER(spritebuffer_w);
+ void sound_reset_w(uint16_t data);
+ void wpksoc_output_w(uint16_t data);
+ void vram_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
+ void control_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
+ void spritebuffer_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
TILE_GET_INFO_MEMBER(get_pf_tile_info);