From 98c05795fcd746420bedeeac90bdb8e173060242 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 26 Sep 2024 17:36:22 -0400 Subject: [PATCH] More cleanup --- README.md | 2 ++ blitter_speed_test.q | 0 2 files changed, 2 insertions(+) delete mode 100644 blitter_speed_test.q diff --git a/README.md b/README.md index 227ac94..053d18d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Click the mouse to escape any demo. locations on screen. * `any_position`: Cool Bun flies around like a DVD player pause screen. * `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. diff --git a/blitter_speed_test.q b/blitter_speed_test.q deleted file mode 100644 index e69de29..0000000