From 70d4d78a65cd513523e261aadab800510bae9735 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Mon, 5 May 2025 08:08:14 -0700 Subject: [PATCH] CHANGELOG --- CHANGELOG | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c9c0460ca..2e6063020 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ Next version - - + - Remove mixer and VGA capture test modes from integration device. Update + integration device version number. Convert hardcoded magic constants used + in IG into constants in iglib.h which is now shared explicitly with the + iglib.h in DOSLIB. Add integration device interface to allow the guest + to read and set the CPU cycle count of the emulator. (joncampbell123). 2025.05.03 - Show TURBO status in title bar. (maron2000)