summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trs80m3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trs80m3.h')
-rw-r--r--src/mame/includes/trs80m3.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/src/mame/includes/trs80m3.h b/src/mame/includes/trs80m3.h
index 5c982e73ff1..fca3f9c1812 100644
--- a/src/mame/includes/trs80m3.h
+++ b/src/mame/includes/trs80m3.h
@@ -70,28 +70,28 @@ protected:
private:
DECLARE_FLOPPY_FORMATS(floppy_formats);
- DECLARE_WRITE8_MEMBER(port_ff_w);
- DECLARE_WRITE8_MEMBER(port_f4_w);
- DECLARE_WRITE8_MEMBER(port_ec_w);
- DECLARE_WRITE8_MEMBER(port_ea_w);
- DECLARE_WRITE8_MEMBER(port_e8_w);
- DECLARE_WRITE8_MEMBER(port_e4_w);
- DECLARE_WRITE8_MEMBER(port_e0_w);
- DECLARE_WRITE8_MEMBER(port_9c_w);
- DECLARE_WRITE8_MEMBER(port_90_w);
- DECLARE_WRITE8_MEMBER(port_88_w);
- DECLARE_WRITE8_MEMBER(port_84_w);
- DECLARE_READ8_MEMBER(port_ff_r);
- DECLARE_READ8_MEMBER(port_ec_r);
- DECLARE_READ8_MEMBER(port_ea_r);
- DECLARE_READ8_MEMBER(port_e8_r);
- DECLARE_READ8_MEMBER(port_e4_r);
- DECLARE_READ8_MEMBER(port_e0_r);
- DECLARE_READ8_MEMBER(printer_r);
- DECLARE_WRITE8_MEMBER(printer_w);
- DECLARE_READ8_MEMBER(keyboard_r);
- DECLARE_READ8_MEMBER(wd179x_r);
- DECLARE_READ8_MEMBER(cp500_port_f4_r);
+ void port_ff_w(uint8_t data);
+ void port_f4_w(uint8_t data);
+ void port_ec_w(uint8_t data);
+ void port_ea_w(uint8_t data);
+ void port_e8_w(uint8_t data);
+ void port_e4_w(uint8_t data);
+ void port_e0_w(uint8_t data);
+ void port_9c_w(uint8_t data);
+ void port_90_w(uint8_t data);
+ void port_88_w(offs_t offset, uint8_t data);
+ void port_84_w(uint8_t data);
+ uint8_t port_ff_r();
+ uint8_t port_ec_r();
+ uint8_t port_ea_r();
+ uint8_t port_e8_r();
+ uint8_t port_e4_r();
+ uint8_t port_e0_r();
+ uint8_t printer_r();
+ void printer_w(uint8_t data);
+ uint8_t keyboard_r(offs_t offset);
+ uint8_t wd179x_r();
+ uint8_t cp500_port_f4_r();
INTERRUPT_GEN_MEMBER(rtc_interrupt);
INTERRUPT_GEN_MEMBER(fdc_interrupt);