summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/vrender0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/vrender0.cpp')
-rw-r--r--src/mame/video/vrender0.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/vrender0.cpp b/src/mame/video/vrender0.cpp
index 772a41fd679..dc937f1ff95 100644
--- a/src/mame/video/vrender0.cpp
+++ b/src/mame/video/vrender0.cpp
@@ -23,7 +23,7 @@
DEVICE INTERFACE
*****************************************************************************/
-DEFINE_DEVICE_TYPE(VIDEO_VRENDER0, vr0video_device, "vr0video", "VRender0 Video")
+DEFINE_DEVICE_TYPE(VIDEO_VRENDER0, vr0video_device, "vr0video", "MagicEyes VRender0 Video Engine")
vr0video_device::vr0video_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, VIDEO_VRENDER0, tag, owner, clock)