summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tms9902.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tms9902.h')
-rw-r--r--src/devices/machine/tms9902.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/tms9902.h b/src/devices/machine/tms9902.h
index 1f96e2ffc17..3d203c59709 100644
--- a/src/devices/machine/tms9902.h
+++ b/src/devices/machine/tms9902.h
@@ -69,8 +69,8 @@ public:
int get_config_value();
- DECLARE_READ8_MEMBER( cruread );
- DECLARE_WRITE8_MEMBER( cruwrite );
+ uint8_t cruread(offs_t offset);
+ void cruwrite(offs_t offset, uint8_t data);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;