9 Commits

Author SHA1 Message Date
Vince Weaver
5def0952d4 riven: fix annoying bug where keypress occasionally ignored
was a race condition if you pressed a key after the key handling
started but before it unconditionally cleared the strobe
2024-07-26 13:29:57 -04:00
Vince Weaver
9a88435c9d riven: clean up some of the common code 2024-07-24 16:08:14 -04:00
Vince Weaver
56bf637d3d riven: more work hooking up disk0
almost disastrous issues with alternate graphics
2024-07-13 16:08:25 -04:00
Vince Weaver
748942b164 riven: foolishly working on better disk support 2024-06-20 17:10:02 -04:00
Vince Weaver
e1f10efbbb riven_hgr: use qboot instead of qload
probably a mistake, was a huge pain, but freed up some room
2024-05-28 16:51:03 -04:00
Vince Weaver
2b8f1ac1af riven_hgr: re-arrange zero page and clear it
maybe inadvised at this juncture, but was trying to sort out occasional
keyboard issue that might have been due to some zero page values not
being initialized
2024-05-28 14:37:12 -04:00
Vince Weaver
774cd13bb4 riven_hgr: can walk between levels now 2024-05-15 16:12:35 -04:00
Vince Weaver
fc8e3c657e riven_hgr: can actuall walk around
sort of
2024-05-14 16:31:41 -04:00
Vince Weaver
fb54ea2c6e riven_hgr: add pointer code from mist_hgr 2024-05-12 23:15:58 -04:00