From 9346c95f03f0967ae97586bf084b06df1b8ebd6e Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 15 Feb 2018 08:27:45 -0500 Subject: [PATCH] stvcd: Note HLE in device name (nw) --- src/devices/machine/stvcd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)