things i worked on last week

This commit is contained in:
mightymax 2007-01-13 12:36:14 +00:00
parent fb4e8744f1
commit 540ffbbcda
1 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,21 @@
0.5.0 -> 0.?.?
arm:
- Added relocation interrupt vector.
- Added region access right checks.
- Enabled LDC/STC instructions.
- Fixed powersave (cp15) IRQ wait.
gpu:
- Added special color effects.
- Added windowing feature.
- Fixed transparent direct color backgrounds.
- Fixed disabled sprites showing.
- Fixed 8/32 bit access to gpu registers.
wifi:
- Added RF chip interface.
- Added BB chip interface.
windows port:
- Fixed address calculation in disassembler.
0.3.3 -> 0.5.0
arm:
- Fixed MSR with immediate value opcode.