Poke_Transporter_GB/loader
Philippe Symons c9ed32e3a1 Debug option: Write/Load Cable data to/from SRAM
This commit allows you to use the Write Cbl Data debug option and new Load Cbl Data debug option to dump a link's data to SRAM
or load it from SRAM and pretend like you got it over the link cable.

This is useful for capturing the link process on gameboy and replay + debug it later in an emulator.
2026-06-04 15:22:46 +02:00
..
source Debug option: Write/Load Cable data to/from SRAM 2026-06-04 15:22:46 +02:00
Makefile Proof of concept: add a loader that embeds the multiboot rom and allows to load it from a flashcart 2025-03-24 13:49:37 +01:00
README.md Add some comments and a README 2025-03-24 14:06:38 +01:00

This folder contains a Proof of Concept to load PokeTransporter GB WITHOUT doing the whole multiboot ritual.

It works by embedding the multiboot rom that is generated from the main project build into a separate "normal" gba rom. And this loader rom will just copy the multiboot rom to EWRAM and jump to the right entrypoint to launch it.

This allows the user to simply launch the loader from a simple flashcart, such as a supercard SD. After PokeTransporter GB is loaded, the user should be able to swap out the flashcart and insert the Pokémon cartridge.