Go to file
nino-porcino 930826f0ff move KickC folder 2021-12-15 16:52:16 +01:00
bug code refactor / reaorganization 2021-12-08 12:53:13 +01:00
cc65 switch to KickC compiler 2021-11-28 15:05:41 +01:00
demo rename functions and modify tree file structure 2021-12-15 14:38:52 +01:00
docs add TMS9918 to the docs 2021-12-08 12:52:09 +01:00
lib rename functions and modify tree file structure 2021-12-15 14:38:52 +01:00
tetris rename functions and modify tree file structure 2021-12-15 14:38:52 +01:00
tools rename functions and modify tree file structure 2021-12-15 14:38:52 +01:00
.gitattributes Initial commit 2021-11-26 20:06:41 +01:00
.gitignore Update .gitignore 2021-12-08 19:51:18 +01:00
README.md Update README.md 2021-12-08 12:52:19 +01:00
env_kickc.bat move KickC folder 2021-12-15 16:52:16 +01:00

README.md

apple1-videocard-lib

Library and demos for the Apple-1 TMS9918 video card by P-LAB.

USAGE (Windows)

  • env_kick.bat sets KickC compiler path variable (run it once)
  • c.bat compiles test.c for both VIC-20 and Apple-1
  • test_vic20.prg runs on the "hybrid" VIC-20 emulator
  • node hexdump puts test_apple1.prg into WOZMON format for the Apple-1

Note: Apple-1 start address is $4000, with TMS address range $CC00-$CC01