zenaro147 / PicoAdapterGB

Raspberry Pi Pico Code for Mobile Adapter GB emulation with real HW!
GNU General Public License v3.0
27 stars 4 forks source link

Implement a native 32bits mode for GBA #26

Closed zenaro147 closed 1 year ago

zenaro147 commented 1 year ago

For now, both Pico setups uses the libmobile "enable_no32bit" option to force 32bits communications to occurs in 8bits mode.

The communication happens following this schema: Start the communication n 8bit >> Send a "32bits flag" to change the communication mode >> Starts to communicate in 32bits

Need some help to try some "native implementation" to handle this dynamic change during communication

zenaro147 commented 1 year ago

Implemented into #38 Thanks to @mid-kid and @Lorenzooone