Go to file
nino-porcino 8530aac2c7 add TMS9918 to the docs 2021-12-08 12:52:09 +01:00
cc65 switch to KickC compiler 2021-11-28 15:05:41 +01:00
docs add TMS9918 to the docs 2021-12-08 12:52:09 +01:00
.gitattributes Initial commit 2021-11-26 20:06:41 +01:00
.gitignore some more routines 2021-11-28 16:43:33 +01:00
README.md switch to KickC compiler 2021-11-28 15:05:41 +01:00
c.bat use 8K configuration 2021-12-05 16:20:44 +01:00
env_kickc.bat switch to KickC compiler 2021-11-28 15:05:41 +01:00
hexdump.js skip start address 2021-11-28 16:13:55 +01:00
interrupt.h mark interrupt variable and function as "export" 2021-12-05 11:36:33 +01:00
laser500_font.ascii.c first commit 2021-11-26 23:41:51 +01:00
test.c add blank+external input demo option 2021-12-05 16:22:27 +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 $C000-$C001