include/atari.h: fix typo in _setcolor() prototype
This commit is contained in:
parent
98f8064b83
commit
b12758fe53
1 changed files with 3 additions and 2 deletions
|
@ -6,10 +6,11 @@
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* (C) 2000-2019 Mark Keates <markk@dendrite.co.uk> */
|
/* (C) 2000-2021 Mark Keates <markk@dendrite.co.uk> */
|
||||||
/* Freddy Offenga <taf_offenga@yahoo.com> */
|
/* Freddy Offenga <taf_offenga@yahoo.com> */
|
||||||
/* Christian Groessler <chris@groessler.org> */
|
/* Christian Groessler <chris@groessler.org> */
|
||||||
/* Bill Kendrick <nbs@sonic.net> */
|
/* Bill Kendrick <nbs@sonic.net> */
|
||||||
|
/* et al. */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* This software is provided 'as-is', without any expressed or implied */
|
/* This software is provided 'as-is', without any expressed or implied */
|
||||||
|
@ -219,7 +220,7 @@
|
||||||
/* Color register functions */
|
/* Color register functions */
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
extern void __fastcall__ _setcolor (unsigned char color_reg, unsigned char hue, unsigned char luminace);
|
extern void __fastcall__ _setcolor (unsigned char color_reg, unsigned char hue, unsigned char luminance);
|
||||||
extern void __fastcall__ _setcolor_low (unsigned char color_reg, unsigned char color_value);
|
extern void __fastcall__ _setcolor_low (unsigned char color_reg, unsigned char color_value);
|
||||||
extern unsigned char __fastcall__ _getcolor (unsigned char color_reg);
|
extern unsigned char __fastcall__ _getcolor (unsigned char color_reg);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue