From a69bd7a6ba1ec5bd03eb26f91bdc57c366996618 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Mon, 15 Jun 2020 23:05:50 -0400 Subject: [PATCH] Update the version of cc65 to pick up the latest driver. Bump the version number to 0.6. --- README.md | 2 +- joytest/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 393dedb..77fc4a3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ joytest This is a joystick test program for the cc65 joystick driver. A problem was found with the original cc65 driver so it has being re-written by Oliver Schmidt. I am creating this program to provide feedback on the new implementation when run on a variety of HW. I have access to an Apple //e and an Apple //gs, each with a CH brand joystick attached. By making this program available, I am hoping to get feedback from more of the community and get coverage of other HW. Please download the disk image to assist in getting greater coverage of this new joystick driver: -[Download a disk image](https://github.com/jeremysrand/joytest/releases/download/0.5/joytest.dsk) +[Download a disk image](https://github.com/jeremysrand/joytest/releases/download/0.6/joytest.dsk) When run, the screen shows the current state of the joystick as read by the cc65 driver. The direction of the joystick (if any) and the state of the two buttons is displayed. diff --git a/joytest/main.c b/joytest/main.c index 8364134..010b988 100644 --- a/joytest/main.c +++ b/joytest/main.c @@ -20,7 +20,7 @@ // Defines -#define SW_VERSION "0.5" +#define SW_VERSION "0.6" // Implementation