Merge pull request #6257 from cam900/patch-123

ym2413.cpp : Fix description related to Chip ...
This commit is contained in:
R. Belmont 2020-02-04 13:04:07 -05:00 committed by GitHub
commit 5c5b0299c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1772,7 +1772,7 @@ ym2413_device::ym2413_device(const machine_config &mconfig, device_type type, co
std::fill(std::begin(output), std::end(output), 0);
}
DEFINE_DEVICE_TYPE(VRC7, vrc7snd_device, "vrc7snd", "Konami VRC7 (Sound)")
DEFINE_DEVICE_TYPE(VRC7, vrc7snd_device, "vrc7snd", "Konami/Yamaha 053982/DS1001 VRC VII (Sound)")
vrc7snd_device::vrc7snd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: ym2413_device(mconfig, VRC7, tag, owner, clock)