summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/vsystem_spr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/vsystem_spr.cpp')
-rw-r--r--src/mame/video/vsystem_spr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/vsystem_spr.cpp b/src/mame/video/vsystem_spr.cpp
index e271b648fb2..232787704a1 100644
--- a/src/mame/video/vsystem_spr.cpp
+++ b/src/mame/video/vsystem_spr.cpp
@@ -64,7 +64,7 @@ Abstracts the VS9210
#include "screen.h"
-DEFINE_DEVICE_TYPE(VSYSTEM_SPR, vsystem_spr_device, "vsystem_spr", "Video System Sprites")
+DEFINE_DEVICE_TYPE(VSYSTEM_SPR, vsystem_spr_device, "vsystem_spr", "Video System VS9108 Sprites")
vsystem_spr_device::vsystem_spr_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, VSYSTEM_SPR, tag, owner, clock)