diff options
author | 2020-02-04 13:53:56 +0900 | |
---|---|---|
committer | 2020-02-04 13:53:56 +0900 | |
commit | c2b28302e0c745281073bc19ca7ac30811a535ff (patch) | |
tree | 5f00a5c737e1da4c8e1c7fa67abc8404a4de263e | |
parent | b5eb7d4babeb5e7dcc76cca94d02a5e6b35a588a (diff) |
vrc6.cpp : Fix description related to Chip marking
-rw-r--r-- | src/devices/sound/vrc6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/vrc6.cpp b/src/devices/sound/vrc6.cpp index b769fde4043..237a8487bc9 100644 --- a/src/devices/sound/vrc6.cpp +++ b/src/devices/sound/vrc6.cpp @@ -17,7 +17,7 @@ #include "vrc6.h" // device type definition -DEFINE_DEVICE_TYPE(VRC6, vrc6snd_device, "vrc6snd", "Konami VRC6 (Sound)") +DEFINE_DEVICE_TYPE(VRC6, vrc6snd_device, "vrc6snd", "Konami 053329 VRC VI (Sound)") //************************************************************************** // LIVE DEVICE |