14ba0dbca9
feat: working pipeline implementation
2022-09-28 16:11:25 -03:00
f466ae2ae2
chore: refactor ARM/THUMB data processing instructions
2022-09-28 12:47:44 -03:00
f616ed29d1
fix: don't flush pipeline when reloading CPSR in ARM Data Processing
2022-09-28 12:47:44 -03:00
f13b08b527
chore: don't write to CPSR + swap with SPSR at the same time
2022-09-28 10:01:52 -03:00
d5acfb6eb0
chore: instantly refill the pipeline on flush
...
I believe this to be necessary in order to get hardware interrupts
working.
thumb.gba test 108 fails but I'm committing anyways (despite the
regression) because this is kind of rebase/merge hell and I have
something that at least sort of works rn
2022-09-26 16:26:45 -03:00
1d09554ea4
feat: implement basic pipeline
...
passes arm.gba, thumb.gb and armwrestler, fails in actual games
TODO: run FuzzARM debug specific titles
2022-09-26 16:26:45 -03:00
c397b7069d
feat: move arm instr decoding to module
2022-07-27 13:23:29 -03:00
53191b0eeb
chore: change directory structure
2022-07-22 21:11:19 -03:00