summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32051/tms32051.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms32051/tms32051.h')
-rw-r--r--src/devices/cpu/tms32051/tms32051.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/tms32051/tms32051.h b/src/devices/cpu/tms32051/tms32051.h
index 06f69489032..63552d7e605 100644
--- a/src/devices/cpu/tms32051/tms32051.h
+++ b/src/devices/cpu/tms32051/tms32051.h
@@ -59,8 +59,8 @@ public:
// construction/destruction
tms32051_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ16_MEMBER( cpuregs_r );
- DECLARE_WRITE16_MEMBER( cpuregs_w );
+ uint16_t cpuregs_r(offs_t offset);
+ void cpuregs_w(offs_t offset, uint16_t data);
void tms32051_internal_data(address_map &map);
void tms32051_internal_pgm(address_map &map);