Search results
Scroll 1px problem, need your help
Score: 182.95 %,
Type: Forum topic , Comments: 8 comments
on the scroll direction. When going right, a new map is needed between +0 and +7. When going left, it's between +7 and +0. So I bluntly tested loading a new map at each step, but the problem is still there: ... on the scroll direction. When going right, a new map is needed between +0 and +7. When going left, it's ...
Switching RAM in page 2 from a ROM
Score: 181.77 %,
Type: Forum topic , Comments: 15 comments
on page 0, you can use the ENASLT routine (0024h).
In pseudo code, it would look like this:
A = ... Expanded slot (0 = no, 1 = yes)
To my knowledge, there is no BIOS routine to directly retrieve the ID ... ; Mask only needed for page 0
sub = (SLTTBL + 2) ; Should be 0 is slot not extended
slotId = prim | ...
