summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/8364_paula.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/8364_paula.cpp')
-rw-r--r--src/devices/machine/8364_paula.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/8364_paula.cpp b/src/devices/machine/8364_paula.cpp
index 594b95e96f0..8ec3f85cbbe 100644
--- a/src/devices/machine/8364_paula.cpp
+++ b/src/devices/machine/8364_paula.cpp
@@ -89,7 +89,7 @@ READ16_MEMBER( paula_8364_device::reg_r )
return 0xffff;
}
-WRITE16_MEMBER( paula_8364_device::reg_w )
+void paula_8364_device::reg_w(offs_t offset, uint16_t data)
{
if (offset >= 0xa0 && offset <= 0xdf)
m_stream->update();