blob: e05ca480e632b5ad68a3500b628c2c00c6c51699 (
plain) (
blame)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
# 4.3
* Fix incorrect value for ver;
# 4.2
* Update readme;
* Implement getpx in assembly;
# 4.1
* Update readme;
# 4.0
* Restructure demo;
* Make flip and getvbnk return the address of the other bank;
* Add functions for getting the value of a pixel (getpx);
* Add functions for reading a colour value (rd);
* Remove return value from plot;
* Update readme;
* Fix plot5;
# 3.0
* Add function for getting the current video bank (getvbnk);
* Remove debug mode;
* Update readme;
* Make error 'ok' always zero;
* Remove error 'misc';
* Restructure assembly;
* Add more error codes;
* Add new header 'algo';
* Add functions for copying memory sequences (cp);
* Add function for V-syncing (vsync);
* Add functions for filling the screen (clrscrn{X});
* Make plot take the video address;
# 2.2
* Enable warnings in demo makefile;
* Implement flip in assembly;
* Implement init in assembly;
* Implement getkeymap in assembly;
* Update get and set internally;
# 2.1
* Add colour switching to the demo (press R);
* Use mode 4 for the error screen;
* Add an extra line on the error 'barcode';
# 2.0
* Update readme;
* Remove the root makefile;
* Use digit seperators;
* Fix setpx1;
* Add function for flipping pages;
* Add nodiscard to the get functions;
* Make setpx take the address of the video page;
# 1.1
* Fix version number not being updated;
* Update error screen;
# 1.0
* Add changelog;
* Add readme;
* Add new header 'key';
* Fix header guard in bs;
* Add functions for checking keys;
# 0.0
* Initial;
|