Changeset ea9a162 in buchla-68k for ram/dcopy.c


Ignore:
Timestamp:
11/12/2017 10:44:55 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
2ff1367
Parents:
99fed2e
Message:

Fixed the rest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/dcopy.c

    r99fed2e rea9a162  
    4141        mphead.F_Res1   = 0L;                   /* reserved area #1 */
    4242        mphead.F_Res2   = (int32_t)&Lo_RAM;     /* text base */
    43         mphead.F_Res3   = 0xFFFF;               /* flag word */
     43        mphead.F_Res3   = (int16_t)0xFFFF;      /* flag word */
    4444
    4545        /* ***** initialize for a (possibly) new disk here ***** */
Note: See TracChangeset for help on using the changeset viewer.