Skip to content

Commit ffa2efd

Browse files
Add files via upload
1 parent 0f5a96a commit ffa2efd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A handful of BBC BASIC programs I use for regression and soak testing:
1313
- `lines.bas`: Tests the line drawing
1414
- `mandlebrot_1.bas`: A Mandlebrot set renderer
1515
- `palette_1.bas`: Displays the full colour palette
16+
- `rtc.bas`: Setting and getting the real-time clock
1617
- `scroll_1.bas`: Scrolling stars demo (requires VDP 1.02)
1718
- `scroll_2.bas`: Scrolling scramble-like landscape demo (requires VDP 1.02)
1819
- `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:
2223
- `sprites_3.bas`: As sprites_2.bbc, but using machine code to move the sprites
2324
- `sprites_4.bas`: As sprites_3.bbc, but loading a sprite animation from a file
2425
- `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)
2527
- `triangles.bas`: Tests the filled triangle drawing
2628
- `udg.bas` Defines UDGs using VDU 23
2729

0 commit comments

Comments
 (0)