issues
search
RIP-Comm
/
clementine
Gameboy Advance emulator.
MIT License
48
stars
13
forks
source link
Single data transfer fix
#130
Closed
AlessioC31
closed
1 year ago
AlessioC31
commented
1 year ago
This should be merged after #129 .
Fix a bug in
single_data_transfer
function: we were inverting the logic of the up/down bit
Now cpu boots in supervisor mode (
https://www.reddit.com/r/EmuDev/comments/6tr4fz/gba_does_anyone_have_any_information_on_the/
and
https://www.cs.rit.edu/~tjh8300/CowBite/CowBiteSpec.htm#SVC
). Not 100% sure yet but I think it's still better than booting in User mode :D
This should be merged after #129 .
single_data_transfer
function: we were inverting the logic of the up/down bit