summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/k573dio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/k573dio.cpp')
-rw-r--r--src/mame/machine/k573dio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/k573dio.cpp b/src/mame/machine/k573dio.cpp
index 10aadf96119..e805f12c389 100644
--- a/src/mame/machine/k573dio.cpp
+++ b/src/mame/machine/k573dio.cpp
@@ -65,7 +65,7 @@
*/
-const device_type KONAMI_573_DIGITAL_IO_BOARD = &device_creator<k573dio_device>;
+const device_type KONAMI_573_DIGITAL_IO_BOARD = device_creator<k573dio_device>;
DEVICE_ADDRESS_MAP_START(amap, 16, k573dio_device)
AM_RANGE(0x00, 0x01) AM_READ(a00_r)