From 3c4e760baf05558f16f6196e1eb6ee70f306156c Mon Sep 17 00:00:00 2001 From: Curtis F Kaylor Date: Mon, 17 Sep 2018 19:39:46 -0400 Subject: [PATCH] Updated VIC-20 game controller modules --- include/vic/joystk.a02 | 2 +- include/vic/joystk.h02 | 2 +- include/vic/lgtpen.a02 | 3 +-- include/vic/lgtpen.h02 | 4 +--- include/vic/screen.h02 | 6 +++--- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/include/vic/joystk.a02 b/include/vic/joystk.a02 index 16dfaa5..6f64e41 100644 --- a/include/vic/joystk.a02 +++ b/include/vic/joystk.a02 @@ -1,4 +1,4 @@ -;Joystick Assembly Language Library for VIC-20 +;Joystick Assembly Language Module for VIC-20 JYSTKS EQU $01 ;Number of Joysticks diff --git a/include/vic/joystk.h02 b/include/vic/joystk.h02 index 37c6328..85e3ce0 100644 --- a/include/vic/joystk.h02 +++ b/include/vic/joystk.h02 @@ -1,4 +1,4 @@ -/* Joystick Library Header File for VIC-20 */ +/* Joystick Module Header File for VIC-20 */ #define JYSTKS $01 //Number of Joysticks diff --git a/include/vic/lgtpen.a02 b/include/vic/lgtpen.a02 index 134c1c7..a31885b 100644 --- a/include/vic/lgtpen.a02 +++ b/include/vic/lgtpen.a02 @@ -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) diff --git a/include/vic/lgtpen.h02 b/include/vic/lgtpen.h02 index 8159a9b..64942bd 100644 --- a/include/vic/lgtpen.h02 +++ b/include/vic/lgtpen.h02 @@ -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) diff --git a/include/vic/screen.h02 b/include/vic/screen.h02 index 6ae0141..595c261 100644 --- a/include/vic/screen.h02 +++ b/include/vic/screen.h02 @@ -1,6 +1,6 @@ -/***************************************************** - * Screen Control Functions and Constants for VIC-20 * - *****************************************************/ +/*************************************** + * Screen Control Functions for VIC-20 * + ***************************************/ /* Clear the Screen */ void clrscn();