summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc98_cbus/amd98.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc98_cbus/amd98.cpp')
-rw-r--r--src/devices/bus/pc98_cbus/amd98.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc98_cbus/amd98.cpp b/src/devices/bus/pc98_cbus/amd98.cpp
index cb1d34b2e1b..75e76008150 100644
--- a/src/devices/bus/pc98_cbus/amd98.cpp
+++ b/src/devices/bus/pc98_cbus/amd98.cpp
@@ -43,7 +43,7 @@ TODO:
#define LOGLATCH(...) LOGMASKED(LOG_LATCH, __VA_ARGS__)
-DEFINE_DEVICE_TYPE(AMD98, amd98_device, "amd98", "System Sacom AMD-98")
+DEFINE_DEVICE_TYPE(AMD98, amd98_device, "amd98", "System Sacom AMD-98 sound card")
amd98_device::amd98_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, AMD98, tag, owner, clock)