Skip to content

Commit e25eb03

Browse files
committed
V2.11 release README and manual title page updates
1 parent b6f82d7 commit e25eb03

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ The user manual is also available from within a2m, on the F1 key. Tabs at the b
3232
Press F2 to reveal the interface to a2m - the debugger and access to disk drives, etc.
3333

3434
## Known issues
35-
* Audio
36-
Audio quality could be improved, but playback timing is now stable and no longer drifts.
3735
* Disk II
3836
Only, read-only, NIB file-type support.
3937
* SmartPort
@@ -46,27 +44,28 @@ Press F2 to reveal the interface to a2m - the debugger and access to disk drives
4644
* Oliver Schmidt for, basically, teaching me all I know about the Apple II, but in this case showing me how easy it is to do SmartPort emulation.
4745
* Zellyn Hunter for A2Audit. That helped me identify and fix my Language Card bug. (https://github.com/zellyn/a2audit)
4846

49-
## Initial release
50-
The initial release was made in London, UK, on 31 October 2024.
51-
5247
### Releases history:
5348
31 Oct 2024
54-
: Initial release
49+
: Initial release - made in London, UK.
5550

5651
8 Dec 2024
57-
: Version 1.0 release
52+
: Version 1.0 release.
5853

5954
10 Dec 2024
60-
: Version 1.1 release
55+
: Version 1.1 release.
6156

6257
23 Dec 2025
63-
: Version 2.0 release
58+
: Version 2.0 release.
6459
The version 2 release is a re-architecture of the entire code base, as well as a rewrite of the 6502 core, adding a 65C02 mode. The Apple //e is also supported, along with many new features such as a NIB Disk II, resizable window, window pane sliders, and many more.
6560

6661
4 Feb 2026
67-
: Version 2.1 release
62+
: Version 2.1 release.
6863
This version fixes bugs and has tweaks above the V2.0 release, and it enhances the built-in assembler allowing it to compile the bulk of ca65 assembler targeted sources with only some edits.
6964

65+
11 Feb 2026
66+
: Version 2.11 release.
67+
This version is mostly about UI; added an INI configuration dialog and load from within a2m as well as other tweaks. Breakpoints can now be set in any bank and will only break in that bank, not that PC in any bank. Audio (speaker) also tweaked.
68+
7069
## Contact
7170
Stefan Wessels
7271
swessels@email.com

manual/titlepage.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
{\Large Apple ][+ and Apple //e Enhanced Emulator}\\[1em]
77
{\Large User Manual}\\[2em]
88
{\large Stefan Wessels}\\[0.5em]
9-
{\large February 4, 2026}\\[3em]
10-
{\small Version v2.1}
9+
{\large February 11, 2026}\\[3em]
10+
{\small Version v2.11}
1111
\vspace*{\fill}
1212
\end{titlepage}
1313
\clearpage

0 commit comments

Comments
 (0)