summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_cart/disk.h')
-rw-r--r--src/devices/bus/msx_cart/disk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/msx_cart/disk.h b/src/devices/bus/msx_cart/disk.h
index 59f25372e08..8556f807e40 100644
--- a/src/devices/bus/msx_cart/disk.h
+++ b/src/devices/bus/msx_cart/disk.h
@@ -58,6 +58,7 @@ protected:
void post_load();
+ output_finder<> m_led;
uint8_t m_side_control;
uint8_t m_control;
@@ -81,6 +82,7 @@ protected:
void post_load();
+ output_finder<> m_led;
uint8_t m_control;
void set_control(uint8_t data);