summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/nereid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/nereid.h')
-rw-r--r--src/devices/video/nereid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/nereid.h b/src/devices/video/nereid.h
index ab4b83feeb4..c1e2b96ea2b 100644
--- a/src/devices/video/nereid.h
+++ b/src/devices/video/nereid.h
@@ -10,8 +10,8 @@ class nereid_device : public device_t, public device_palette_interface
public:
nereid_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ16_MEMBER(ctrl_r);
- DECLARE_WRITE16_MEMBER(ctrl_w);
+ uint16_t ctrl_r(offs_t offset, uint16_t mem_mask = ~0);
+ void ctrl_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
rgb_t map_color(uint8_t input, uint8_t ovl = 0);