summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_slot/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_slot/disk.h')
-rw-r--r--src/devices/bus/msx_slot/disk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/msx_slot/disk.h b/src/devices/bus/msx_slot/disk.h
index d619cb1aa25..6b3c4ab055a 100644
--- a/src/devices/bus/msx_slot/disk.h
+++ b/src/devices/bus/msx_slot/disk.h
@@ -109,6 +109,7 @@ protected:
virtual void device_start() override;
wd_fdc_analog_device_base *m_fdc;
+ output_finder<> m_led;
};