ROM type signature
From MSX Game Library
This documentation is a proposed signature to help Flash tools and emulators correctly detect ROM formats and, in particular, the type of mapper used.
Note: All the strings of this page are defined without zero-terminator.
ROM type signature
Mapper | Signature |
---|---|
Plan 16 KB | "ROM_PL16" |
Plan 32 KB | "ROM_PL32" |
Plan 48 KB | "ROM_PL48" |
Plan 64 KB | "ROM_PL64" |
ASCII 8 KB | "ROM_ASC8" |
ASCII 16 KB | "ROM_AS16" |
Konami 8 KB (K4) | "ROM_KON4" |
Konami 8 KB with SCC (K5) | "ROM_KON5" |
NEO 8 KB | "ROM_NEO8" |
NEO 16 KB | "ROM_NE16" |
Known ROM signature
Device | Signature | Size |
---|---|---|
MSX-Audio | "AUDIO" | 5 bytes |
Internal MSX-Music (and FM-PAC clone) | "APRLOPLL" | 8 bytes |
FM-PAC | "OPLL" | 4 bytes |