summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/victor9k_fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/victor9k_fdc.h')
-rw-r--r--src/mame/machine/victor9k_fdc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/victor9k_fdc.h b/src/mame/machine/victor9k_fdc.h
index 7987bc30f0c..942c8038ac4 100644
--- a/src/mame/machine/victor9k_fdc.h
+++ b/src/mame/machine/victor9k_fdc.h
@@ -132,6 +132,7 @@ private:
required_device<floppy_connector> m_floppy0;
required_device<floppy_connector> m_floppy1;
required_memory_region m_gcr_rom;
+ output_finder<2> m_led;
void update_stepper_motor(floppy_image_device *floppy, int stp, int old_st, int st);
void update_spindle_motor(floppy_image_device *floppy, emu_timer *t_tach, bool start, bool stop, bool sel, uint8_t &da);