Skip to content

Commit

Permalink
Fixed bug in Denise::hsyncHandler(isize vpos)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Dec 29, 2024
1 parent d47f4f9 commit fc4c222
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emulator/Components/Denise/Denise.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ Denise::hsyncHandler(isize vpos)
updateBorderBuffer();

// Check if we are below the VBLANK area
if (!agnus.inVBlankArea() && !frameSkips) {
if (!agnus.inVBlankArea(vpos) && !frameSkips) {

// Translate bitplane data to color register indices
translate();
Expand Down
Binary file modified Resources/Assets.xcassets/SnapshotIcon.iconset/icon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Assets.xcassets/SnapshotIcon.iconset/icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Assets.xcassets/SnapshotIcon.iconset/icon_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Assets.xcassets/SnapshotIcon.iconset/icon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Assets.xcassets/SnapshotIcon.iconset/icon_32x32@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Assets.xcassets/SnapshotIcon.iconset/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc4c222

Please sign in to comment.