summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/st62xx/st62xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/st62xx/st62xx.h')
-rw-r--r--src/devices/cpu/st62xx/st62xx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/st62xx/st62xx.h b/src/devices/cpu/st62xx/st62xx.h
index 16c0df01a72..680dd802161 100644
--- a/src/devices/cpu/st62xx/st62xx.h
+++ b/src/devices/cpu/st62xx/st62xx.h
@@ -108,8 +108,8 @@ protected:
void update_port_mode(uint8_t index, uint8_t changed);
void set_port_output_bit(uint8_t index, uint8_t bit, uint8_t state);
- 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);
enum
{