Changeset f06df21 in buchla-68k for ram/dopatch.c


Ignore:
Timestamp:
11/15/2017 08:51:16 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
eee74cd
Parents:
3aa6a26
Message:

Fixed uninitialized uses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/dopatch.c

    r3aa6a26 rf06df21  
    183183        int16_t baseled, curled, ledctl;
    184184
     185        osc = -1;
     186        trig = -1;
     187        vgn = -1;
     188        vgt = -1;
     189
    185190        spec = PE_SPEC & pp->paspec;            /* destination */
    186191        suba = pp->pasuba;                      /* sub address */
Note: See TracChangeset for help on using the changeset viewer.