1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-02 15:29:28 +00:00
C02/vcs/include/vcsstub.h02

11 lines
513 B
Plaintext

/* vcsstub.h02 - Atari 2600 Program Stub *
* Usage: *
* #include <vcsstub.h> *
* Contains the start label required by vcsfoot.h02 *
* Program must contain the following functions *
* setup() - Program Startup Code
* vrtblk() - Code to Execute During Vertical Blank *
* kernel() - Kernel Code - Draws Screen *
* ovrscn() - Code to Execute During Overscan */