Skip to content

Commit a271c9c

Browse files
committed
GFX examples
1 parent 1417665 commit a271c9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ You can either use the provided `Makefile` (recommended) or compile manually.
333333
- `./basic-gfx examples/gfx_poke_demo.bas`
334334
- `./basic-gfx examples/gfx_charset_demo.bas`
335335
- `./basic-gfx examples/gfx_key_demo.bas`
336+
- `./basic-gfx -petscii examples/gfx_text_demo.bas`
337+
- `./basic-gfx -petscii examples/gfx_inkey_demo.bas`
338+
- `./basic-gfx -petscii examples/gfx_jiffy_game_demo.bas`
336339
- **Keyboard polling (basic-gfx)**:
337340
- BASIC can poll a simple key-down map via `PEEK(56320 + code)` where 56320 is \(0xDC00\).
338341
- Supported codes include ASCII `A``Z`, `0``9`, Space (32), Enter (13), Esc (27), and C64 cursor codes Up (145), Down (17), Left (157), Right (29).

0 commit comments

Comments
 (0)