summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lucky74.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lucky74.h')
-rw-r--r--src/mame/includes/lucky74.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mame/includes/lucky74.h b/src/mame/includes/lucky74.h
index d09ee1cb4c6..f7444814e5c 100644
--- a/src/mame/includes/lucky74.h
+++ b/src/mame/includes/lucky74.h
@@ -33,16 +33,16 @@ protected:
virtual void sound_start() override;
private:
- DECLARE_READ8_MEMBER(custom_09R81P_port_r);
- DECLARE_WRITE8_MEMBER(custom_09R81P_port_w);
- DECLARE_READ8_MEMBER(usart_8251_r);
- DECLARE_WRITE8_MEMBER(usart_8251_w);
- DECLARE_READ8_MEMBER(copro_sm7831_r);
- DECLARE_WRITE8_MEMBER(copro_sm7831_w);
- DECLARE_WRITE8_MEMBER(lucky74_fg_videoram_w);
- DECLARE_WRITE8_MEMBER(lucky74_fg_colorram_w);
- DECLARE_WRITE8_MEMBER(lucky74_bg_videoram_w);
- DECLARE_WRITE8_MEMBER(lucky74_bg_colorram_w);
+ uint8_t custom_09R81P_port_r(offs_t offset);
+ void custom_09R81P_port_w(offs_t offset, uint8_t data);
+ uint8_t usart_8251_r();
+ void usart_8251_w(uint8_t data);
+ uint8_t copro_sm7831_r();
+ void copro_sm7831_w(uint8_t data);
+ void lucky74_fg_videoram_w(offs_t offset, uint8_t data);
+ void lucky74_fg_colorram_w(offs_t offset, uint8_t data);
+ void lucky74_bg_videoram_w(offs_t offset, uint8_t data);
+ void lucky74_bg_colorram_w(offs_t offset, uint8_t data);
void ym2149_portb_w(uint8_t data);
void lamps_a_w(uint8_t data);
void lamps_b_w(uint8_t data);