ppeccin / WebMSX

WebMSX - Online MSX Emulator
https://webmsx.org
396 stars 70 forks source link

Feature request: MSXBAS2ROM MegaROMs must be detected as Konami SCC ROM format #92

Open amaurycarvalho opened 1 year ago

amaurycarvalho commented 1 year ago

MSXBAS2ROM uses "KonamiSCC" ROM format when compiling a MSX-BASIC program in MegaROM size (+128kb).

You can identify a MegaROM file as a MSXBAS2ROM compiled one if you find a "MSXB2R" signature string at 0x000A or 0x400A position.

So, when the file size is >=128kb and the ROM contains the "MSXB2R" signature string, the correct cartridge type to choose is "KonamiSCC".

You can download a MegaROM example here.