summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vtech/memexp/floppy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vtech/memexp/floppy.h')
-rw-r--r--src/devices/bus/vtech/memexp/floppy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/vtech/memexp/floppy.h b/src/devices/bus/vtech/memexp/floppy.h
index a81ea420395..56a926e17b1 100644
--- a/src/devices/bus/vtech/memexp/floppy.h
+++ b/src/devices/bus/vtech/memexp/floppy.h
@@ -39,10 +39,10 @@ protected:
private:
void map(address_map &map);
- DECLARE_WRITE8_MEMBER(latch_w);
- DECLARE_READ8_MEMBER(shifter_r);
- DECLARE_READ8_MEMBER(rd_r);
- DECLARE_READ8_MEMBER(wpt_r);
+ void latch_w(uint8_t data);
+ uint8_t shifter_r();
+ uint8_t rd_r();
+ uint8_t wpt_r();
void index_callback(floppy_image_device *floppy, int state);
void update_latching_inverter();