• src/conio/vidmodes.c

    From rswindell@VERT to CVS commit on Saturday, October 20, 2018 11:15:00
    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 Saturday, October 20, 2018 17:22:00
    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 Tuesday, May 18, 2021 01:42:29
    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 Tuesday, May 18, 2021 02:08:57
    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 Wednesday, May 19, 2021 03:17:48
    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