Xcpc v0.32.0 has been released

The version v0.32.0 of Xcpc has been released !
What’s new ?
This version is a major revision of the source code.
The migration from the old codebase to the internal libxcpc
library is now complete. The old emulator kernel has been removed from the src
folder and all emulation code now resides in libxcpc
. The code architecture is now cleaner and stronger than ever.
The rendering code has been improved to emulate a CRT display so it should be eye candy (I hope).
Download
You can download this new version by clicking on the following link :
You can also find all previous versions on the Download page.
Source
You can browse the online repository by clicking on the following link :
You can also clone the git repository :
git clone -b xcpc-0.32.0 git@bitbucket.org:ponceto/xcpc.git
ChangeLog
2021-04-02 Olivier Poncet <olivier.poncet@xcpc-emulator.net>
* Better, stronger, faster.
* Very huge refactoring and codebase cleaned.
* The migration from old code to libxcpc is complete.
* Some bugs have been fixed.
* CRT rendering added.