summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/nichibutsu/nb1414m4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/nichibutsu/nb1414m4.cpp')
-rw-r--r--src/mame/nichibutsu/nb1414m4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/nichibutsu/nb1414m4.cpp b/src/mame/nichibutsu/nb1414m4.cpp
index 820c4677772..142919791ef 100644
--- a/src/mame/nichibutsu/nb1414m4.cpp
+++ b/src/mame/nichibutsu/nb1414m4.cpp
@@ -31,7 +31,7 @@ Notes:
#include "nb1414m4.h"
#include "screen.h"
-DEFINE_DEVICE_TYPE(NB1414M4, nb1414m4_device, "nb1414m4", "NB1414M4 Mahjong Custom")
+DEFINE_DEVICE_TYPE(NB1414M4, nb1414m4_device, "nb1414m4", "NB1414M4 Custom")
nb1414m4_device::nb1414m4_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, NB1414M4, tag, owner, clock)