Replies: 1 comment
-
Probably go for 720p or 480p as your output resolution (the nano cannot reliably do 1080p). What I did with NES is to have a frame buffer of NES resolution (dual-port BRAM buffer). Then upscale the image to 720p on the fly. Currently the frame buffer is BRAM. However it should also be possible to move it to SDRAM if it does not fit in BRAM. Then you need to utilize the SDRAM multi-bank ability. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it always required to use the frame buffer to be able to get HDMI video ouput ?
Galaga core video resolution is none of the defined ones for VIDEO_ID_CODE.
Beta Was this translation helpful? Give feedback.
All reactions