diff options
Diffstat (limited to 'src/devices/machine/8364_paula.h')
-rw-r--r-- | src/devices/machine/8364_paula.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/8364_paula.h b/src/devices/machine/8364_paula.h index 412fe7679e6..5094f77f5f3 100644 --- a/src/devices/machine/8364_paula.h +++ b/src/devices/machine/8364_paula.h @@ -59,7 +59,7 @@ public: auto int_cb() { return m_int_w.bind(); } DECLARE_READ16_MEMBER(reg_r); - DECLARE_WRITE16_MEMBER(reg_w); + void reg_w(offs_t offset, uint16_t data); void update(); |