More cleanup

This commit is contained in:
John Bintz 2024-09-26 17:36:22 -04:00
parent 623e51d164
commit 98c05795fc
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ Click the mouse to escape any demo.
locations on screen. locations on screen.
* `any_position`: Cool Bun flies around like a DVD player pause screen. * `any_position`: Cool Bun flies around like a DVD player pause screen.
* `keyboard_interrupt`: Tests using `input.device` to access the keyboard. * `keyboard_interrupt`: Tests using `input.device` to access the keyboard.
* `blitter_speed_test`: Get the speed of blitter vs. CPU memory operations
* `bun_test`: Run some unit tests (yes, really!)
This will get 50 fps on an 020, and 25 or lower on an 68EC020 and below. This will get 50 fps on an 020, and 25 or lower on an 68EC020 and below.

View File