Commit Graph

71 Commits

Author SHA1 Message Date
Peter Ferrie
cd73cff13d add Bejeweled to the collection, make TR compatible 2020-01-28 11:19:10 -08:00
4am
d778e787fe v3.0 release 2020-01-21 13:49:00 -05:00
4am
3e35742f98 reset text mask on startup to ensure PrintAsDecimal works
fixes https://github.com/a2-4am/4cade/issues/104
2020-01-10 13:21:05 -05:00
4am
7b7ef13490 v3.0-beta.2 release 2019-12-30 15:21:17 -05:00
Peter Ferrie
690238ae90 fix Skyfox Mockingboard sound 2019-12-14 19:15:27 -08:00
4am
4a10f5a427 3.0-beta.1 release 2019-12-13 12:17:08 -05:00
4am
d548b16a3c fix cheats-enabled initial state 2019-12-11 18:57:22 -05:00
Peter Ferrie
52399e3fbc allow PR# booting again 2019-11-27 15:24:59 -08:00
Peter Ferrie
ae58fdf0a4 fix randomly corrupted DHGR 2019-11-20 20:05:35 -08:00
Peter Ferrie
938b69ae7a some progress on IIc support 2019-11-19 21:55:33 -08:00
Peter Ferrie
9110b4fbaa sync 2019-10-13 19:29:25 -07:00
4am
f1bcdb32fc show build number on loading screen 2019-10-13 21:38:54 -04:00
4am
925c3c18ae 3.0-alpha.1 release 2019-10-12 13:40:22 -04:00
4am
2260b5df52 more comments on LC2 usage, rename hw.accel, update comments about lineage 2019-10-09 13:15:33 -04:00
4am
44db9a6bec fix accelerator detection (ROM must be switched in) 2019-10-08 19:54:09 -04:00
4am
6d87274cc6 always load game-specific prelaunch files, move cheats bit to MachineStatus, move MachineStatus to FFF9, check MachineStatus before executing cheat patches in prelaunch files 2019-10-04 21:34:49 -04:00
Peter Ferrie
d1779f48d1 mirror device pointers 2019-10-01 13:08:50 -07:00
Peter Ferrie
783a95efa7 faster SmartPort handling 2019-09-30 11:18:57 -07:00
Peter Ferrie
f33ba08c7c support MicroDrive 2019-09-29 08:08:57 -07:00
4am
9082281a92 Revert "add Quick Start Guide"
This reverts commit df62050aec.
2019-09-25 13:19:31 -04:00
4am
df62050aec add Quick Start Guide 2019-09-24 21:27:07 -04:00
Peter Ferrie
7e7f111dcc protect IsGS on II+ 2019-09-22 20:31:41 -07:00
Peter Ferrie
74580aaf4c use documented IIGS detection, fixes FastChip issues 2019-09-22 11:04:48 -07:00
4am
6983328969 refactor okvs_len 2019-09-20 19:42:26 -04:00
4am
a5120905e9 consolidate bank switching code where possible 2019-09-20 09:33:23 -04:00
Peter Ferrie
02d7d2be93 restore support for partitions 3-4 2019-09-18 20:49:24 -07:00
Peter Ferrie
833d1e5570 fix slot message 2019-09-17 21:55:13 -07:00
4am
de7a06f2cd Ctrl-C in search or browse mode to toggle cheats, persist in prefs file, honor pref on startup 2019-09-16 13:36:48 -04:00
4am
986244b88b recopy reset vector code to during Reenter, because some games and demos clobber it 2019-09-15 21:00:38 -04:00
4am
4b66697758 add cheats subsystem (parsing of games.conf, UI, loading appropriate prelaunch file) 2019-09-15 17:55:16 -04:00
4am
d31311d4e7 add prelaunch subsystem 2019-09-14 22:57:52 -04:00
4am
21bedda5a1 2.0 release 2019-09-14 12:30:09 -04:00
Peter Ferrie
11fb880be9 more in LC RAM2 2019-09-10 21:26:00 -07:00
4am
282fbd9806 pass in load address if we know it 2019-09-09 22:58:16 -04:00
4am
74eda4454b Merge branch 'master' of https://github.com/a2-4am/4cade 2019-09-09 22:42:31 -04:00
4am
b0cf49b86f refactor LoadFile and LoadDHRFile 2019-09-09 22:38:17 -04:00
Peter Ferrie
859efc70f0 move some things to LC bank 2 2019-09-09 14:28:13 -07:00
4am
10b7f6c920 2.0 beta-1 2019-09-06 19:33:14 -04:00
Peter Ferrie
18417fc0cf move pseudo-ProDOS to LC RAM bank 2 2019-09-06 15:12:17 -07:00
Peter Ferrie
156ef569c9 restrict partition
also remove 65C02 BC's Quest, fix error display and documentation
2019-09-05 17:15:02 -07:00
4am
f1bbb4c08b Make spacebar work in browse mode also 2019-09-02 21:57:40 -04:00
4am
4144e8c116 add loading screen with version information and autodetected system configuration 2019-08-27 13:55:54 -04:00
4am
9c6d8cada3 set alternate display mode on IIgs
fixes https://github.com/a2-4am/4cade/issues/4
2019-07-29 12:00:59 -04:00
4am
44a32229a1 set and unset softswitches so we properly detect VidHD in slot 3 without messing up 128K games 2019-07-20 21:51:55 -05:00
4am
a37dd59b4f Browse Mode 2019-07-03 18:31:50 -04:00
4am
e01d66b46d . 2019-06-30 15:10:09 -04:00
4am
ff699d9bd1 some minor refactoring in search mode 2019-06-27 11:37:23 -04:00
4am
531abf6076 named constants 2019-06-27 10:55:07 -04:00
4am
52f55fb682 set LC RAM bank after Reenter, fix MachineStatus confusion 2019-06-27 09:51:17 -04:00
4am
74f6cebac4 move parse.games to init, update dates, other comments 2019-06-23 22:32:18 -04:00