summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intellec4/prommemory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/intellec4/prommemory.cpp')
-rw-r--r--src/devices/bus/intellec4/prommemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/intellec4/prommemory.cpp b/src/devices/bus/intellec4/prommemory.cpp
index 7ce7dd962fd..e297006f241 100644
--- a/src/devices/bus/intellec4/prommemory.cpp
+++ b/src/devices/bus/intellec4/prommemory.cpp
@@ -5,7 +5,7 @@
#include "prommemory.h"
-DEFINE_DEVICE_TYPE_NS(INTELLEC4_PROM_MEMORY, bus::intellec4, imm6_26_device, "intlc4_imm6_26", "Intel imm6-26 PROM Memory Module")
+DEFINE_DEVICE_TYPE(INTELLEC4_PROM_MEMORY, bus::intellec4::imm6_26_device, "intlc4_imm6_26", "Intel imm6-26 PROM Memory Module")
namespace bus::intellec4 {