summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cybstorm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cybstorm.h')
-rw-r--r--src/mame/includes/cybstorm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/cybstorm.h b/src/mame/includes/cybstorm.h
index c734e67d985..05aa4bcace2 100644
--- a/src/mame/includes/cybstorm.h
+++ b/src/mame/includes/cybstorm.h
@@ -37,8 +37,8 @@ protected:
virtual void machine_start() override;
virtual void video_start() override;
- DECLARE_READ32_MEMBER(special_port1_r);
- DECLARE_WRITE32_MEMBER(latch_w);
+ uint32_t special_port1_r();
+ void latch_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
TILE_GET_INFO_MEMBER(get_alpha_tile_info);
TILE_GET_INFO_MEMBER(get_playfield_tile_info);