summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/interpro_sga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/interpro_sga.cpp')
-rw-r--r--src/mame/machine/interpro_sga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/interpro_sga.cpp b/src/mame/machine/interpro_sga.cpp
index 511e5a5f098..6c7eb8f21d7 100644
--- a/src/mame/machine/interpro_sga.cpp
+++ b/src/mame/machine/interpro_sga.cpp
@@ -126,7 +126,7 @@ void interpro_sga_device::device_reset()
{
}
-WRITE32_MEMBER(interpro_sga_device::ddtc1_w)
+void interpro_sga_device::ddtc1_w(u32 data)
{
m_ddtc1 = data;