File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ A handful of BBC BASIC programs I use for regression and soak testing:
13
13
- ` lines.bas ` : Tests the line drawing
14
14
- ` mandlebrot_1.bas ` : A Mandlebrot set renderer
15
15
- ` palette_1.bas ` : Displays the full colour palette
16
+ - ` rtc.bas ` : Setting and getting the real-time clock
16
17
- ` scroll_1.bas ` : Scrolling stars demo (requires VDP 1.02)
17
18
- ` scroll_2.bas ` : Scrolling scramble-like landscape demo (requires VDP 1.02)
18
19
- ` shadows.bas ` : Tests the graphics commands for BBC Micro compatibility
@@ -22,6 +23,7 @@ A handful of BBC BASIC programs I use for regression and soak testing:
22
23
- ` sprites_3.bas ` : As sprites_2.bbc, but using machine code to move the sprites
23
24
- ` sprites_4.bas ` : As sprites_3.bbc, but loading a sprite animation from a file
24
25
- ` sprites_5.bas ` : As sprites_4.bbc, but includes scrolling stars (requires VDP 1.02)
26
+ - ` sysvars.bas ` : Using OSBYTE &A0 to fetch a MOS system variable (first 2 bytes of sysvar_time)
25
27
- ` triangles.bas ` : Tests the filled triangle drawing
26
28
- ` udg.bas ` Defines UDGs using VDU 23
27
29
You can’t perform that action at this time.
0 commit comments