[Scummvm-tracker] [ScummVM :: Bugs] #13065: SCUMM: Incorrect screen shaking

ScummVM :: Bugs trac at scummvm.org
Mon Nov 8 16:18:04 UTC 2021


#13065: SCUMM: Incorrect screen shaking
-------------------------+----------------------------
Reporter:  eriktorbjorn  |       Owner:  (none)
    Type:  defect        |      Status:  new
Priority:  normal        |   Component:  Engine: SCUMM
 Version:                |  Resolution:
Keywords:                |        Game:
-------------------------+----------------------------
Comment (by athrxx):

 Also interesting that we multiply the line offsets in shake_positions with
 2. The original has the same offsets, but multiplies them with 80. Reason
 is that the vram is accessed in dwords when writing these offsets into the
 crt control register. So a multiplication with 80 is exactly one line, not
 two. Also, apparently it has been misunderstood that these offsets will
 move the screen up and not down.

 I'll check a bit more whether I understand the timing issue...
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/13065#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list