Commit Graph

13 Commits

Author SHA1 Message Date
Vince Weaver
81b44559b4 mist: make atrus viewer message closer to actual game
less sarcastic, but maybe less of a spoiler now
someone on twitter suggested this
2020-09-13 12:42:07 -04:00
Vince Weaver
b1baf474aa mist: fix bugs with save games on real hardware
didn't trigger on cffa3k or emulator

first was I was accidentally forcing slot 6

the other was the timing-sensitive write routine was straddling
a page boundary, leading to the cycle-counted write code taking
the wrong number of cycles
2020-09-06 17:17:12 -04:00
Vince Weaver
526985249d mist: sub: re-arrange disk3 so it fits 2020-09-06 12:45:41 -04:00
Vince Weaver
543aa7d555 mist: add joystick support
made room by removing flipped-sprite support which we weren't using
2020-09-06 00:28:26 -04:00
Vince Weaver
5de9e222fc mist: add save game support
had to shar a lot of code with load support so would fit

not much room left
2020-09-05 00:34:14 -04:00
Vince Weaver
173ca45680 mist: verify disk was switched before loading files from it
not a very robust check, mostly just a sanity check
2020-09-03 14:27:03 -04:00
Vince Weaver
8aa2dd854d mist: add back text title screen
goes by too quickly now
2020-09-02 00:49:51 -04:00
Vince Weaver
8bd16e72c6 mist: loading from all 5 save games works 2020-09-01 22:06:12 -04:00
Vince Weaver
bd3c98f3f1 mist: load games work again 2020-09-01 21:31:15 -04:00
Vince Weaver
7c77980669 mist: update save files 2020-09-01 20:47:16 -04:00
Vince Weaver
cf938aeab7 mist: you are prompted to switch disks again
need to add code to validate you're on the right one
2020-09-01 20:01:05 -04:00
Vince Weaver
3209a4e0d3 mist: fix qload to properly load when not starting sector0 and wrapped
bug in original qboot, fixed by qkumba
2020-09-01 19:34:28 -04:00
Vince Weaver
287d1cbb43 mist: move to fast qboot disk loader by qkumba
much faster!  have to fix lots of things that broke
2020-09-01 16:27:34 -04:00