Skip to content

Commit b018cc6

Browse files
committed
fix 2024 vs 2025 in changelog
1 parent 060f769 commit b018cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## What's New
22

3-
* **11-Jan-2024**: writing data back to floppy is now supported in the CPC emulation
3+
* **11-Jan-2025**: writing data back to floppy is now supported in the CPC emulation
44
(see: https://github.com/floooh/chips/issues/104 and https://github.com/floooh/chips/pull/105),
55
note though that the floppy emulation in the CPC is still very rough.
66

77
Many thanks to @karlvr for the PR!
88

9-
* **02-Jan-2024**: Integrated some 'structural ideas' from the Zig Z80 emulator into z80.h
9+
* **02-Jan-2025**: Integrated some 'structural ideas' from the Zig Z80 emulator into z80.h
1010
(everything backward compatible and no behaviour changes):
1111
- Got rid of lookup tables which mapped opcodes to the first instruction
1212
payload step in the decoder switch-case statement. Instead the first

0 commit comments

Comments
 (0)