Changed the internal device name of the MT32 New device, fixes #4394.
This commit is contained in:
@@ -435,7 +435,7 @@ const device_t mt32_old_device = {
|
|||||||
|
|
||||||
const device_t mt32_new_device = {
|
const device_t mt32_new_device = {
|
||||||
.name = "Roland MT-32 (New) Emulation",
|
.name = "Roland MT-32 (New) Emulation",
|
||||||
.internal_name = "mt32",
|
.internal_name = "mt32_new",
|
||||||
.flags = 0,
|
.flags = 0,
|
||||||
.local = 0,
|
.local = 0,
|
||||||
.init = mt32_new_init,
|
.init = mt32_new_init,
|
||||||
|
|||||||
Reference in New Issue
Block a user