Changeset df097bf in buchla-68k for vlib


Ignore:
Timestamp:
07/01/2017 10:09:33 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c091ef8
Parents:
9bf0f86
Message:

Code compiles, doesn't link.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vobjfns.c

    r9bf0f86 rdf097bf  
    122122        v_odtab[pri][0] = op->odtw0 | V_BLA;    /* start object as blanked */
    123123        v_odtab[pri][1] = op->odtw1;
    124         v_odtab[pri][2] = ((char *)(op->obase) >> 1) & 0xFFFF;
     124        v_odtab[pri][2] = ((long)op->obase >> 1) & 0xFFFF;
    125125
    126126        objon(pri, op->objy, op->ysize);        /* enable access table bits */
Note: See TracChangeset for help on using the changeset viewer.