summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/skyfox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/skyfox.cpp')
-rw-r--r--src/mame/drivers/skyfox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/skyfox.cpp b/src/mame/drivers/skyfox.cpp
index ac12ffe7025..876b4f2c37c 100644
--- a/src/mame/drivers/skyfox.cpp
+++ b/src/mame/drivers/skyfox.cpp
@@ -37,7 +37,7 @@ Verified Dip locations and recommended settings with manual
***************************************************************************/
-WRITE8_MEMBER(skyfox_state::output_w)
+void skyfox_state::output_w(offs_t offset, uint8_t data)
{
// TODO: untangle
switch (offset)