From 9aa960945ddee36a52228e80f82887430ba7d298 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sun, 12 Jan 2025 13:51:43 +0100 Subject: [PATCH] minor formatting fix in changelog --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8039d..44047f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,7 @@ * **11-Jan-2025**: writing data back to floppy is now supported in the CPC emulation (see: https://github.com/floooh/chips/issues/104 and https://github.com/floooh/chips/pull/105), - note though that the floppy emulation in the CPC is still very rough. - - Many thanks to @karlvr for the PR! + note though that the floppy emulation in the CPC is still very rough. Many thanks to @karlvr for the PR! * **02-Jan-2025**: Integrated some 'structural ideas' from the Zig Z80 emulator into z80.h (everything backward compatible and no behaviour changes):