summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-02-15 08:27:45 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-02-15 08:27:45 -0500
commit9346c95f03f0967ae97586bf084b06df1b8ebd6e (patch)
treed49fda5cd8e483f66447c5c41ca6da799d985407
parent7d201e2e085a89fef52e4b4e214ec4e06ba9fe0a (diff)
stvcd: Note HLE in device name (nw)
-rw-r--r--src/devices/machine/stvcd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/stvcd.cpp b/src/devices/machine/stvcd.cpp
index b5f083d3260..dda6c3db574 100644
--- a/src/devices/machine/stvcd.cpp
+++ b/src/devices/machine/stvcd.cpp
@@ -66,7 +66,7 @@
#define CD_STAT_WAIT 0x8000 // waiting for command if set, else executed immediately
#define CD_STAT_REJECT 0xff00 // ultra-fatal error.
-DEFINE_DEVICE_TYPE(STVCD, stvcd_device, "stvcd", "Sega Saturn/ST-V CD-ROM Block")
+DEFINE_DEVICE_TYPE(STVCD, stvcd_device, "stvcd", "Sega Saturn/ST-V CD Block HLE")
stvcd_device::stvcd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, STVCD, tag, owner, clock)