a2bejwld/a2bejwld
2019-08-07 22:58:54 -04:00
..
make Update to the latest build engine release. 2019-08-07 22:58:54 -04:00
anim.c Fix problems related to moving to cc65 2.17. 2018-10-21 14:13:58 -04:00
anim.h Add mockingboard library and start reworking the sound code to prepare to integrate it. 2016-12-20 00:05:41 -05:00
dbllores.h Fix some bugs related to drawing partially shown gems in the new draw routines. Improve the logic in the drop animation code to fix some problems with overlapping gems. 2016-08-29 00:58:37 -04:00
dbllores.s Fix some bugs related to drawing partially shown gems in the new draw routines. Improve the logic in the drop animation code to fix some problems with overlapping gems. 2016-08-29 00:58:37 -04:00
game.c Say "good", "excellent" and "incredible" on long chain reactions. 2016-12-24 01:49:20 -05:00
game.h Say "good", "excellent" and "incredible" on long chain reactions. 2016-12-24 01:49:20 -05:00
joystick.c Fix problems related to moving to cc65 2.17. 2018-10-21 14:13:58 -04:00
joystick.h Add initial joystick support. 2016-07-24 18:22:37 -04:00
machine.c Upgrade to the new build engine. 2018-06-19 23:07:49 -04:00
machine.h Bump the beta version number. Change the colour of the score bar on the right side of the screen. Add a new machine API and put the machine specific aspects of VBL in there. Slow down the CPU on the GS on launch and restore the speed on quit. Fix a problem where the "next level" text wasn't displayed correctly on the GS for some unknown reason. 2016-08-23 20:23:26 -04:00
main.c Add initial joystick support. 2016-07-24 18:22:37 -04:00
Makefile Update to the latest build engine release. 2019-08-07 22:58:54 -04:00
mockingboard_speech.h Add mockingboard library and start reworking the sound code to prepare to integrate it. 2016-12-20 00:05:41 -05:00
mockingboard_speech.s Add mockingboard library and start reworking the sound code to prepare to integrate it. 2016-12-20 00:05:41 -05:00
mockingboard.c Add mockingboard library and start reworking the sound code to prepare to integrate it. 2016-12-20 00:05:41 -05:00
mockingboard.h Add mockingboard sounds. 2016-12-22 00:39:09 -05:00
mouseWrapper.c Fix problems related to moving to cc65 2.17. 2018-10-21 14:13:58 -04:00
mouseWrapper.h Fix a problem on the GS where the messages on the bottom four lines in mixed text/graphics mode ended up being displayed over the graphics because the text window was setup incorrectly. Move the mouse to the square if the user jumps to another square using keyboard arrow keys or jumping to a hint. 2016-08-24 01:18:19 -04:00
sound.c Modify options to allow enabling mockingboard and speech chip support. Hook up mockingboard and speech support. 2016-12-23 22:51:45 -05:00
sound.h Modify options to allow enabling mockingboard and speech chip support. Hook up mockingboard and speech support. 2016-12-23 22:51:45 -05:00
types.h Add the ability to set options in the game and save/load those options. Some general code cleanup. 2016-08-20 00:08:29 -04:00
ui.c Say "good", "excellent" and "incredible" on long chain reactions. 2016-12-24 01:49:20 -05:00
ui.h Modify options to allow enabling mockingboard and speech chip support. Hook up mockingboard and speech support. 2016-12-23 22:51:45 -05:00
vbl.h Disable interrupts while reading from the joystick. By doing this, we can have the mouse and joystick drivers both enabled at the same time. Do not disable the mouse driver when mouse input is disabled. Register a "show" callback with the mouse driver and use that as a way to be notified of a VBL interval on the //c. 2016-09-06 22:55:05 -04:00
vbl.s Disable interrupts while reading from the joystick. By doing this, we can have the mouse and joystick drivers both enabled at the same time. Do not disable the mouse driver when mouse input is disabled. Register a "show" callback with the mouse driver and use that as a way to be notified of a VBL interval on the //c. 2016-09-06 22:55:05 -04:00