mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-12-22 13:30:38 +00:00
bug | ||
cc65 | ||
docs | ||
.gitattributes | ||
.gitignore | ||
apple1.h | ||
c.bat | ||
demo_amiga_hand.h | ||
demo_blank.h | ||
demo_extvid.h | ||
demo_interrupt.h | ||
env_kickc.bat | ||
font8x8.h | ||
hexdump.js | ||
interrupt.h | ||
README.md | ||
test.c | ||
tms9918.h | ||
tms_screen1.h | ||
tms_screen2.h | ||
utils.h |
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
compilestest.c
for both VIC-20 and Apple-1test_vic20.prg
runs on the "hybrid" VIC-20 emulatornode hexdump
putstest_apple1.prg
into WOZMON format for the Apple-1
Note: Apple-1 start address is $4000, with TMS address range $CC00-$CC01