File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3
3
A handful of BBC BASIC programs I use for regression and soak testing:
4
4
5
5
- ` assembler_stub.bas ` : A stubbed assembly file
6
+ - ` benchm9.bas ` : Benchmark the file IO
6
7
- ` circle_1.bas ` : Draws circles using filled triangles
7
8
- ` circle_2.bas ` : Draws circle primitives
8
9
- ` cube.bas ` : Tests the graphics and floating point maths
@@ -12,6 +13,8 @@ A handful of BBC BASIC programs I use for regression and soak testing:
12
13
- ` keyboard_1.bas ` : Tests GET$
13
14
- ` lines.bas ` : Tests the line drawing
14
15
- ` mandlebrot_1.bas ` : A Mandlebrot set renderer
16
+ - ` mode_test_1.bas ` : Check mode memory allocation is working correctly
17
+ - ` mode_test_2.bas ` : Testcard to check resolution, colours, and monitor alignment
15
18
- ` palette_1.bas ` : Displays the full colour palette
16
19
- ` rtc.bas ` : Setting and getting the real-time clock
17
20
- ` scroll_1.bas ` : Scrolling stars demo (requires VDP 1.02)
You can’t perform that action at this time.
0 commit comments