Commit Graph

  • 9f838d11f1 Allow writes to C100-C8FF go to cards even if reads are going to the ROM. Brendan Robert 2015-12-20 22:42:37 -0600
  • 633b514b38 Removed debug statements from recent changes Brendan Robert 2015-12-20 14:18:50 -0600
  • 4021af3ac6 Fixed bugs in the mass-storage implementation. Directories can be mounted via drag/drop, file information is now property reported including dates, and now large files >128k work correctly. Brendan Robert 2015-12-20 12:45:56 -0600
  • cf87f30e35 Added randomized gaps in NIB image generation code just to shake things up a little. :) Brendan Robert 2015-11-10 13:52:15 -0600
  • 45f56756e4 Went through the sound generation with a fine-tooth comb and made it sound a lot better! v2.0b Brendan Robert 2015-09-06 00:47:58 -0500
  • 11b26305f8 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 Brendan Robert 2015-09-05 17:29:21 -0500
  • 674d9d6980 Fix for random divide by zero error and a 100% fix to support mockingboard detection in both SkyFox and the French Touch "Not So Cheap Tunes" disk. Lesson learned: Timer1 is initialized in a free-running state on power-up. Brendan Robert 2015-09-05 17:28:41 -0500
  • df7209930c Code cleanup (removal of redundant casts) Brendan Robert 2015-09-05 14:27:34 -0500
  • 063ad95325 Moved NestedVM directly into codebase because tracking the external jar was a PITA Brendan Robert 2015-09-05 14:27:02 -0500
  • f7ee8272b5 Added execution stack tracking and more UI adjustments Brendan Robert 2015-09-05 14:14:40 -0500
  • ac753c9c0c Additional changes to make JMP and JSR not look like reads for tracking Brendan Robert 2015-09-05 14:13:36 -0500
  • 2a984aa142 Minor UI tweak affecting initial zoom level. Brendan Robert 2015-09-05 12:28:01 -0500
  • c5167901b8 Watch address is now clickable which starts inspector for that address Brendan Robert 2015-09-05 12:26:35 -0500
  • baa79b26c2 Small efficiency boost in CPU by eliminating excess reads for addressing modes that do not require it (namely, Relative and Implied modes). This also improves quality of inspection metrics since extra reads were causing some memory to be mis-categorized. Brendan Robert 2015-09-05 12:26:03 -0500
  • 8942d6462e 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. NEW: Memory inspector view lets you monitor read/write operations on a specific memory cell BUGFIX: Retina screens are detected to prevent the memoryview canvas from getting too large. Brendan Robert 2015-09-05 09:02:23 -0500
  • b17c5d6d94 Update README.md Brendan Robert 2015-08-26 00:36:29 -0500
  • 0b68cc4a73 Cheat load/save now works Brendan Robert 2015-08-25 23:09:45 -0500
  • 8ff0987801 Search results list rigged to add cheats when double-clicked. UI for side panels is vastly improved and ready for use. Brendan Robert 2015-08-23 23:55:56 -0500
  • 926485ac38 Manual add/delete cheats works now. How high is the water, momma? 3 ft. high and rising. W00t! Brendan Robert 2015-08-23 21:54:43 -0500
  • facd73d345 Refactored code a little, cheats are now editable and support javascript expressions. Almost done now! :-D Brendan Robert 2015-08-23 18:22:34 -0500
  • bed635c7fc Start of cheat creation from watch panels. Cheat editing is still not finished so it's not usable quite yet. Brendan Robert 2015-08-23 01:46:01 -0500
  • 76874ac514 Adding better unhook and kill keystoke for cheats. Also hooked up watches and resolved some JavaFX redraw issues. Brendan Robert 2015-08-22 11:57:22 -0500
  • 2d9ef8b30d Implemented way to hold values from the watch widget Brendan Robert 2015-08-21 18:37:19 -0500
  • a069f57a30 Fixed bug in infinite lives cheat, also completed safe passage cheat Brendan Robert 2015-08-21 18:36:31 -0500
  • 162932ce46 Better tooltip/memory watch support now. It's really coming together! Brendan Robert 2015-08-20 02:10:32 -0500
  • 7dada32cbf Memory view is now performance-optimized and a lot of minor UX issues have been resolved. Brendan Robert 2015-08-19 17:30:20 -0500
  • eec3fdbcf7 Start of MetaCheat revamp effort Brendan Robert 2015-08-18 00:37:06 -0500
  • e7f731900a Lambda simplification and code cleanup Brendan Robert 2015-08-15 22:57:49 -0500
  • 5c0855d966 Cleaned up redundant method calls by putting address at the end of the parameter list (to support 1 address or 2 addresses specifying a range). Promoted aux memory check to main ram observation method for use outside of cheat engine code. Brendan Robert 2015-08-15 15:06:01 -0500
  • 9985f096e4 Code cleanup using Lambda expressions -- Cheats are now easier to write. Brendan Robert 2015-08-15 14:34:12 -0500
  • 73987753ba Added a whole slew of cheats to Montezuma's Revenge!! Brendan Robert 2015-08-14 00:54:38 -0500
  • 84bc313a0e Reverting some of the Travis-CI settings hoping to get branch re-tagging working Brendan Robert 2015-08-13 08:37:41 -0500
  • 4b74515f64 Adding workaround to force Travis-CI to update tags before deploying Brendan Robert 2015-08-13 08:30:08 -0500
  • 92f0d096b7 Travis-ci is not updating builds when I re-tag release candidates. Brendan Robert 2015-08-13 08:15:25 -0500
  • 71c8674bbb Adjusted repulsive logic so now snakes slip out from under you... it's quite hilarious looking! Brendan Robert 2015-08-13 03:05:06 -0500
  • d4a15117f5 Fixed cheat initalization bug and started a new cheat module for Montezuma's Revenge. Brendan Robert 2015-08-13 02:50:27 -0500
  • a38d7507c1 Changed joystick setting defaults to turn in on by default, which will probably save a lot of folks some confusion. Brendan Robert 2015-08-13 01:13:52 -0500
  • 2114059914 Got all the startup issues with motherboard resolved, which were apparently the reason that the joysticks were not initalizing on startup correctly. Brendan Robert 2015-08-13 01:12:09 -0500
  • 8a1844fb90 Took care of the bigger issue with joystick emulation breaking (still testing to see if the emulator starts with it correctly) Brendan Robert 2015-08-13 00:45:29 -0500
  • c098d6345b Finally fixed the flicker bug introduced in the 2.0 code changes! Passes against various graphics demos without issues (thanks again, French Touch!) Brendan Robert 2015-08-12 23:44:44 -0500
  • 497a5335f6 Changing download link to release builds Brendan Robert 2015-08-12 23:01:25 -0500
  • 512878dc00 Trying to get deployment working with Travis-ci Brendan Robert 2015-08-12 22:50:18 -0500
  • 6d30d9a9b1 Adding release support Brendan Robert 2015-08-12 22:29:33 -0500
  • 3720007ef2 Updating Java version used by Travis-CI Brendan Robert 2015-08-12 20:23:26 -0500
  • 2e1d486215 Adding self-build nestedvm.jar Brendan Robert 2015-08-12 20:18:48 -0500
  • 59f30308ac Removed nestedvm from ignore list Brendan Robert 2015-08-12 20:18:36 -0500
  • 36127208f1 Trying to tell Maven to use lib copy of nestedvm.jar -- ultimately I should just be using artifactory or something! Brendan Robert 2015-08-12 20:16:44 -0500
  • 07795b1e77 Adding Travis-CI for build automation Brendan Robert 2015-08-12 20:10:19 -0500
  • 8ac148d724 Resolved various minor warnings in the source to improve code quality and remove side-effects (unused initalized values, etc) Brendan Robert 2015-08-12 02:08:22 -0500
  • fb24c875fb Changed helpful hints to use scheduler service Brendan Robert 2015-08-12 00:09:15 -0500
  • 7faca953b6 Resolved warning about leaking private classes through public method Brendan Robert 2015-08-12 00:08:47 -0500
  • 59afe5e72f Fixed goofy reboot logic that was causing the CPU to reset twice for no useful reason. Also added watchdog to application to ensure that CPU steps through FA62 boot routines and resets if not. Brendan Robert 2015-08-11 21:06:37 -0500
  • 6995d610f3 Converted font to PNG format for space saving Brendan Robert 2015-08-11 21:05:37 -0500
  • 4f4febc16b Removal of swing imageio for reading font, also switching to use a PNG file because it is slightly smaller. Brendan Robert 2015-08-11 21:05:23 -0500
  • 175484b4b3 Clean up method stub added for cleaning after test compilations Brendan Robert 2015-08-08 15:08:46 -0500
  • df6101ddc5 Dispose of temporary files when doing test compilation Brendan Robert 2015-08-08 15:05:43 -0500
  • 0abc87675b Putting these help files here for now but need to hook them up to the IDE menus Brendan Robert 2015-08-08 04:03:42 -0500
  • 72dc7b5318 Better-sounding noise generator, Halls of Doom in Ultima 5 sounds much better Brendan Robert 2015-08-08 04:03:13 -0500
  • e01a3049c2 Prevent hanging when removing SSC cards from configuration Brendan Robert 2015-08-08 04:02:40 -0500
  • 1e99990b34 Removed some extra stuff not needed in the test anymore Brendan Robert 2015-07-24 00:39:21 -0700
  • 616d1c09a0 Added roundtrip test for lemonade stand and fixed bugs to make test pass Brendan Robert 2015-07-24 00:32:15 -0700
  • 07e68d463c Fixed issue with reloading card settings on start and hang on SSC/Smartmodem init Brendan Robert 2015-07-20 20:26:58 -0500
  • d03dddf9ce Jace IDE can now produce Applesoft basic programs! Brendan Robert 2015-07-19 21:40:24 -0500
  • feaaceff50 Updated dependencies Brendan Robert 2015-07-19 21:39:51 -0500
  • afb7e9d117 Only apply speed boost on floppy controller if a disk image is present. This prevents over-use of CPU when starting emulator with no disk in the drive. Brendan Robert 2015-07-18 19:04:55 -0500
  • d95bb82316 Update README.md Brendan Robert 2015-07-17 11:44:15 -0500
  • 693d29952b Added basic error and warning highlighting as well as compiler summary Brendan Robert 2015-07-17 01:45:18 -0500
  • 3b4960c3de Remove empty files created when compilation is unsuccessful. Brendan Robert 2015-07-15 08:39:45 -0500
  • bff5fc6cb4 Added little hint about how to open IDE window Brendan Robert 2015-07-15 01:34:56 -0500
  • dba2a938b0 Addition of Jace IDE with partial basic and full Acme Cross-assembler support Brendan Robert 2015-07-15 01:29:37 -0500
  • a14f23c2ee Added support for negative clamping values, lesser-documented clamping read routine at Cn1A, and finally an optional workaround for blazing paddles clamp values to improve usability Brendan Robert 2015-07-05 00:52:06 -0500
  • 07a4494ca1 Minor fix to prevent lots of errors in French Touch demos (need better timing fix!) Brendan Robert 2015-05-20 00:14:03 -0500
  • 75e59a7870 Application title and icon are now correct (except for Mac, which needs extra packaging to set the icon correctly) Brendan Robert 2015-05-03 02:18:29 -0500
  • 67e1d9e1f1 Using more readable variations of switch read methods (no functional difference, and Airheart isn't crashing so it must be okay still!) Brendan Robert 2015-04-11 22:50:20 -0500
  • 913d2c654f No-slot clock support added, thanks to Nick Westgate and the AppleWin team! Brendan Robert 2015-04-11 22:20:14 -0500
  • 8e4a406f74 Drive will not read if the motor is off. This breaks compatibility with the cracked copy of Sherwood Forrst, making it more like the original and expected behavior of the real hardware. Brendan Robert 2015-04-05 15:37:07 -0500
  • 40faf2caeb Oh snap! We can play all the French Touch demos now... Brendan Robert 2015-03-30 20:36:45 -0500
  • 3d12714068 Cleanup of how the paddle trigger is handled in order to support floating bus (also better floating bus support on the other memory softswitches as well) Brendan Robert 2015-03-30 08:18:24 -0500
  • 55b3693466 Whitespace reformat and moving around init code in hopes of getting U5 to playback correctly on the first try every boot Brendan Robert 2015-03-30 00:38:47 -0500
  • 2f9b38e570 Adjustment of playback buffer and reset behavior Brendan Robert 2015-03-30 00:30:48 -0500
  • 52e07ebd54 Revamp of SSC port handling Brendan Robert 2015-03-30 00:30:11 -0500
  • 3bca1f29c0 Make sure CPU exists on computer object before trying to use it Brendan Robert 2015-03-30 00:29:47 -0500
  • 430ab4e4de Restore icons to Thunderclock Brendan Robert 2015-03-30 00:29:24 -0500
  • 6fddbe66de Apply configuration prior to saving it Brendan Robert 2015-03-30 00:28:53 -0500
  • beaf28ea87 Minor change to help text Brendan Robert 2015-03-30 00:28:38 -0500
  • a641ac555c Removal of Swing remanants Brendan Robert 2015-03-30 00:28:19 -0500
  • 4fc71a43a7 Changed friendly text to make more sense, also added hack to do a proper reboot when the HDV is inserted during the boot sequence... for science. Brendan Robert 2015-03-29 16:07:00 -0500
  • 3fa800d791 Fix for control keys on Windows 8.1 (thanks again, Jason Scott!) Brendan Robert 2015-03-29 14:35:44 -0500
  • 959a496e59 FIX: Shift was not properly relaying keys being sent to the emulator in Windows 8.1 (Thanks Justin Scott!) Brendan Robert 2015-03-29 14:17:07 -0500
  • 16bcc25204 Updated JavaFX packaging dependency to resolve build issues caused in JDK8u40 Brendan Robert 2015-03-29 14:16:33 -0500
  • d488932dff Fixed mouse drag support and issue where mouse events were obscured by the status panel on the bottom -- Mouse is now 100% Brendan Robert 2015-03-29 00:56:59 -0500
  • 879f1516fc Added patterns to the ignore file Brendan Robert 2015-03-29 00:36:34 -0500
  • 13483860b5 Silenced debug message Brendan Robert 2015-03-29 00:33:43 -0500
  • 194ba729dc Added extra warm-start to the initial boot to help resolve one-off situations where emulator starts in a stuck state Brendan Robert 2015-03-29 00:33:14 -0500
  • 8c648c42bb Changed video flags to non-object (native) for config support to work better Brendan Robert 2015-03-29 00:32:26 -0500
  • 905cba8ab7 Only load font when needed -- this allows the emulator to be more embeddable as a headless appliance Brendan Robert 2015-03-29 00:31:55 -0500
  • 90e09ba53c Removed hacky class detection in favor of a more stable library (org.reflections). Brendan Robert 2015-03-29 00:30:43 -0500
  • a52dafa8bb All things Swing have been officially removed from the codebase. Don't fret, a lot of these will be reborn with a new look very soon. Brendan Robert 2015-03-29 00:29:41 -0500
  • 98fd203305 Switched synchronization to use a semaphore when reconfiguring memory banks Brendan Robert 2015-03-29 00:27:30 -0500
  • 4c073cca6a Rewrote to support new mouse handling logic (untested but should work in theory) Brendan Robert 2015-03-29 00:26:11 -0500