• src/conio/vidmodes.c

    From rswindell@VERT to CVS commit on Sat Oct 20 00:15:00 2018
    src/conio vidmodes.c 1.27 1.28
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv2010

    Modified Files:
    vidmodes.c
    Log Message:
    Change the C128 screen modes (C128_40X25 and C128_80x25) to use the C64 palette. I can only assume this was a typo? I'm also guessing this is the
    same change that Payton Byrd made in his fork of SyncTERM (he erroneously called 2.0), which I haven't been able to locate on github (anyone?). This change makes SyncTERM (in C128 modes) appear more consistent with CGTerm.

    With this change, I now see no difference between the C64_40X25 screen mode
    and the C128_40X25 screen mode. (Deuce?)

    I also have questions about the changes in some of the colors between
    40 and 80 columns modes expressed here (but not observed with CGTerm): https://www.commodore.ca/manuals/128_system_guide/app-i.htm
    (e.g. 129 is supposedly green in 40 column mode and dark purple in 80 cols). see also: 149, 151, and 159 - if this is true, then another palette
    is needed for C128-80 mode but doesn't explain CGTerm's behavior
    (the colors are the same in 40 and 80 column modes).

    Also, the C64 palette changed pretty drastically since SyncTERM 1.0 where
    the colors weres dull/muted and are now bright. And the initial attribute is Blue on Grey (not black) - that wasn't the case with v1.0.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Sat Oct 20 06:22:00 2018
    src/conio vidmodes.c 1.28 1.29
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv17004

    Modified Files:
    vidmodes.c
    Log Message:
    Commodore 128 used a CGA monitor. It therefore used CGA colours.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon May 17 14:42:29 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/9494cc3063e78042a3d87bfb
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Calculate and plug in pixel aspect ratios.

    We're leaving the "Awesome Modes" as 1:1, but the rest all assume
    a 4:3 display that is filled by the described text.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon May 17 15:08:57 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/f94c74b9955eaf846b558aac
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Fix the 132x43 mode...

    Was using the 14 row font with 350 screen rows and expecting 43 lines.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue May 18 16:17:48 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/679800f76895b060fe1e1aef
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Switch from "the CTerm palette" to the colodore one

    See https://www.pepto.de/projects/colorvic/ for details.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue May 16 09:03:30 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/b6fefb76436fe33564ac21eb
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Only do the aspect fallback test once, after screen dimensions are final.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue May 23 12:59:20 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/d39d2ca059079c1a6aa754d1
    Modified Files:
    src/conio/vidmodes.c
    Log Message:
    Load _ORIGMODE as C80

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net