Commit Graph

6 Commits

Author SHA1 Message Date
Michael Miceli 961aa789c2 define memory map explicity 2024-06-01 21:24:25 -04:00
Michael Miceli dcd3d93dca minor documentation 2023-09-17 22:47:46 -04:00
Michael Miceli 666fc83fc4 vertical lvl physics documentation 2023-09-05 23:09:41 -04:00
Michael Miceli ce29ab6711 Add support for building Probotector rom
This commit adds the ability to build the Probotector rom with build
script parameters.
2023-05-17 22:14:29 -04:00
Michael Miceli f8bb133954 remove 0xff bytes for unused space
Removing the hard-coded 0xff allows developers to add code without
worrying about overflowing the byte section.  This is because the
linker will fill any unused space with 0xff.  As part of this change
the interrupt segment has been moved to more closely match where it
ends up in the rom.
2023-04-29 16:46:58 -04:00
Michael Miceli 8db7384d89 v1.0 2023-04-26 20:06:20 -04:00