Hi
I do know HiRom and LoRom (Zsnex will tells)
I'm using Atlas for the first time. It runs perfecly! (But it cost me months to figure out how to use it, as the readme is so vague). But in the script file, the command
#SMA
require to know the Rom is LoRom00 or LoRom80. How do I know my Rom is 00 or 80?
Can you tell me?
I don't know wethere my Rom is 00 or 80 but I wrote 00 to my script and It seems that nothing wrong happened. Does 00 or 80 really make any different?
Thank you for reading.
Find the doc about "Snes Kart Format" or something like that.
If I'm not mistaken, If the ROM is a SLOW rom then the addresses will be $00XXXX.
If it is a FAST rom, then the addresses will be $80XXXX. There is a BYTE that tells
you if it's slow or fast rom. That isthe only way I know of it...
// Snes ROM haeder info, not the 512 byte header crap...
BYTE 0 ( $00 ):
ROM Title : First 21 Bytes
BYTE 22 ( $16 ):
Rom Makeup : 7654 3210
0000-0000
|__| |__|
| |
| |___Bank Size 0001 = HiROM (64K Banks Mode 21)
| 0000 = Low Rom (32K Banks Mode 20)
|
|________ROM Speed 0111 = Fast Rom
0000 = Slow Rom
I've tested this theory it it did work as listed.