prep for tetris etc.

main
rhetorica 2026-01-30 18:47:00 -08:00
parent 97ba953170
commit 5fb3ac714e
1 changed files with 5 additions and 0 deletions

View File

@ -203,6 +203,11 @@ activate with:
// 209-245: available
#define GAME_BOARD_START 210
// 210-229: Tetris grid
// 230: Tetris score. 123-126 also used.
#define PERFMON_EVENTS 246
#define PERFMON_CPU 247
#define PERFMON_DRAW 248