Changeset 09d1345 in buchla-68k for include/midas.h


Ignore:
Timestamp:
07/15/2017 10:03:02 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
bf89cfb
Parents:
6a37d5b
Message:

Prefer signed integers in vlib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/midas.h

    r6a37d5b r09d1345  
    3131#define BIT2    V_RES2                  /* graphics - 2 bit pixels */
    3232#define BIT3    V_RES3                  /* graphics - 4 bit pixels */
    33 #define CHR2    0                       /* characters - no attributes */
     33#define CHR2    0u                      /* characters - no attributes */
    3434#define CHR3    (V_FAD | V_HCR)         /* characters - full attributes */
    3535
Note: See TracChangeset for help on using the changeset viewer.