Changeset 09d1345 in buchla-68k for vlib/vsetpal.x
- Timestamp:
- 07/15/2017 10:03:02 AM (7 years ago)
- Branches:
- master
- Children:
- bf89cfb
- Parents:
- 6a37d5b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vlib/vsetpal.x
r6a37d5b r09d1345 23 23 */ 24 24 25 extern void vsetpal( uint16_t slot, uint16_t red, uint16_t grn, uint16_t blu);25 extern void vsetpal(int16_t slot, int16_t red, int16_t grn, int16_t blu); 26 26 extern void vsndpal(int16_t pp[16][3]);
Note:
See TracChangeset
for help on using the changeset viewer.