summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/max80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/max80.cpp')
-rw-r--r--src/mame/drivers/max80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/max80.cpp b/src/mame/drivers/max80.cpp
index d1d79a506ba..db578307588 100644
--- a/src/mame/drivers/max80.cpp
+++ b/src/mame/drivers/max80.cpp
@@ -98,7 +98,7 @@ public:
, m_floppy1(*this, "fdc:1")
, m_floppy2(*this, "fdc:2")
, m_floppy3(*this, "fdc:3")
- , m_io_keyboard(*this, "LINE%u", 0)
+ , m_io_keyboard(*this, "LINE%u", 0U)
// , m_mainram(*this, RAM_TAG)
{ }