-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
56 lines (46 loc) · 1.2 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Changes
=======
4th July 2023
=============
Moved to beta 1, tracking changes here. Beta 2 will be code complete.
Code reading ongoing throughout.
5th July 2023
=============
Reintroduced the scrolling input line editor for input_line.
Added RENUMBER.
Home call moved out of Physical Clear Screen Code.
Added option to "Format" Flash. (No command, deliberately difficult [X = 32::Y = 0:SYS &FFD6])
Assembler code
6th July
========
More assembler code. Now mostly complete.
7th July
========
Added OPT
Completed assembler code.
Non-specific code complete, Beta 2.
Added list indenting
** THEN has become a - structure keyword **
8th July
========
Rework of wwfs for closer compatibility with PICO SDK
9th July
========
Fixed TAB bug.
Changes to FS for random write start position.
Beta 3.
10th July
=========
Converted display to 5x7 fonts.
13th July
=========
Conversion towards Apple ][ compatible hardware.
Beta 4 very basic hardware (keyboard & text display @ $400)
14th July
=========
MOS running on Apple 2 text mode
Apple II ROMs boot.
22nd July
=========
Added modes, and support for mode 3 (48x30 text) into MOS.
Implemented mode switching, need to check out palette functionality.