jace/src/main/java/jace/apple2e
Brendan Robert f19b0847ad Merge pull request #34 from Michaelangel007/master
Cleanup DHGR code for readability
2017-10-24 10:12:23 -05:00
..
softswitch Resolved various minor warnings in the source to improve code quality and remove side-effects (unused initalized values, etc) 2015-08-12 02:08:22 -05:00
Apple2e.java Headless mode disables joystick to avoid init issues. 2016-02-14 23:04:54 -06:00
MOS65C02.java Added additional debugging output to the FC NOP special opcodes 2017-02-06 23:12:42 -06:00
RAM128k.java Added debugging NOP opcode support. 2015-12-20 22:43:00 -06:00
SoftSwitches.java Issue #26: Changing mousetext mode should force a screen refresh. 2016-02-20 11:10:54 -06:00
Speaker.java BUGFIX: All rendering is halted when a file chooser is open for any reason. For whatever reason, background canvas updates kill the CPU when file dialog is open so this is fixed now. 2015-09-05 09:02:35 -05:00
VideoDHGR.java Cleanup DHGR code for readability 2016-06-07 13:26:31 -07:00
VideoNTSC.java Issue #13: Added monochrome modes and ctrl+shift+g switches between various display modes. 2016-02-21 02:22:47 -06:00