From 6f0533e429fc9e988de00916cdd9a95d83335217 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Tue, 2 Jan 2024 19:08:20 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a74c7e4f..cca581a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ ## What's New +* **02-Jan-2024**: + + - Added a new 'web api' (a set of Javascript functions which allow controlling + the integrated debugger) for the emualators: + - KC85/2, /3 and /4 + - C64 + - CPC + - Debugger: added a 'stopwatch' window to count cycles between two breakpoints + - am40010.h: video ram data is now loaded into an internal 2-byte latch + in two steps at a 2 MHz interval + + Also check out this new VSCode extension: https://marketplace.visualstudio.com/items?itemName=floooh.vscode-kcide + * **10-Jan-2023**: A big code cleanup session affecting all emulators, and some minor emulation improvements: