summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/snk6502.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/snk6502.cpp')
-rw-r--r--src/mame/video/snk6502.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/snk6502.cpp b/src/mame/video/snk6502.cpp
index 46f6a8107a8..4a4cb13058a 100644
--- a/src/mame/video/snk6502.cpp
+++ b/src/mame/video/snk6502.cpp
@@ -137,9 +137,9 @@ WRITE8_MEMBER(snk6502_state::flipscreen_w)
}
}
-WRITE8_MEMBER(snk6502_state::fantasy_flipscreen_w)
+WRITE8_MEMBER(fantasy_state::fantasy_flipscreen_w)
{
- m_sound->fantasy_sound_w(space, offset | 0x03, data, mem_mask);
+ m_sound->sound_w(space, offset | 0x03, data, mem_mask);
flipscreen_w(space, offset, data, mem_mask);
}