doomhack / GBADoom

A port of prBoom to the Nintendo GBA.
182 stars 25 forks source link

Add Nintendo Switch Tegra X1 BPMP support #48

Open theofficialgman opened 4 months ago

theofficialgman commented 4 months ago

Might be a fun side project. The tegra X1 BPMP (the boot CPU) is an ARM7TDMI (just like the GBA) but at much higher clocks (up to 147MHz https://github.com/CTCaer/hekate/blob/29d1e4a8094d6ebfbb164ba1c893818a13af9fa2/bdk/soc/bpmp.c#L211 ). It should be possible to port this project to run on it as a Hekate payload.