Changeset df097bf in buchla-68k for ram/scadv.c


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
  • ram/scadv.c

    r9bf0f86 rdf097bf  
    238238        if ((ndisp EQ 2) AND (scrl NE pscrl)) {
    239239
    240                 sword = (unsigned)((char *)saddr >> 1);
     240                sword = (unsigned)((long)saddr >> 1);
    241241
    242242                setipl(VID_DI);         /* disable video interrupts */
Note: See TracChangeset for help on using the changeset viewer.