diff --git a/Emulator/Components/Denise/Denise.cpp b/Emulator/Components/Denise/Denise.cpp index 338361614..5507fe787 100644 --- a/Emulator/Components/Denise/Denise.cpp +++ b/Emulator/Components/Denise/Denise.cpp @@ -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(); diff --git a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_128x128.png b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_128x128.png index 32ca464fe..47001b646 100644 Binary files a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_128x128.png and b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_128x128.png differ diff --git a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_128x128@2x.png b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_128x128@2x.png index 58cb75307..3f74178c1 100644 Binary files a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_128x128@2x.png and b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_128x128@2x.png differ diff --git a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_16x16.png b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_16x16.png index cf6b00a61..6aaaa8ad1 100644 Binary files a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_16x16.png and b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_16x16.png differ diff --git a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_16x16@2x.png b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_16x16@2x.png index 856e88cc7..a3fdab599 100644 Binary files a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_16x16@2x.png and b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_16x16@2x.png differ diff --git a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_256x256.png b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_256x256.png index 58cb75307..3f74178c1 100644 Binary files a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_256x256.png and b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_256x256.png differ diff --git a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_256x256@2x.png b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_256x256@2x.png index 510117ac5..c8f1bdfcc 100644 Binary files a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_256x256@2x.png and b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_256x256@2x.png differ diff --git a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_32x32.png b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_32x32.png index 856e88cc7..a3fdab599 100644 Binary files a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_32x32.png and b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_32x32.png differ diff --git a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_32x32@2x.png b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_32x32@2x.png index ec1bc72d7..66ae3dd17 100644 Binary files a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_32x32@2x.png and b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_32x32@2x.png differ diff --git a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_512x512.png b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_512x512.png index 510117ac5..c8f1bdfcc 100644 Binary files a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_512x512.png and b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_512x512.png differ diff --git a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_512x512@2x.png b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_512x512@2x.png index 7ca3a81e9..1a29a4ffd 100644 Binary files a/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_512x512@2x.png and b/Resources/Assets.xcassets/SnapshotIcon.iconset/icon_512x512@2x.png differ