-
- Downloads
Use display aspect ratio, not pixel for tracking.
People are used to thinking about the aspect ratio of displays and used to not thinking at all about that of pixels. Most of the modes are simplt 4:3 modes and the text area is the entire window. The only oddball here is the Commodore 64 and 128 40-column modes. Because they have a border around them that's wider on the sides than the top/bottom, the display aspect ratio is actually narrower than a normal NTSC screen (6:5). It seems the PAL version actually has square pixels, but nobody has asked for a PAL Commodore mode, and I think that has a different colour palette too so I'm not doing it. Just to frustrate DigitalMan a bit, the default custom aspect ratio is now 4:3 (but can be configured). At present, modifying the custom mode while *in* the custom modes "works", which no sane person would want when adjusting the aspect ratio.
parent
b8154048
No related branches found
No related tags found
Showing
- src/conio/scale.c 103 additions, 10 deletionssrc/conio/scale.c
- src/conio/scale.h 4 additions, 1 deletionsrc/conio/scale.h
- src/conio/sdl_con.c 87 additions, 106 deletionssrc/conio/sdl_con.c
- src/conio/vidmodes.c 65 additions, 58 deletionssrc/conio/vidmodes.c
- src/conio/vidmodes.h 4 additions, 6 deletionssrc/conio/vidmodes.h
- src/conio/x_events.c 67 additions, 36 deletionssrc/conio/x_events.c
- src/syncterm/bbslist.c 51 additions, 9 deletionssrc/syncterm/bbslist.c
- src/syncterm/ripper.c 6 additions, 6 deletionssrc/syncterm/ripper.c
- src/syncterm/syncterm.c 6 additions, 0 deletionssrc/syncterm/syncterm.c
- src/syncterm/syncterm.h 2 additions, 0 deletionssrc/syncterm/syncterm.h
Loading
Please register or sign in to comment