Changeset bf89cfb in buchla-68k for vlib/vhinit.c


Ignore:
Timestamp:
07/15/2017 11:15:58 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c80943f
Parents:
09d1345
Message:

No more warnings in vlib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vhinit.c

    r09d1345 rbf89cfb  
    1818#include "ram.h"
    1919
    20 #define VREG(h,v)       ((h<<10)|v)
     20#define VREG(h, v)      (h * 1024u + v)
    2121
    2222struct octent   v_obtab[16];    /* object control table */
     
    2929/* initialized variables */
    3030
    31 int16_t vr_data[] = {
     31uint16_t        vr_data[] = {
    3232
    3333        0x825B,         /* R0  -- Mode word 0 */
Note: See TracChangeset for help on using the changeset viewer.