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?
Question
Jestin
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?
Link to comment
Share on other sites
28 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.