summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spacefb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spacefb.h')
-rw-r--r--src/mame/includes/spacefb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/spacefb.h b/src/mame/includes/spacefb.h
index 2f8e8a2d0c0..9c21e114baf 100644
--- a/src/mame/includes/spacefb.h
+++ b/src/mame/includes/spacefb.h
@@ -70,9 +70,9 @@ private:
double m_color_weights_rg[3];
double m_color_weights_b[2];
- DECLARE_WRITE8_MEMBER(port_0_w);
- DECLARE_WRITE8_MEMBER(port_1_w);
- DECLARE_WRITE8_MEMBER(port_2_w);
+ void port_0_w(uint8_t data);
+ void port_1_w(uint8_t data);
+ void port_2_w(uint8_t data);
uint8_t audio_p2_r();
DECLARE_READ_LINE_MEMBER(audio_t0_r);
DECLARE_READ_LINE_MEMBER(audio_t1_r);