Commit Graph

279 Commits

Author SHA1 Message Date
Badvision
4db3cca98d Inhibit fake reads from afecting any cards 2024-08-16 01:46:26 -05:00
Badvision
5444f40bd4 Fixed a big bug in softswitch handling of hires switch (was not triggering memory layout updates!); Got Aux memory tests working 2024-08-16 01:26:55 -05:00
Badvision
afebe4d56f Add Aux LC test 2024-08-15 08:58:38 -05:00
Badvision
2304eaab30 Fix fake reads so DiskII doesn't break 2024-08-14 22:51:53 -05:00
Badvision
519c561537 Fixed some edge case language card issues and implemented false reads for absolute indexed addressing modes, improved test coverage 2024-08-05 00:36:49 -05:00
Brendan Robert
1c26ecad3d
Update README.md 2024-08-04 11:14:52 -05:00
Badvision
751c66c53f Improved test coverage for timed device, applesoft basic editing 2024-08-04 11:02:57 -05:00
Brendan Robert
f34ba40ff0
Merge pull request #55 from badvision/votrax
Restoring tests
2024-08-02 22:53:13 -05:00
Brendan Robert
45dfabfe14
Merge branch 'main' into votrax 2024-08-02 22:53:05 -05:00
Badvision
d6252e5c8b Disable jacoco coverage for now, update joystick (and fix asus mappings for macos) 2024-08-01 17:38:07 -05:00
brobert@adobe.com
9e04a05726 Add Mac ARM support 2024-08-01 10:21:28 -05:00
Brendan Robert
7f598bcdc1 restore test coverage 2024-07-13 23:35:10 -05:00
Brendan Robert
dafd4453eb Add configurable file field support 2024-07-13 23:28:46 -05:00
Brendan Robert
3a8e55d9dd Experimenting with Votrax support (don't get your hopes up though) 2024-07-11 09:41:47 -05:00
Brendan Robert
1fb9f925fc Increase size of configuration window 2024-07-10 20:11:16 -05:00
Brendan Robert
2dfe146e54 #45: Cleaned up floating menu, Fixed reset button 2024-07-10 19:24:26 -05:00
Brendan Robert
bb90292ab5 #49 : Remove mouse click event handler for the time being 2024-07-10 16:09:24 -05:00
Brendan Robert
39dd9d81b5 #49: Expand a few configuration levels by default 2024-07-10 16:00:50 -05:00
Brendan Robert
88cd03a9e6 #44: Assume extra messages only needed when DEBUG flag is set 2024-07-10 13:37:05 -05:00
Brendan Robert
455151abf7 #44: Tighter sector order detection, at least for prodos volumes. 2024-07-10 13:34:09 -05:00
Brendan Robert
9769f3282a #44: Detect sector order, ignore extension (lots of invalid PO images that are not prodos-ordered!) 2024-07-10 12:42:07 -05:00
Brendan Robert
4c6a8f976c #42: Fixed joystick emulation of keyboard 2024-07-09 21:20:51 -05:00
Brendan Robert
6d1a5e7edd #41: Fix y-axis scaling issue 2024-07-09 20:07:03 -05:00
Brendan Robert
7e638dbf05 #41: Treat mouse clicks as joystick buttons 2024-07-09 19:53:47 -05:00
Brendan Robert
41310b43e7 Fix url and use multiline string 2024-07-07 18:02:22 -05:00
Brendan Robert
2d2753ed99 tweak spacing 2024-07-07 17:34:15 -05:00
Brendan Robert
0f475ba186 Retire old handle and defunct goo.gl link 2024-07-07 17:33:45 -05:00
Brendan Robert
f413c1baad Remove unused import 2024-07-07 17:27:39 -05:00
Brendan Robert
55d444477c Update build for windows icon, increment minor version number 2024-07-07 17:01:01 -05:00
Brendan Robert
6b1d75be15 Remove lawless music selection, add additional default cards 2024-07-07 16:23:41 -05:00
Brendan Robert
d0a77855cd Clean up the first-run funkiness a little bit 2024-07-02 01:33:10 -05:00
Brendan Robert
137988ac43
Delete nbactions.xml 2024-07-01 14:29:21 -05:00
Brendan Robert
037cc35676
Delete nb-configuration.xml 2024-07-01 14:29:12 -05:00
Brendan Robert
eaf1212249
Update LICENSE to Apache 2.0
It makes more sense to use a license that is clearer about using this within other commercial products.
2024-07-01 14:17:13 -05:00
Brendan Robert
40b92dea51 Fix broken images 2024-07-01 14:10:15 -05:00
Brendan Robert
81cb05848e Updated readme 2024-07-01 13:49:18 -05:00
Brendan Robert
61e98bfc7d formatting correction 2024-07-01 12:07:12 -05:00
Brendan Robert
b9f3368696 Update readme and remove defunct build scripts 2024-07-01 12:06:05 -05:00
Brendan Robert
e3b2484ec2 Fix wolfenstein cheats for new version 2024-07-01 11:29:24 -05:00
Brendan Robert
2155fe02e6 Complete modernization and overhaul (too many things to list here) 2024-06-30 14:46:31 -05:00
Brendan Robert
9674e59f1e
Merge pull request #39 from badvision/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.10 to 4.13.1
2021-09-28 18:16:52 -05:00
dependabot[bot]
774f706f68
Bump junit from 4.10 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.10...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 01:37:17 +00:00
Brendan Robert
cc0cead894 Added better standalone testing for command line arguments. Got video mode to be a first-class startup parameter 2019-06-19 00:47:04 -05:00
Brendan Robert
553d439ff8
Merge pull request #36 from Michaelangel007/master
Fix spelling, and detect if maven isn't installed.
2018-11-29 12:52:49 -06:00
Brendan Robert
15be6e3436 Added accelerator support, also refined how child devices are tracked to better support a new abstraction for sound devices 2018-06-02 13:50:13 -05:00
Brendan Robert
8bd9ec1781 Wolfenstein cheats: Added "Day in the office" hack mode for cheap laughs 2018-05-26 01:46:31 -05:00
Brendan Robert
f7ca7c198c Wolfenstein cheat module updated to keep the big boss alive so you can drop him yourself, if you so choose. 2018-05-26 01:00:48 -05:00
Brendan Robert
1f2eff2e42 Added Beyond Wolfenstein cheats 2018-05-26 00:47:57 -05:00
Brendan Robert
d4073b9096 UI and Metacheat improvements, also new Wolfenstein trainer module! 2018-05-24 01:53:24 -05:00
Brendan Robert
9cee0cece9 Upstream fixes from Lawless Legends for keyboard focus and speed handling 2018-05-23 00:50:56 -05:00