summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx_systemflags.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx_systemflags.cpp')
-rw-r--r--src/mame/machine/msx_systemflags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/msx_systemflags.cpp b/src/mame/machine/msx_systemflags.cpp
index 4ff1a5b2b42..4aa79e46fac 100644
--- a/src/mame/machine/msx_systemflags.cpp
+++ b/src/mame/machine/msx_systemflags.cpp
@@ -4,7 +4,7 @@
#include "msx_systemflags.h"
-const device_type MSX_SYSTEMFLAGS = &device_creator<msx_systemflags_device>;
+const device_type MSX_SYSTEMFLAGS = device_creator<msx_systemflags_device>;
msx_systemflags_device::msx_systemflags_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)