apple1-videocard-lib/README.md

15 lines
435 B
Markdown
Raw Normal View History

2021-11-26 22:41:51 +00:00
# apple1-videocard-lib
Library and demos for the Apple-1 TMS9918 video card by P-LAB.
# USAGE (Windows)
2021-11-28 14:05:41 +00:00
- `env_kick.bat` sets KickC compiler path variable (run it once)
2021-11-26 22:41:51 +00:00
- `c.bat` compiles `test.c` for both VIC-20 and Apple-1
- `test_vic20.prg` runs on the "hybrid" VIC-20 emulator
2021-11-28 14:05:41 +00:00
- `node hexdump` puts `test_apple1.prg` into WOZMON format for the Apple-1
2021-11-26 22:41:51 +00:00
2021-12-08 11:52:19 +00:00
Note: Apple-1 start address is $4000, with TMS address range $CC00-$CC01
2021-11-26 22:41:51 +00:00