From 5df8d39229e84bedbe0ca8deceb988de4f5f6562 Mon Sep 17 00:00:00 2001 From: fattard Date: Sat, 26 Aug 2017 21:49:57 -0300 Subject: [PATCH] Updated Changes.txt --- Changes.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changes.txt b/Changes.txt index a4b95b4..22d53e7 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,5 +1,25 @@ +Version 0.0.5 (Alpha) - AUG/26/2017 +=================================== +Supported Cores: +---------------- +- Game Boy - Classic GB emulator. Please, check the emulation + status (https://github.com/fattard/xFF/blob/0.0.4/GB_Status.md) + with details of what is supported, and what is in progress and known issues. +- BytePusher - A special test core to help me creating the foundations + that will allow running all real cores. + More info: https://esolangs.org/wiki/BytePusher +[DMG] GB Core Updates: +---------------------- +- Added input for Xbox Controller (and any XInput compatible joypad). +- Structured the foundations for future cross platform support. +- Implemented the instruction 'DAA' that was stubbed until now. +- Fixed all processor flag checks in instructions, passing all cpu_instrs individual tests. +- Improved Timer handling, but still not accurate enough to run timing tests. +- Basic Serial I/O emulation, as if no external devices are connected. + + Version 0.0.4 (Alpha) - AUG/19/2017 ===================================