summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc9801_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc9801_kbd.cpp')
-rw-r--r--src/mame/machine/pc9801_kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc9801_kbd.cpp b/src/mame/machine/pc9801_kbd.cpp
index 728c9c4b23b..d7e01fc887a 100644
--- a/src/mame/machine/pc9801_kbd.cpp
+++ b/src/mame/machine/pc9801_kbd.cpp
@@ -24,7 +24,7 @@
//**************************************************************************
// device type definition
-const device_type PC9801_KBD = &device_creator<pc9801_kbd_device>;
+const device_type PC9801_KBD = device_creator<pc9801_kbd_device>;
//**************************************************************************