summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exp85.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exp85.h')
-rw-r--r--src/mame/includes/exp85.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/exp85.h b/src/mame/includes/exp85.h
index 20efc5efbbd..ed621213306 100644
--- a/src/mame/includes/exp85.h
+++ b/src/mame/includes/exp85.h
@@ -40,8 +40,8 @@ private:
virtual void machine_start() override;
- DECLARE_READ8_MEMBER( i8355_a_r );
- DECLARE_WRITE8_MEMBER( i8355_a_w );
+ uint8_t i8355_a_r();
+ void i8355_a_w(uint8_t data);
DECLARE_READ_LINE_MEMBER( sid_r );
DECLARE_WRITE_LINE_MEMBER( sod_w );