summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc1512kb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc1512kb.h')
-rw-r--r--src/mame/machine/pc1512kb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc1512kb.h b/src/mame/machine/pc1512kb.h
index 903a98ba1bf..fe5f7c5b30a 100644
--- a/src/mame/machine/pc1512kb.h
+++ b/src/mame/machine/pc1512kb.h
@@ -79,7 +79,7 @@ private:
required_device<vcs_control_port_device> m_joy;
required_ioport_array<11> m_y;
- output_finder<2> m_led;
+ output_finder<2> m_leds;
devcb_write_line m_write_clock;
devcb_write_line m_write_data;