stella-emu / stella

A multi-platform Atari 2600 Emulator
https://stella-emu.github.io
GNU General Public License v2.0
626 stars 112 forks source link

RESMP0 problem in Save Mary #22

Closed thrust26 closed 7 years ago

thrust26 commented 7 years ago

The rope is at the left of the crane in the new core, it should be on the right (+3 pixel). The code use RESMP0 to position the rope, so that's most likely the cause of the problem.

Same in Stellarator.

DirtyHairy commented 7 years ago

Likely a consequence of #23 .

DirtyHairy commented 7 years ago

Fixed in 38d8d89 .

sa666666 commented 7 years ago

This is still not quite fixed. Although the rope is now in the correct position, when you move to the extreme left, the rope 'detaches' and is shown in the black area; it should stay attached to the pulley.

DirtyHairy commented 7 years ago

Ouch --- overflow :8ball: Fixed in a9d1ed3 .