summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pet/superpet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pet/superpet.h')
-rw-r--r--src/devices/bus/pet/superpet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/pet/superpet.h b/src/devices/bus/pet/superpet.h
index 6a6dfde0889..097a4b45cd4 100644
--- a/src/devices/bus/pet/superpet.h
+++ b/src/devices/bus/pet/superpet.h
@@ -50,8 +50,8 @@ protected:
private:
DECLARE_WRITE_LINE_MEMBER( acia_irq_w );
- DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
+ uint8_t read(offs_t offset);
+ void write(offs_t offset, uint8_t data);
void superpet_mem(address_map &map);