summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarifdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarifdc.h')
-rw-r--r--src/mame/machine/atarifdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/atarifdc.h b/src/mame/machine/atarifdc.h
index 5fb245bc123..342ead3051f 100644
--- a/src/mame/machine/atarifdc.h
+++ b/src/mame/machine/atarifdc.h
@@ -34,7 +34,6 @@ private:
void add_serin(uint8_t data, int with_checksum);
void a800_serial_command();
void a800_serial_write();
- legacy_floppy_image_device *atari_floppy_get_device_child(int drive);
struct atari_drive
{
@@ -51,6 +50,7 @@ private:
int sectors; /* total sectors, ie. tracks x heads x spt */
};
+ required_device_array<legacy_floppy_image_device, 4> m_floppy;
required_device<pokey_device> m_pokey;
required_device<pia6821_device> m_pia;