mirror of
https://github.com/cc65/cc65.git
synced 2025-01-25 11:30:06 +00:00
Fixed discrepancy between definition and declaration.
This commit is contained in:
parent
56b6dcf814
commit
17776739e2
@ -153,7 +153,7 @@ extern char *_getdefdev(void); /* get default floppy device */
|
|||||||
extern unsigned char _dos_type; /* the DOS flavour */
|
extern unsigned char _dos_type; /* the DOS flavour */
|
||||||
extern void atr130_emd[];
|
extern void atr130_emd[];
|
||||||
extern void atrstd_joy[]; /* referred to by joy_static_stddrv[] */
|
extern void atrstd_joy[]; /* referred to by joy_static_stddrv[] */
|
||||||
extern void atrm8_joy[];
|
extern void atrmj8_joy[];
|
||||||
extern void atr3_tgi[];
|
extern void atr3_tgi[];
|
||||||
extern void atr4_tgi[];
|
extern void atr4_tgi[];
|
||||||
extern void atr5_tgi[];
|
extern void atr5_tgi[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user