summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/v9938.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/v9938.c')
-rw-r--r--src/emu/video/v9938.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/v9938.c b/src/emu/video/v9938.c
index 2b0c658889c..7a2f818df13 100644
--- a/src/emu/video/v9938.c
+++ b/src/emu/video/v9938.c
@@ -105,7 +105,7 @@ v9938_device::v9938_device(const machine_config &mconfig, const char *tag, devic
}
v9958_device::v9958_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
-: v99x8_device(mconfig, V9938, "V9938", "v9938", tag, owner, clock)
+: v99x8_device(mconfig, V9938, "V9958 VDP", "v9958", tag, owner, clock)
{
m_model = MODEL_V9958;
}