Commit Graph

304 Commits

Author SHA1 Message Date
4am 535c4c841d some notes 2024-04-23 00:23:51 -04:00
4am 7acb717b11 some notes 2024-04-23 00:23:12 -04:00
4am 60b1f68c9d clean up bootloader and consolidate duplicate code 2023-11-17 21:18:51 -05:00
Peter Ferrie 7590c290a3 display MB mono/stereo on start 2023-01-06 11:36:12 -08:00
frankmilliron e5926dc7b5
force IIgs Mono Mode off (#534)
A (since fixed) bug in Apple II Desktop led to a black and white main screen on TR. Let's force color mode on in case it's off.
2022-12-11 11:53:04 -05:00
frankmilliron 1b49c67062
Properly test for Alternate Display Mode on //gs (#529)
* Add files via upload

* Add files via upload

* Add files via upload
2022-11-27 11:08:48 -05:00
4am 2cf2b8fed0 convert some demos to use TOTAL.DATA 2022-09-09 22:47:48 -04:00
4am 592709d66e move demo-less, single-load games to TOTAL.DATA 2022-09-05 20:38:43 -04:00
Peter Ferrie e88da4bf73 fix display of unpacked titles in SS mode 2022-07-29 17:30:56 -07:00
Peter Ferrie 25ce7890b5 retry failed reads, ignore failed writes 2022-06-16 22:07:06 -07:00
Peter Ferrie c8f4ef21e0 retry failed I/O 2022-06-12 17:06:20 -07:00
4am 21547db0f7 add mega-attract filters and hotkey for SHR-only slideshow 2022-06-05 21:53:41 -04:00
Peter Ferrie 37e1ee0158 add cheats N, O 2022-05-12 22:30:35 -07:00
Peter Ferrie d541217395 sync and vectorise iAddToPath 2022-05-03 21:07:34 -07:00
4am f9d99949c9 split MINIATTRACT.IDX into two because we have too many games 2022-05-03 22:36:49 -04:00
Peter Ferrie 37893c4011 cheat for Jungle Hunt 2022-05-02 22:09:42 -07:00
Peter Ferrie ff0aa970eb add Floppy to the collection 2022-04-29 13:07:19 -07:00
Peter Ferrie 5069c95a4b fix multi-file access 2022-04-28 18:01:37 -07:00
Peter Ferrie 9826dbbc9c fix MB speech constant 2022-04-25 18:33:40 -07:00
Peter Ferrie 0c12457e69 distinguish between SC-01 and SSI-263 2022-04-25 15:09:50 -07:00
Peter Ferrie e8d3aabd40 fix Columns 48k crash on start 2021-12-24 17:27:25 -08:00
4am 2193ea33c5 SHR iris and ripple effects 2021-12-15 21:59:32 -05:00
4am 139fc8fa3e update some comments about screen holes 2021-12-13 15:29:14 -05:00
4am a701473301 some comments 2021-12-12 16:56:31 -05:00
4am c48469ec80 add DGR mode and action screenshots for DGR games
fixes https://github.com/a2-4am/4cade/issues/326
2021-12-10 21:50:10 -05:00
4am da8498e330 move okvs_init to init-only section 2021-11-17 23:54:51 -05:00
4am 4f24c24963 add COVERFADE, GR.FIZZLE, and SHR.FIZZLE to TOTAL.DATA 2021-11-17 14:21:41 -05:00
4am bf745a4b66 add even more files to TOTAL.DATA 2021-11-17 00:25:17 -05:00
4am cf213dd780 add more files to TOTAL.DATA (really this time) 2021-11-16 22:02:28 -05:00
4am ec637f31f8 add more files to TOTAL.DATA 2021-11-16 21:44:30 -05:00
4am c7f6e02e2d merge TOTAL.IDX into TOTAL.DATA and remove filename parameter from LoadIndexedFile 2021-11-16 17:44:12 -05:00
4am cdaeb336f2 add lookup table to make okvs_nth O(1) 2021-11-16 13:34:57 -05:00
4am 9eaa5e61b7
Titles refactoring (#439)
* Add titles to TOTAL.DATA

* update constants

* fix res/TITLE.DHGR/FLAPPLE.BIRD file size
2021-11-15 20:25:32 -05:00
Peter Ferrie 5cda88b60b fix seek(*128k) 2021-11-15 12:18:23 -08:00
Peter Ferrie 13d65a0b67 fix seek(0) and update demos for low-cost seek 2021-11-15 10:23:44 -08:00
4am 3f639c4aa6 update some comments 2021-11-14 10:43:26 -05:00
4am d968df361d update constants 2021-11-14 10:40:25 -05:00
Peter Ferrie 88afde9c79
low-cost seek (#438)
* low-cost seek

* update constants

Co-authored-by: 4am <a2_4am@sent.com>
2021-11-14 10:31:56 -05:00
4am ad34d56e8d add action HGR indexes to TOTAL.IDX 2021-11-13 17:11:26 -05:00
4am 31a37400c4 move search indexes and caches to TOTAL.IDX 2021-11-13 16:18:58 -05:00
4am 111e6b9578 fix prelaunch index record 2021-11-13 01:08:50 -05:00
4am fac8ceb7ef remove unused path 2021-11-13 01:05:15 -05:00
4am 238fb799d7 combine some IDX files 2021-11-12 20:46:05 -05:00
4am 08124340a7 some comments 2021-11-11 10:46:41 -05:00
4am 7afebf6b04 FIX: search cache incorrectly returned if a shorter input buffer matched 2021-11-09 23:12:06 -05:00
4am 89d2f3cdc4 Revert "FIX: search cache incorrectly returned if a shorter input buffer matched"
This reverts commit 6b3e5509a5.
2021-11-09 17:23:18 -05:00
4am 6b3e5509a5 FIX: search cache incorrectly returned if a shorter input buffer matched 2021-11-09 17:19:25 -05:00
4am 03a3113d02 store action GR screenshots in TOTAL.DATA 2021-11-09 13:39:16 -05:00
4am 17ebc1990a clean up paths 2021-11-09 13:05:33 -05:00
4am 011948651a search cache 2021-11-06 19:12:40 -04:00