#7595 closed feature request
MT-32 emulation: Support more ROMs
Reported by: | SF/denizoezmen | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Audio: MT32 |
Version: | Keywords: | ||
Cc: | Game: |
Description
Since I own MT-32s in older revisions, I would be glad to see their ROM versions supported by the emulator as well. These should (hopefully) be the correct list of values to be added to the ControlROMMaps list in synth.cpp in order to support ROM versions 1.04 and 1.06:
{0x4014, 22, "\000 ver1.04 14 July 87 ", 0x3000, 128, 0x8000, 0x0000, 0xC000, 0x4000, 0x3200, 30, 0x73A6, 85, 0x57C7, 0x57D0, 0x57E2}, // MT-32 revision 0 {0x4014, 22, "\000 ver1.06 31 Aug, 87 ", 0x3000, 128, 0x8000, 0x0000, 0xC000, 0x4000, 0x3200, 30, 0x7414, 85, 0x57D9, 0x57E2, 0x57F4}, // MT-32 revision 0
(Unfortunately, I could not get the ScummVM code to compile properly, so I tested the value sets by editing the executable image directly. Everything seemed to work flawlessly, though.)
Thanks for all the good work!
Ticket imported from: #1820331. Ticket imported from: feature-requests/411.
Change History (4)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:4 by , 6 years ago
Component: | → Audio: MT32 |
---|
Thanks, added to SVN!