summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8271.h')
-rw-r--r--src/devices/machine/i8271.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/machine/i8271.h b/src/devices/machine/i8271.h
index 88e9a6146e6..9d02f2497d3 100644
--- a/src/devices/machine/i8271.h
+++ b/src/devices/machine/i8271.h
@@ -6,6 +6,7 @@
#pragma once
#include "fdc_pll.h"
+#include "imagedev/floppy.h"
class floppy_image_device;
@@ -35,7 +36,7 @@ public:
void set_ready_line_connected(bool ready);
void set_select_lines_connected(bool select);
- void set_floppy(floppy_image_device *image);
+ void set_floppies(floppy_connector* f0, floppy_connector* f1);
void soft_reset();
void map(address_map &map);