summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exp85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exp85.cpp')
-rw-r--r--src/mame/drivers/exp85.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/exp85.cpp b/src/mame/drivers/exp85.cpp
index 58b30641f3b..465e6b6e022 100644
--- a/src/mame/drivers/exp85.cpp
+++ b/src/mame/drivers/exp85.cpp
@@ -78,7 +78,7 @@ INPUT_PORTS_END
/* 8355 Interface */
-READ8_MEMBER( exp85_state::i8355_a_r )
+uint8_t exp85_state::i8355_a_r()
{
/*
@@ -98,7 +98,7 @@ READ8_MEMBER( exp85_state::i8355_a_r )
return 0x02;
}
-WRITE8_MEMBER( exp85_state::i8355_a_w )
+void exp85_state::i8355_a_w(uint8_t data)
{
/*