Gericom / GBARunner3

182 stars 24 forks source link

Allow SD access from GBA homebrew #161

Open Gericom opened 1 month ago

Gericom commented 1 month ago

The idea would be to have some special swi's to perform the read. The result could be returned in a passed ewram pointer or at the end of rom for example.

During the read irqs should continue to be handled.