Skip to content

Commit 8bba3ec

Browse files
Updated for v1.04
1 parent ed454be commit 8bba3ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
A handful of BBC BASIC programs I use for regression and soak testing:
44

55
- `assembler_stub.bas`: A stubbed assembly file
6+
- `benchm9.bas`: Benchmark the file IO
67
- `circle_1.bas`: Draws circles using filled triangles
78
- `circle_2.bas`: Draws circle primitives
89
- `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:
1213
- `keyboard_1.bas`: Tests GET$
1314
- `lines.bas`: Tests the line drawing
1415
- `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
1518
- `palette_1.bas`: Displays the full colour palette
1619
- `rtc.bas`: Setting and getting the real-time clock
1720
- `scroll_1.bas`: Scrolling stars demo (requires VDP 1.02)

0 commit comments

Comments
 (0)