bootmii

Results 22 comments of bootmii

It also happens when I load a save directly

It does happen when I start from a pre-made map, add some stations, and reload. It's just less noticeable.

The other issue, of course, is that hyphen, semicolon and equals sign won't work in live mode, but that one isn't your fault.

here's what it looks like on my end ![image](https://user-images.githubusercontent.com/6440426/110612582-306b5880-8145-11eb-858e-2c9b04186490.png)

At 5:46 PM, RocketRobz wrote: >.md files will only appear if one of these checks are passes: >* Offset 0x4 contains an entry point range between offsets 0x8 and 0x3FFFFE....

You weren't too far off. How many Sega Genesis ROMs have you seen where byte 0x4 was 0x0a, 0x0d, or between 0x20 and 0x3f? (The Sega Mega Drive is big-endian.)...

Ishido would fail, as the entry point is 0x2 and Accolade wasn't putting "SEGA" at 0x100 yet (there was no need to in 1990). That's unless the entry point is...

Thanks for writing a commit so quickly. You might actually be checking byte 0x7 though. The point of reversing bytes 4 through 7 is that the Sega Genesis is big-endian...