1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-20 14:29:11 +00:00

Add MSX-MUSIC entry.

This commit is contained in:
Thomas Harte 2023-05-12 23:33:28 -04:00
parent e7888497b7
commit fed97b8d26
2 changed files with 2 additions and 0 deletions

View File

@ -576,6 +576,7 @@ Description::Description(Name name) {
case Name::MSX2GenericBIOS: *this = Description(name, "MSX", "a generic MSX2 BIOS", "msx2.rom", 32*1024, 0x6cdaf3a5u); break;
case Name::MSX2Extension: *this = Description(name, "MSX", "the MSX2 extension ROM", "msx2ext.rom", 16*1024, 0x66237ecfu); break;
case Name::MSXMusic: *this = Description(name, "MSX", "the MSX-MUSIC / FM-PAC ROM", "fmpac.rom", 64*1024, 0x0e84505du); break;
case Name::SinclairQLJS:
*this = Description(name, "SinclairQL", "the Sinclair QL 'JS' ROM", "js.rom", 48*1024, 0x0f95aab5u);

View File

@ -119,6 +119,7 @@ enum Name {
MSX2GenericBIOS,
MSX2Extension,
MSXMusic,
// Oric.
OricColourROM,