-
-
Notifications
You must be signed in to change notification settings - Fork 86
Header name in hdr.asm is ignored #20
Copy link
Copy link
Closed
Description
This one is visible right in the template project:
- Look in hdr.asm; starting at line 15, there is:
.SNESHEADER
ID "SNES" ; 1-4 letter string, just leave it as "SNES"
NAME "LIBSNES TEMPLATE " ; Program Title - can't be over 21 bytes,
; "123456789012345678901" ; use spaces for unused bytes of the name.
- run
make; it will end with:
===============================
---snestools v0.3.0 20140726---
-------------------------------
(c) 2014 Alekmaul
===============================
File [template.sfc] has no header.
Change title to [TEMPLATE ] ...
Change Checksum to 2602h and Checksum complement D9FDh..
Done!
- Run the rom in an emulator that displays the header name (i.e. SNES9x); it will say "TEMPLATE", not "LIBSNES TEMPLATE".
This bug is pretty minor of course :) but I thought I'd mention it!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels