jace/src/main/java/jace
2016-11-04 22:41:24 -05:00
..
apple2e Issue #13: Added monochrome modes and ctrl+shift+g switches between various display modes. 2016-02-21 02:22:47 -06:00
applesoft Dispose of temporary files when doing test compilation 2015-08-08 15:05:43 -05:00
assembly Fixed assembler issues on Windows platform. 2016-11-04 22:41:24 -05:00
cheat Changed how traces are handled so that if boot takes a little while we don't see a dump of BRK traces to STDOUT on startup 2015-09-05 17:29:21 -05:00
config Mass storage supports command-line settings now. For example -s7.d1 myDisk.2mg will insert the 800k or hard drive image into Slot 7, Drive 1. 2016-05-20 23:50:38 -05:00
core Mass storage supports command-line settings now. For example -s7.d1 myDisk.2mg will insert the 800k or hard drive image into Slot 7, Drive 1. 2016-05-20 23:50:38 -05:00
hardware Fixed recursive death bug for new commandline feature -- confirmed that HDV/2MG disks can be inserted via CMD options now. 2016-05-22 16:25:42 -05:00
ide Fixed assembler issues on Windows platform. 2016-11-04 22:41:24 -05:00
library Issue #24: Nearly-hedless mode is confirmed and it is possible to JUnit test the actual emulator in headless mode! Right now sound doesn't respect headless mode though so it might cause issues on travis-ci. 2016-02-14 11:13:03 -06:00
state Issue #22: Minor progress hooking up state manager; still doesn't work and crashes the emulator when triggered. :/ 2016-02-23 01:45:11 -06:00
tracker Code cleanup (removal of redundant casts) 2015-09-05 14:27:34 -05:00
ui Added execution stack tracking and more UI adjustments 2015-09-05 14:14:40 -05:00
.DS_Store Initial version: Based on last source available in SourceForge, converted to a Maven project format 2014-09-07 16:10:04 -05:00
ConvertDiskImage.java 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
Emulator.java Issue #22: Minor progress hooking up state manager; still doesn't work and crashes the emulator when triggered. :/ 2016-02-23 01:45:11 -06:00
EmulatorUILogic.java Added 3x zoom for retina displays 2016-02-25 11:57:22 -07:00
JaceApplication.java Issue #27: Added ctrl+shift+f to toggle fullscreen and updated startup to use aspect ratio 1x method for consistency. 2016-02-20 21:30:23 -06:00
JaceUIController.java Issue #14: Notification message is now formatted properly and multiple notifications no longer overlap 2016-02-25 01:40:27 -06:00