summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/abc806.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/abc806.cpp')
-rw-r--r--src/mame/video/abc806.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/abc806.cpp b/src/mame/video/abc806.cpp
index 0bb243df817..f146812cbb2 100644
--- a/src/mame/video/abc806.cpp
+++ b/src/mame/video/abc806.cpp
@@ -163,7 +163,7 @@ READ8_MEMBER( abc806_state::sti_r )
// sto_w -
//-------------------------------------------------
-WRITE8_MEMBER( abc806_state::sto_w )
+void abc806_state::sto_w(uint8_t data)
{
int level = BIT(data, 7);