Hello. Iām using Libretro (Lakka) on my good old Raspberry Pi 1 to play Sega Megadrive games on Picodrive. My Raspberry is connected to a CRT TV via Composite (not the best quality I know but, hey, the real console had composite too!).
Iād like to find out, with your help, the best resolution and aspect-ratio settings for my setup. So:
-
Iām using Composite-out on RPi
-
In my config.txt (at boot)
sdtv_mode=0
sdtv_aspect=1
scaling_kernel=8
Now RPi should output at 720x480@60Hz (standard NTSC resolution, is this correct)? Whereas a ānativeā Sega Genesis / Megadrive resolution is impossible via Composite out, whatās the nearest result I could get?
- Should I add
framebuffer_width=320
framebuffer_height=224
ā¦in config.txt?
- And how to combine these settings with the viewport and aspect-ratio options in Libretro (Lakka), considering that on CRT pixels are not square?
Thank you very much!