nash67 wrote:BBC cd 10
menu a bit messed up
Hello, nice pick on this one ; the menu is in fact bugged as it applies twice the code to remove bottom border on line 237 and 261 and set the video to 60 Hz for too long (which creates a 2 bytes offset at line 237 that was not correctly emulated).
This is fixed in the devel version, but too late for 1.2.0

Alliance cd 28 and 34
scrolling message down bottom is not correct on left hand side
Not a bug, by default hatari shows 16 pixels more on left and right side. Steem doesn't show them, but they are really there. Depending on your monitor setting with a real STF, you could see these pixels too.
In the config file for hatari, you can use :
nWindowBorderPixelsLeft = 32
nWindowBorderPixelsRight =32
This way you shouldn't see those 16 pixels
Nicolas