summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/wangpckb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wangpckb.h')
-rw-r--r--src/mame/machine/wangpckb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wangpckb.h b/src/mame/machine/wangpckb.h
index d22fb31e08d..c5b3d59a92f 100644
--- a/src/mame/machine/wangpckb.h
+++ b/src/mame/machine/wangpckb.h
@@ -81,7 +81,7 @@ private:
required_device<i8051_device> m_maincpu;
required_ioport_array<16> m_y;
devcb_write_line m_txd_handler;
- output_finder<6> m_led;
+ output_finder<6> m_leds;
uint8_t m_keylatch;
int m_rxd;