summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/prof80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/prof80.h')
-rw-r--r--src/mame/includes/prof80.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/prof80.h b/src/mame/includes/prof80.h
index a5a35457325..272e3070746 100644
--- a/src/mame/includes/prof80.h
+++ b/src/mame/includes/prof80.h
@@ -76,9 +76,9 @@ private:
TIMER_ID_MOTOR
};
- DECLARE_WRITE8_MEMBER(flr_w);
- DECLARE_READ8_MEMBER(status_r);
- DECLARE_READ8_MEMBER(status2_r);
+ void flr_w(uint8_t data);
+ uint8_t status_r();
+ uint8_t status2_r();
void motor(int mon);