ams-hackers / gbforth

👾 A Forth-based Game Boy development kit
https://gbforth.org
MIT License
121 stars 23 forks source link

Split off header.fs and cartridge.fs #301

Closed tkers closed 5 years ago

tkers commented 5 years ago

The header.fs file (and cartridge.fs) is currently in src/ but could be moved to lib/ instead. Additionally, this file could be optionally excluded (for example with a —no-header CLI option) to allow the user to customise this more easily (like changing the boot logo).

Of course this is already technically possible by returning the ROM pointer to 0 and overwriting the existing header, but it could be a bit nicer.