Commit Graph

16 Commits

Author SHA1 Message Date
Jeremy Rand
78d451657e Issue release 2.7. 2021-03-17 22:48:01 -04:00
Jeremy Rand
ab895a6d88 Update README to reflect the new release. 2020-05-28 22:37:56 -04:00
Jeremy Rand
1d5eb0a636 Bump the version up to 2.5. 2020-03-30 23:35:32 -04:00
Jeremy Rand
d3d97db1f6 Only show the "enable/disable mouse" option if a mouse is actually present. Force the mouse option on when the options file is upgraded to the latest version. Allow mouse and joystick controls to co-exist. In past versions, the mouse interrupts messed up the joystick measurements but those are now done with interrupts disabled so that isn't a problem now. With this change, the mouse behaves like the mockingboard - it is auto-detected and just used but can be disabled if the user does not want it enabled even though present on the system.
Also bump the version number to 2.4.
2020-03-09 22:59:38 -04:00
Jeremy Rand
72fc265e5a Fix the mouse interrupt based VBL for the //c and //c+. This used to work under cc65 v2.13.3 but when I moved the codebase to cc65 v2.17, the mouse driver interrupt handler changed. It used to call the "show" callback routine when handling the interrupt. In v2.17, it stopped calling "show" from the interrupt handler and instead called a new "draw" callback. Because the "show" callback was not being called, the game would wait forever for a VBL interval on the //c and //c+. This fixes the problem by setting the "draw" hook to my VBL callback on the //c and //c+.
Bumped the version number to v2.3.
2020-02-26 22:36:42 -05:00
Jeremy Rand
2c981b6f1d Do not turn on joystick control by default on first launch. Keyboard and mouse are the primary interfaces and joystick is just an option which can be turned on (but is a bit weird so not on by default). 2020-02-20 22:16:03 -05:00
Jeremy Rand
74e22c1854 Update the README file. 2020-01-24 21:53:59 -05:00
Jeremy Rand
a6750230da Update the readme file. 2016-12-24 01:54:17 -05:00
Jeremy Rand
47c563e815 Update the readme file. 2016-12-24 01:53:35 -05:00
Jeremy Rand
7e7d34a878 Update the readme file to point to the latest release. 2016-09-12 22:28:54 -04:00
Jeremy Rand
3036ef7826 Update the read me file. 2016-07-26 01:31:14 -04:00
Jeremy Rand
72cc4e138f Fix the screenshot. 2016-07-23 09:58:43 -05:00
Jeremy Rand
2f26055080 Try again to get the screenshot in the readme. 2016-07-23 09:53:41 -05:00
Jeremy Rand
b803535cbc Add a screen shot in the readme 2016-07-23 09:52:23 -05:00
Jeremy Rand
fd8b2a80fb Add a link to the disk image in the readme file. 2016-07-23 09:40:46 -05:00
Jeremy Rand
cd1f987206 Add a readme file. 2016-07-22 18:08:35 -05:00