diff options
author | 2020-05-20 20:38:24 +0200 | |
---|---|---|
committer | 2020-05-20 20:38:24 +0200 | |
commit | 113badde167bda29fa012108c9a9fa9ab1602114 (patch) | |
tree | eb2b06718809f35c124c5f02167a1121bb7f61e6 /src/devices/bus/interpro/sr/gt.h | |
parent | 972cbb40a7f5fa7042782c932893470c164c2a39 (diff) |
devices/bus: a few macro removals (nw)
Diffstat (limited to 'src/devices/bus/interpro/sr/gt.h')
-rw-r--r-- | src/devices/bus/interpro/sr/gt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/interpro/sr/gt.h b/src/devices/bus/interpro/sr/gt.h index 359cd798c9c..0fd02864c3b 100644 --- a/src/devices/bus/interpro/sr/gt.h +++ b/src/devices/bus/interpro/sr/gt.h @@ -262,7 +262,7 @@ protected: virtual void map_dynamic(address_map &map); DECLARE_WRITE_LINE_MEMBER(serial_irq); - DECLARE_WRITE32_MEMBER(mouse_status_w); + void mouse_status_w(offs_t offset, u32 data, u32 mem_mask = ~0); DECLARE_WRITE32_MEMBER(srx_mapping_w); enum int_status_mask |