summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mbee.h')
-rw-r--r--src/mame/includes/mbee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mbee.h b/src/mame/includes/mbee.h
index 0aaa193cdcf..cc8fd0fa0fe 100644
--- a/src/mame/includes/mbee.h
+++ b/src/mame/includes/mbee.h
@@ -109,7 +109,7 @@ private:
DECLARE_WRITE8_MEMBER(video_low_w);
DECLARE_WRITE8_MEMBER(video_high_w);
DECLARE_WRITE8_MEMBER(pio_port_b_w);
- DECLARE_READ8_MEMBER(pio_port_b_r);
+ uint8_t pio_port_b_r();
DECLARE_WRITE_LINE_MEMBER(pio_ardy);
DECLARE_WRITE_LINE_MEMBER(crtc_vs);
DECLARE_READ8_MEMBER(fdc_status_r);