mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-15 17:08:51 +00:00
Updated VIC-20 game controller modules
This commit is contained in:
parent
a3fa942e30
commit
3c4e760baf
@ -1,4 +1,4 @@
|
||||
;Joystick Assembly Language Library for VIC-20
|
||||
;Joystick Assembly Language Module for VIC-20
|
||||
|
||||
JYSTKS EQU $01 ;Number of Joysticks
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Joystick Library Header File for VIC-20 */
|
||||
/* Joystick Module Header File for VIC-20 */
|
||||
|
||||
#define JYSTKS $01 //Number of Joysticks
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
;Light Pen Constants and Functions
|
||||
;Non-Functional Skeleton for Systems with No Joystick Support
|
||||
;Lightpen Assembly Language Module for VIC-20
|
||||
|
||||
LGTPNS EQU #$FF ;Light Pen Status (Supported)
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
/* Light Pen Header File *
|
||||
* Nonfunctional Skeleton for *
|
||||
* Systems w/o Light Pen Support */
|
||||
/* Lightpen Module Header File for VIC-20 */
|
||||
|
||||
#define LGTPNS $FF //Light Pen Status (Supported)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*****************************************************
|
||||
* Screen Control Functions and Constants for VIC-20 *
|
||||
*****************************************************/
|
||||
/***************************************
|
||||
* Screen Control Functions for VIC-20 *
|
||||
***************************************/
|
||||
|
||||
/* Clear the Screen */
|
||||
void clrscn();
|
||||
|
Loading…
Reference in New Issue
Block a user