CJLove / x16-cc65-testprogs

Small test programs for cc65 targeting the Commander X16

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commander x16 test programs for cc65

  • cgetc.c - test cgetc()
  • cputc.c - test cputc()
  • get_tv.c - test get_tv()
  • set_tv.c - test set_tv()
  • joystick.c - test joy_read()
  • kbhit.c - test kbhit()
  • vera.c - test addresses of registers in VERA struct
  • videomode.c - test videomode()
  • vpokevpeek.c - test vpoke(), vpeek(), and VERA.data0 access
  • waitvsync.c - test waitvsync()

About

Small test programs for cc65 targeting the Commander X16

License:Apache License 2.0


Languages

Language:C 93.1%Language:Makefile 6.9%