summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/m20_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m20_kbd.cpp')
-rw-r--r--src/mame/machine/m20_kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/m20_kbd.cpp b/src/mame/machine/m20_kbd.cpp
index 3d90493277f..796dcae5a7b 100644
--- a/src/mame/machine/m20_kbd.cpp
+++ b/src/mame/machine/m20_kbd.cpp
@@ -235,4 +235,4 @@ void m20_keyboard_device::received_byte(uint8_t byte)
}
-const device_type M20_KEYBOARD = &device_creator<m20_keyboard_device>;
+const device_type M20_KEYBOARD = device_creator<m20_keyboard_device>;