Commit Graph

210 Commits

Author SHA1 Message Date
Brendan Robert 3678f294df Ignore tmp files and IDE hint to prefer Java 1.8 2017-12-26 11:25:53 -06:00
Brendan Robert 90d13dfde0 Test to see if Travis will run Packr to produce a mac build 2017-12-26 11:13:05 -06:00
Brendan Robert f19b0847ad Merge pull request #34 from Michaelangel007/master
Cleanup DHGR code for readability
2017-10-24 10:12:23 -05:00
Brendan Robert d4e6724bf0 Applying suggestion from issue #32 - Thanks Lutepatious! 2017-05-03 02:45:06 -05:00
badvision 3b9d6a232e When switching midi devices, first send all notes off, all sound off on every channel just so it doesn't leave phantom notes playing. 2017-02-19 22:26:06 -06:00
badvision b57d3e06e0 Added configurable midi output device selection; will still default to the Java Sound Synth if no selection has been made. 2017-02-19 22:12:37 -06:00
badvision 8a0e633a63 Fixed bug in handling mixer device names 2017-02-12 00:21:29 -06:00
badvision 3e676cd3c5 Added additional debugging output to the FC NOP special opcodes 2017-02-06 23:12:42 -06:00
badvision 29161bcf7e Live Coding support for Applesoft basic! :D 2016-11-22 01:12:12 -06:00
badvision 0b696a2379 Added updates to PROG END pointer at $AF to better support save commands 2016-11-19 22:04:39 -06:00
badvision fe062e2d15 Fix applesoft execution problem (needed to clear variable pointers!) 2016-11-05 10:46:58 -05:00
badvision ab5d3472c0 Fixed assembler issues on Windows platform. 2016-11-04 22:41:24 -05:00
badvision a544cae02c Removed JavaFX packager dependency (it's built-in now) and also switched to using a nestedVM dependency instead of including the classes directly. 2016-11-04 22:40:46 -05:00
Brendan Robert aef9c086b4 Update README.md 2016-08-02 12:44:55 -05:00
Michaelangel007 271dd70f22 Cleanup DHGR code for readability 2016-06-07 13:26:31 -07:00
Brendan Robert e6594514ef 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
Brendan Robert 7668e723ec 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
Brendan Robert b4ee1fafd8 Merge pull request #29 from Michaelangel007/master
Added 3x zoom for retina displays (From MichaelAngel007)
2016-02-26 00:19:07 -06:00
Michaelangel007 8833f80138 Added 3x zoom for retina displays 2016-02-25 11:57:22 -07:00
Brendan Robert eb21dfaec1 Issue #14: Notification message is now formatted properly and multiple notifications no longer overlap 2016-02-25 01:40:27 -06:00
Brendan Robert ad819c5678 Issue #27: Accounted for titlebar size and fixed 2x aspect incorrect width 2016-02-25 01:27:59 -06:00
Brendan Robert deee9a2a72 Issue #28: Fixed detection of configurable variables that are string types. 2016-02-25 01:14:30 -06:00
Brendan Robert 4c308f997e Issue #28: Optional usage on Disk Drive indicator was causing massive lurch in UI performance. 2016-02-25 00:55:48 -06:00
Brendan Robert 6515c90856 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
Brendan Robert 3f115624e6 Issue #13: Added monochrome modes and ctrl+shift+g switches between various display modes. 2016-02-21 02:22:47 -06:00
Brendan Robert 3123ee1eec Issue #27: Updated recent changes to only change window within the UI thread. 2016-02-20 22:33:16 -06:00
Brendan Robert abbe5d007e 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
Brendan Robert ce6a8ca873 Issue #27: Ctrl+Shift+A now toggles between 1x/1.5x/2x display modes 2016-02-20 18:35:26 -06:00
Brendan Robert a0fb1a2149 Issue #26: Changing mousetext mode should force a screen refresh. 2016-02-20 11:10:54 -06:00
Brendan Robert ef9f7019e5 Issue #24: Additional unit tests added, bugs in BBR/BBS opcodes fixed (not that there's any software that uses those...) 2016-02-15 23:53:24 -06:00
Brendan Robert 7edbbd9c8d Headless mode disables joystick to avoid init issues. 2016-02-14 23:04:54 -06:00
Brendan Robert 5542bb3425 Fixed issue cased when there are no valid selections, default should be null then. 2016-02-14 23:00:20 -06:00
Brendan Robert 609ad08bfd Issue #24: Mute prevents any sound mixer from being created; error in sound init fixed; fixed incorrect assumption in CPU addition test 2016-02-14 22:59:40 -06:00
Brendan Robert 4a371ceec3 Issue #24: Getting new junit test working on travis-ci 2016-02-14 21:56:06 -06:00
Brendan Robert d845a10de4 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
Brendan Robert 921ce3a0b0 Issue #12: Added option to create empty applesoft program and added warning before trying to load program from memory. 2016-02-12 23:53:16 -06:00
Brendan Robert 58199776a5 Update run.sh 2016-02-06 16:27:03 -06:00
Brendan Robert 4769e6c5aa Update README.md 2016-02-06 16:26:09 -06:00
Brendan Robert 5982151cf8 Update README.md 2016-02-06 16:25:38 -06:00
Brendan Robert 756a0c6bce Goofed package path -- should deploy correctly now from travis-ci 2016-02-06 16:16:45 -06:00
Brendan Robert 76c4ff4cce Changing travis-ci deployment to use unified jar 2016-02-06 16:07:49 -06:00
Brendan Robert bfca447b4a jar builds will come from travis-ci.org now in releases. 2016-02-06 15:59:27 -06:00
Brendan Robert b28a39a059 Issue #18: Updating packaging to work more reliably. 2016-02-06 15:58:45 -06:00
Brendan Robert af1bdb6b35 Fixed issue #10 reported by Michael -- Looks like introspection works a little differently in 8.0.66 when there are multiple methods with the same name! 2016-01-14 21:29:40 -06:00
Brendan Robert 97b367ccce Updated binaries 2016-01-13 23:49:48 -06:00
Brendan Robert d5d2424915 Adding a little delay to prevent the issue #8 reported by lifepillar. 2016-01-13 22:44:59 -06:00
Brendan Robert 61356782b6 Removed debug line 2016-01-13 22:25:35 -06:00
Brendan Robert b9fcc6d82d Fixed ctrl sending key events by itself to the emulator. This fixes the ctrl-c issue reported by Michael as well. 2016-01-13 22:25:14 -06:00
Brendan Robert 8064a804eb Fixed outstanding bugs in VideoDHGR class. It still sucks compared to VideoNTSC but that's a known fact and not a defect. :D 2016-01-13 01:11:59 -06:00
Brendan Robert fa7cab9866 Merge pull request #3 from Michaelangel007/master
Fix broken download link
2016-01-12 17:07:50 -06:00