Commit Graph

  • 65bc9870d9
    Merge c2b5286d87 into 8397dfcc36 Vaibhavkumar Patel 2024-11-29 21:43:30 -0400
  • c2b5286d87 refactor(Utility.java): Replace conditional with polymorphism Vaibhavkumar Patel 2024-11-29 21:42:35 -0400
  • 7125cc62da refactor(jace): EmulatorUILogic Vaibhavkumar Patel 2024-11-29 21:17:50 -0400
  • 1602093db3
    Merge b28ad184e7 into 8397dfcc36 Vaibhavkumar Patel 2024-11-29 13:54:42 -0400
  • 31fb9ec35f refactor(extract class): CPU.java Vaibhavkumar Patel 2024-11-29 13:54:02 -0400
  • b28ad184e7 refactor(extract class): CPU.java Vaibhavkumar Patel 2024-11-29 13:52:36 -0400
  • 200660f04d refactore(jace.core): Media.getCurrentTime() Vaibhavkumar Patel 2024-11-28 11:53:31 -0400
  • 0532b6c4fc refactor(jace.apple2e): Speaker.tick() Vaibhavkumar Patel 2024-11-28 11:51:42 -0400
  • d1571589c9 refactor(jace.apple2e): Apple2e.reconfigure() Vaibhavkumar Patel 2024-11-28 11:43:48 -0400
  • 61d4159cb5 refactor(jace.core): Media.getCurrentTime() Vaibhavkumar Patel 2024-11-28 11:31:37 -0400
  • 862eec7b29 refactor(jace.apple2e): Speaker.tick() Vaibhavkumar Patel 2024-11-28 09:20:25 -0400
  • e00fe7e7fc refactor(jace.apple2e): Apple2e.reconfigure() Refactor technique - extract methods Vaibhavkumar Patel 2024-11-28 08:43:14 -0400
  • 8397dfcc36 Fix for bit unit tests, add hayes micromodem rom main Badvision 2024-11-06 14:56:13 -0600
  • dad7632d62 Hide logs from git commits Badvision 2024-09-13 11:54:44 -0500
  • dfc2cbae4e Better handling of zero period values, still silencing if period <= 1 though Badvision 2024-08-27 23:46:42 -0500
  • 14b0cfd967 Add mockingboard register logging and workaround for routines that use high frequencies instead of muting channels Badvision 2024-08-27 16:49:23 -0500
  • 3701cd5457 Fixed broken interrupt handling Badvision 2024-08-25 23:14:47 -0500
  • 15e0133e4b Added single step tests and fixed a lot of CPU bugs Badvision 2024-08-25 23:07:51 -0500
  • 9c71dec304 Fixed a lot of weird CPU bugs and added the 65c02 singe step tests Badvision 2024-08-25 23:07:32 -0500
  • ba3a246f27 Make a better attempt to cancel the twinkle animation properly Badvision 2024-08-18 22:48:38 -0500
  • bef93772de Remove unused import Badvision 2024-08-18 22:35:23 -0500
  • 4db3cca98d Inhibit fake reads from afecting any cards Badvision 2024-08-16 01:46:26 -0500
  • 5444f40bd4 Fixed a big bug in softswitch handling of hires switch (was not triggering memory layout updates!); Got Aux memory tests working Badvision 2024-08-16 01:26:55 -0500
  • afebe4d56f Add Aux LC test Badvision 2024-08-15 08:58:38 -0500
  • 2304eaab30 Fix fake reads so DiskII doesn't break Badvision 2024-08-14 22:51:53 -0500
  • 7ae5cf18bd Add Klauss tests 65c02_functional_tests Badvision 2024-08-11 22:48:24 -0500
  • 519c561537 Fixed some edge case language card issues and implemented false reads for absolute indexed addressing modes, improved test coverage Badvision 2024-08-05 00:36:49 -0500
  • 1c26ecad3d
    Update README.md Brendan Robert 2024-08-04 11:14:52 -0500
  • 751c66c53f Improved test coverage for timed device, applesoft basic editing Badvision 2024-08-04 11:02:57 -0500
  • f34ba40ff0
    Merge pull request #55 from badvision/votrax Brendan Robert 2024-08-02 22:53:13 -0500
  • 45dfabfe14
    Merge branch 'main' into votrax Brendan Robert 2024-08-02 22:53:05 -0500
  • d6252e5c8b Disable jacoco coverage for now, update joystick (and fix asus mappings for macos) Badvision 2024-08-01 17:38:07 -0500
  • 9e04a05726 Add Mac ARM support brobert@adobe.com 2024-08-01 10:21:28 -0500
  • 7f598bcdc1 restore test coverage Brendan Robert 2024-07-13 23:35:10 -0500
  • dafd4453eb Add configurable file field support Brendan Robert 2024-07-13 23:28:46 -0500
  • 3a8e55d9dd Experimenting with Votrax support (don't get your hopes up though) Brendan Robert 2024-07-11 09:41:47 -0500
  • 1fb9f925fc Increase size of configuration window Brendan Robert 2024-07-10 20:11:16 -0500
  • 2dfe146e54 #45: Cleaned up floating menu, Fixed reset button Brendan Robert 2024-07-10 19:24:26 -0500
  • bb90292ab5 #49 : Remove mouse click event handler for the time being Brendan Robert 2024-07-10 16:09:24 -0500
  • 39dd9d81b5 #49: Expand a few configuration levels by default Brendan Robert 2024-07-10 16:00:50 -0500
  • 88cd03a9e6 #44: Assume extra messages only needed when DEBUG flag is set Brendan Robert 2024-07-10 13:37:05 -0500
  • 455151abf7 #44: Tighter sector order detection, at least for prodos volumes. Brendan Robert 2024-07-10 13:34:09 -0500
  • 9769f3282a #44: Detect sector order, ignore extension (lots of invalid PO images that are not prodos-ordered!) Brendan Robert 2024-07-10 12:42:07 -0500
  • 4c6a8f976c #42: Fixed joystick emulation of keyboard Brendan Robert 2024-07-09 21:20:51 -0500
  • 6d1a5e7edd #41: Fix y-axis scaling issue Brendan Robert 2024-07-09 20:07:03 -0500
  • 7e638dbf05 #41: Treat mouse clicks as joystick buttons Brendan Robert 2024-07-09 19:53:47 -0500
  • 41310b43e7 Fix url and use multiline string Brendan Robert 2024-07-07 18:02:22 -0500
  • 2d2753ed99 tweak spacing Brendan Robert 2024-07-07 17:34:15 -0500
  • 0f475ba186 Retire old handle and defunct goo.gl link Brendan Robert 2024-07-07 17:33:45 -0500
  • f413c1baad Remove unused import Brendan Robert 2024-07-07 17:27:39 -0500
  • 55d444477c Update build for windows icon, increment minor version number Brendan Robert 2024-07-07 17:01:01 -0500
  • 6b1d75be15 Remove lawless music selection, add additional default cards 3.0 Brendan Robert 2024-07-07 16:23:41 -0500
  • d0a77855cd Clean up the first-run funkiness a little bit Brendan Robert 2024-07-02 01:33:10 -0500
  • 137988ac43
    Delete nbactions.xml Brendan Robert 2024-07-01 14:29:21 -0500
  • 037cc35676
    Delete nb-configuration.xml Brendan Robert 2024-07-01 14:29:12 -0500
  • eaf1212249
    Update LICENSE to Apache 2.0 Brendan Robert 2024-07-01 14:17:13 -0500
  • 40b92dea51 Fix broken images Brendan Robert 2024-07-01 14:10:15 -0500
  • 81cb05848e Updated readme Brendan Robert 2024-07-01 13:49:18 -0500
  • 61e98bfc7d formatting correction Brendan Robert 2024-07-01 12:07:12 -0500
  • b9f3368696 Update readme and remove defunct build scripts Brendan Robert 2024-07-01 12:06:05 -0500
  • e3b2484ec2 Fix wolfenstein cheats for new version Brendan Robert 2024-07-01 11:29:24 -0500
  • 2155fe02e6 Complete modernization and overhaul (too many things to list here) Brendan Robert 2024-06-30 14:46:31 -0500
  • 9674e59f1e
    Merge pull request #39 from badvision/dependabot/maven/junit-junit-4.13.1 Brendan Robert 2021-09-28 18:16:52 -0500
  • 774f706f68
    Bump junit from 4.10 to 4.13.1 dependabot[bot] 2020-10-13 01:37:17 +0000
  • cc0cead894 Added better standalone testing for command line arguments. Got video mode to be a first-class startup parameter Brendan Robert 2019-06-19 00:47:04 -0500
  • 553d439ff8
    Merge pull request #36 from Michaelangel007/master Brendan Robert 2018-11-29 12:52:49 -0600
  • 15be6e3436 Added accelerator support, also refined how child devices are tracked to better support a new abstraction for sound devices Brendan Robert 2018-06-02 13:50:13 -0500
  • 8bd9ec1781 Wolfenstein cheats: Added "Day in the office" hack mode for cheap laughs Brendan Robert 2018-05-26 01:46:31 -0500
  • f7ca7c198c Wolfenstein cheat module updated to keep the big boss alive so you can drop him yourself, if you so choose. Brendan Robert 2018-05-26 01:00:48 -0500
  • 1f2eff2e42 Added Beyond Wolfenstein cheats Brendan Robert 2018-05-26 00:47:57 -0500
  • d4073b9096 UI and Metacheat improvements, also new Wolfenstein trainer module! Brendan Robert 2018-05-24 01:53:24 -0500
  • 9cee0cece9 Upstream fixes from Lawless Legends for keyboard focus and speed handling Brendan Robert 2018-05-23 00:50:56 -0500
  • 142ee2df2a BEHOLD! The Resurrection of MetaCheat! Brendan Robert 2018-05-23 00:38:22 -0500
  • 9118b83a43 Remove dead code Brendan Robert 2018-05-23 00:38:02 -0500
  • 8525330d53 Test and Display if maven isn't installed Michaelangel007 2018-05-22 22:24:48 -0600
  • ddc41ec84e Fix spelling Michaelangel007 2018-05-22 22:24:07 -0600
  • eb776d44af Committing upstream changes from Lawless Legends to address mockingboard init issues. Brendan Robert 2018-05-22 22:28:13 -0500
  • ad9da99cb8
    Update README.md Brendan Robert 2018-01-15 15:20:50 -0600
  • 79c1ee825c
    Update README.md Brendan Robert 2018-01-15 15:19:19 -0600
  • 0d07d65b82
    Update README.md Brendan Robert 2018-01-15 15:17:42 -0600
  • 769d7f4302
    Update README.md Brendan Robert 2018-01-15 15:16:03 -0600
  • d8ab357d84
    Update README.md Brendan Robert 2018-01-15 15:14:36 -0600
  • ce9027cb6b
    Update README.md Brendan Robert 2018-01-15 15:05:32 -0600
  • ede44af6d1
    Update README.md Brendan Robert 2018-01-15 15:04:24 -0600
  • 4425e8884d
    Shaking the can... Brendan Robert 2018-01-15 15:03:48 -0600
  • 0c0b2c107c Backported changes from Lawless Legends app experience; namely better boot behavior and also UI Controls Overlay. :) Brendan Robert 2018-01-12 23:27:56 -0600
  • dba57e6e89 Created application logo Brendan Robert 2017-12-26 16:46:12 -0600
  • 09c1d78832 Fixed font missing issue when loading a packaged version of the application on OSX Brendan Robert 2017-12-26 14:35:13 -0600
  • 9ce60ea00e Giving up on the multi-line idea for now 2.0-Stable Brendan Robert 2017-12-26 11:48:27 -0600
  • 3bed89e530 Still trying to get that multiline command working for travis Brendan Robert 2017-12-26 11:36:20 -0600
  • c773fda3ff Travis CI issue, packr downloaded to different file name Brendan Robert 2017-12-26 11:26:18 -0600
  • 3678f294df Ignore tmp files and IDE hint to prefer Java 1.8 Brendan Robert 2017-12-26 11:25:53 -0600
  • 90d13dfde0 Test to see if Travis will run Packr to produce a mac build Brendan Robert 2017-12-26 11:13:05 -0600
  • f19b0847ad Merge pull request #34 from Michaelangel007/master Brendan Robert 2017-10-24 10:12:23 -0500
  • d4e6724bf0 Applying suggestion from issue #32 - Thanks Lutepatious! Brendan Robert 2017-05-03 02:45:06 -0500
  • 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. badvision 2017-02-19 22:26:06 -0600
  • b57d3e06e0 Added configurable midi output device selection; will still default to the Java Sound Synth if no selection has been made. badvision 2017-02-19 22:12:37 -0600
  • 8a0e633a63 Fixed bug in handling mixer device names badvision 2017-02-12 00:21:29 -0600
  • 3e676cd3c5 Added additional debugging output to the FC NOP special opcodes badvision 2017-02-06 23:12:42 -0600
  • 29161bcf7e Live Coding support for Applesoft basic! :D badvision 2016-11-22 01:12:12 -0600