summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/avr8/avr8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/avr8/avr8.h')
-rw-r--r--src/devices/cpu/avr8/avr8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/avr8/avr8.h b/src/devices/cpu/avr8/avr8.h
index ba89e3b00a7..ccb9f09a5a0 100644
--- a/src/devices/cpu/avr8/avr8.h
+++ b/src/devices/cpu/avr8/avr8.h
@@ -68,8 +68,8 @@ public:
virtual void update_interrupt(int source);
// register handling
- DECLARE_WRITE8_MEMBER(regs_w);
- DECLARE_READ8_MEMBER(regs_r);
+ void regs_w(offs_t offset, uint8_t data);
+ uint8_t regs_r(offs_t offset);
uint32_t m_shifted_pc;
protected: