Changeset 3ac8e1b in buchla-68k for ram/ptselbx.x


Ignore:
Timestamp:
11/11/2017 09:48:40 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8cc57e6
Parents:
494d8ff
Message:

Fixed ptdkey.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/ptselbx.x

    r494d8ff r3ac8e1b  
    3939extern  struct  patch   ptebuf;
    4040extern  int16_t         ptecpos;
    41 extern  int16_t         ptedat1;
    42 extern  int16_t         ptedat2;
     41extern  uint16_t        ptedat1;
     42extern  uint16_t        ptedat2;
    4343extern  int16_t         ptedata;
    44 extern  int16_t         ptedef;
     44extern  uint16_t        ptedef;
    4545extern  int16_t         ptedest;
    4646extern  int16_t         ptedfok;
     
    5353extern  int16_t         ptepred;
    5454extern  int16_t         pteset;
    55 extern  int16_t         ptespec;
    56 extern  int16_t         ptestm;
     55extern  uint16_t        ptespec;
     56extern  uint16_t        ptestm;
    5757extern  int16_t         ptestok;
    58 extern  int16_t         ptesuba;
     58extern  uint16_t        ptesuba;
    5959extern  int16_t         ptesucc;
    6060extern  int8_t          *rawdata[];
Note: See TracChangeset for help on using the changeset viewer.