Changeset f806726 in buchla-68k for ram/scope.c


Ignore:
Timestamp:
11/12/2017 10:16:16 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
7b25450
Parents:
fb926d1
Message:

Fixed scope.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/scope.c

    rfb926d1 rf806726  
    1515int16_t         scoper;                 /* scope row position */
    1616
    17 uint16_t        scopev;                 /* last scope value */
     17int16_t         scopev;                 /* last scope value */
    1818
    1919int8_t          scopebf[65];            /* scope display buffer */
     
    5252*/
    5353
    54 void scope(uint16_t val)
     54void scope(int16_t val)
    5555{
    5656        register int16_t i;
Note: See TracChangeset for help on using the changeset viewer.