I've mostly been ignoring this, but I get a black area at the bottom of the emulator whenever I set the screen mode to 320x200@256C. Everything runs fine, as if the black area is simply not part of the screen. However, when I look at other people's demos, I never see this black area. I'm starting to worry it will be there on the actual hardware and not just the emulator.
When I have an application that only runs this code:
lda #$80
sec
jsr screen_set_mode
Here is what I see:
Is this expected for some reason, or am I doing something wrong?
I've mostly been ignoring this, but I get a black area at the bottom of the emulator whenever I set the screen mode to 320x200@256C. Everything runs fine, as if the black area is simply not part of the screen. However, when I look at other people's demos, I never see this black area. I'm starting to worry it will be there on the actual hardware and not just the emulator.
When I have an application that only runs this code:
lda #$80
sec
jsr screen_set_mode
Here is what I see:
Is this expected for some reason, or am I doing something wrong?
Share this post
Link to post
Share on other sites