summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/adamnet/fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/adamnet/fdc.h')
-rw-r--r--src/devices/bus/adamnet/fdc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/adamnet/fdc.h b/src/devices/bus/adamnet/fdc.h
index 3132db46ba6..36aced31f74 100644
--- a/src/devices/bus/adamnet/fdc.h
+++ b/src/devices/bus/adamnet/fdc.h
@@ -53,7 +53,8 @@ private:
static void floppy_formats(format_registration &fr);
- uint8_t data_r(offs_t offset);
+ uint8_t read_data_r(offs_t offset);
+ uint8_t write_data_r(offs_t offset);
uint8_t p1_r();
void p1_w(uint8_t data);
uint8_t p2_r();