From 6648b5a37374571e4f0ef6cc3d62b24982464a4e Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 25 Aug 2016 03:39:11 +1000 Subject: [PATCH] Whoops --- src/mame/drivers/pc1500.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/pc1500.cpp b/src/mame/drivers/pc1500.cpp index 6d55dca0ede..67dfa6f1e5e 100644 --- a/src/mame/drivers/pc1500.cpp +++ b/src/mame/drivers/pc1500.cpp @@ -27,7 +27,7 @@ public: , m_maincpu(*this, "maincpu") , m_rtc(*this, "upd1990a") , m_lcd_data(*this, "lcd_data") - , m_keyboard(*this, "KEY,%u", 0) + , m_keyboard(*this, "KEY.%u", 0) , m_io_on(*this, "ON") { }