summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gaplus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gaplus.cpp')
-rw-r--r--src/mame/machine/gaplus.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/gaplus.cpp b/src/mame/machine/gaplus.cpp
index 377ea6f6233..c496e69fabd 100644
--- a/src/mame/machine/gaplus.cpp
+++ b/src/mame/machine/gaplus.cpp
@@ -20,7 +20,7 @@
* *
************************************************************************************/
-WRITE8_MEMBER(gaplus_state::customio_3_w)
+WRITE8_MEMBER(gaplus_base_state::customio_3_w)
{
if ((offset == 0x09) && (data >= 0x0f))
m_samples->start(0,0);
@@ -29,7 +29,7 @@ WRITE8_MEMBER(gaplus_state::customio_3_w)
}
-READ8_MEMBER(gaplus_state::customio_3_r)
+READ8_MEMBER(gaplus_base_state::customio_3_r)
{
int mode = m_customio_3[8];