summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mugsmash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mugsmash.h')
-rw-r--r--src/mame/includes/mugsmash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/mugsmash.h b/src/mame/includes/mugsmash.h
index 6622876f9a9..d14daabe1db 100644
--- a/src/mame/includes/mugsmash.h
+++ b/src/mame/includes/mugsmash.h
@@ -39,10 +39,10 @@ private:
required_device<palette_device> m_palette;
required_device<generic_latch_8_device> m_soundlatch;
- DECLARE_WRITE16_MEMBER(mugsmash_reg2_w);
- DECLARE_WRITE16_MEMBER(mugsmash_videoram1_w);
- DECLARE_WRITE16_MEMBER(mugsmash_videoram2_w);
- DECLARE_WRITE16_MEMBER(mugsmash_reg_w);
+ void mugsmash_reg2_w(offs_t offset, uint16_t data);
+ void mugsmash_videoram1_w(offs_t offset, uint16_t data);
+ void mugsmash_videoram2_w(offs_t offset, uint16_t data);
+ void mugsmash_reg_w(offs_t offset, uint16_t data);
TILE_GET_INFO_MEMBER(get_mugsmash_tile_info1);
TILE_GET_INFO_MEMBER(get_mugsmash_tile_info2);
virtual void machine_start() override;