Re: [cc65] 80 column support on the C128

Date view Thread view Subject view

From: MagerValp (MagerValp_at_cling.gu.se)
Date: 2002-12-20 09:41:52


>>>>> "G" == Groepaz  <groepaz_at_gmx.net> writes:

UvB> Thanks a lot for this great patch! It will give groepaz more work
UvB> for his tetris clone:-)

G> i'll check it out :o) mmh whats the mechanism to switch between VIC
G> and VDC mode then? :)

Esc-x (F1-x in vice) or the 40/80 key (F7 in vice). If you want to
force a mode:

  if ((*(unsigned char *) 0xd7)) {
    cprintf("Already in 80 column mode\r\n");
  } else {
    cprintf("\e\xNow we're in 80 column mode\r\n");
  }

\e is Esc I hope?

-- 
    ___          .     .  .         .       . +  .         .      o   
  _|___|_   +   .  +     .     +         .  Per Olofsson, arkadspelare
    o-o    .      .     .   o         +          MagerValp_at_cling.gu.se
     -       +            +    .     http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2002-12-20 09:43:43 CET