Commit Graph

225 Commits

Author SHA1 Message Date
Peter Ferrie
3a50ceceb8 more in LC RAM2 2019-09-10 09:51:04 -07:00
4am
8a96d53217 . 2019-09-10 09:50:08 -04:00
4am
a88f70f150 refactor GetStoreAddress 2019-09-10 09:37:19 -04:00
4am
003b6ad6f0 refactor incptr 2019-09-10 09:20:32 -04:00
4am
6e29c4d355 refactor okvs_append so it's O(1) instead of O(N), which makes ParseGamesList O(N) instead of O(N^2), which makes program startup noticeably faster 2019-09-10 01:46:21 -04:00
4am
b543481b9f refactor okvs_iter 2019-09-10 00:54:52 -04:00
4am
c99fb31739 . 2019-09-10 00:42:31 -04:00
4am
d233ad6074 move DrawPage to ui.font with other drawing routines 2019-09-10 00:32:30 -04:00
4am
7ab4dd136e shave 3 bytes 2019-09-10 00:24:54 -04:00
4am
bc79a08074 shave literally 1 byte 2019-09-10 00:22:28 -04:00
4am
308fdea6d0 shave some bytes, add some comments 2019-09-10 00:19:07 -04:00
4am
f40c8ebae6 refactor some HGR macros, make ResetInputTimeout internal to WaitForKeyFor30Seconds and clear the keyboard strobe explicitly before and/or after 2019-09-10 00:04:16 -04:00
4am
e370dbfa93 allow right arrow to progress slideshow immediately 2019-09-09 23:04:17 -04:00
4am
282fbd9806 pass in load address if we know it 2019-09-09 22:58:16 -04:00
4am
904ae802ec . 2019-09-09 22:48:54 -04:00
4am
2482660400 . 2019-09-09 22:45:18 -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
68fab1ddc2 make LC2 management a bit easier 2019-09-09 18:40:59 -07:00
Peter Ferrie
859efc70f0 move some things to LC bank 2 2019-09-09 14:28:13 -07:00
4am
1d7e3bd1b9 refactor SetPath slightly 2019-09-09 14:11:49 -04:00
4am
3ca889a18c add Out Of This World, fix crash in GR action slideshows, fix missing games in DHGR action slideshows, more game ordering fixes 2019-09-08 14:50:50 -04:00
4am
f150dc0673 shave some bytes 2019-09-07 14:15:53 -04:00
Peter Ferrie
60dd9908c4 enforce minimum file size on write 2019-09-06 18:10:22 -07:00
4am
10b7f6c920 2.0 beta-1 2019-09-06 19:33:14 -04:00
4am
2c1900def8 update memory map documentation 2019-09-06 18:55:24 -04:00
Peter Ferrie
18417fc0cf move pseudo-ProDOS to LC RAM bank 2 2019-09-06 15:12:17 -07:00
4am
99b1de5380 shave some bytes 2019-09-06 15:21:38 -04:00
Peter Ferrie
fa6a014c77 fix DHGR on SCSI and DGR everywhere 2019-09-05 17:59:34 -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
Peter Ferrie
f26cb4becf include ProDOS memory map, fixes Indiana Jones 2019-08-20 20:13:17 -07:00
4am
a772e0340e press Space for mini-attract mode since ][+ doesn't have TAB
fixes https://github.com/a2-4am/4cade/issues/5
2019-07-29 12:20: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
e32c386ad6 . 2019-07-19 19:50:01 -05:00
Peter Ferrie
a056b85cf9 enable Renegade 2019-07-19 17:39:48 -07:00
4am
e453a52256 add GR attract mode and action screenshots for lo-res games 2019-07-15 11:42:05 -04:00
4am
7c2174cfca add GR fizzle 2019-07-15 11:21:24 -04:00
Peter Ferrie
fefe49d462 add GR fizzle 2019-07-14 09:57:04 -07:00
4am
3a19f4b901 add credits page 2019-07-10 13:37:59 -04:00
Peter Ferrie
5c106b7c29 fix slot alignment 2019-07-09 13:42:37 -07:00
4am
260c590559 add Axis Assassin, fix DHGR action slideshows 2019-07-08 22:55:22 -04:00
4am
e488b87d80 hide games in attract mode that can't be played due to memory or joystick requirements 2019-07-08 15:03:25 -04:00
4am
c0dd16a27c initial instructions in input buffer, add play label once game is selected 2019-07-08 14:10:11 -04:00
Peter Ferrie
ebd442c223 fix the mess 2019-07-04 19:03:14 -07:00
4am
1d23da8f7d . 2019-07-04 16:32:30 -04:00
4am
2d141e20c8 input buffer of length N should never match a game name of length < N 2019-07-04 16:31:28 -04:00
4am
c8e9d9ab9d off-by-1 bugs, and missing exit condition, in the dots loop 2019-07-04 16:23:29 -04:00