mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-17 15:06:29 +00:00
11 lines
513 B
Plaintext
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 */
|
|
|