Changeset c3aee8a in buchla-68k for ram/msl.c


Ignore:
Timestamp:
07/09/2017 11:09:17 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
f7428b1
Parents:
411371e
Message:

Make tables unsigned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/msl.c

    r411371e rc3aee8a  
    159159extern  int16_t simled[];
    160160extern  int16_t swfifo[NSWFIFO];
    161 extern  int16_t tmultab[];
     161extern  uint16_t        tmultab[];
    162162extern  int16_t vce2trg[];
    163163extern  int16_t veltab[];
Note: See TracChangeset for help on using the changeset viewer.