From 540ffbbcdad960a48db5e595e81e2d05132a341a Mon Sep 17 00:00:00 2001 From: mightymax Date: Sat, 13 Jan 2007 12:36:14 +0000 Subject: [PATCH] things i worked on last week --- desmume/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/desmume/ChangeLog b/desmume/ChangeLog index d180a020b..0436ff569 100644 --- a/desmume/ChangeLog +++ b/desmume/ChangeLog @@ -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.