mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
Moved declarations that are common to the C16 and the Plus4 libraries over to their common header.
This commit is contained in:
parent
8886e6f100
commit
098a30725f
@ -45,8 +45,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Include the base header file for the 264 series. include file.
|
/* Include the base header file for the 264 series. */
|
||||||
*/
|
|
||||||
#include <cbm264.h>
|
#include <cbm264.h>
|
||||||
|
|
||||||
|
|
||||||
|
@ -136,11 +136,16 @@
|
|||||||
/* Code */
|
/* Code */
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
|
void fast (void);
|
||||||
|
/* Switch the CPU into double-clock mode. */
|
||||||
|
|
||||||
|
void slow (void);
|
||||||
|
/* Switch the CPU into single-clock mode. */
|
||||||
|
|
||||||
|
unsigned char isfast (void);
|
||||||
|
/* Returns 1 if the CPU is in double-clock mode. */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* End of cbm264.h */
|
/* End of cbm264.h */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -45,8 +45,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Include the base header file for the 264 series. include file.
|
/* Include the base header file for the 264 series. */
|
||||||
*/
|
|
||||||
#include <cbm264.h>
|
#include <cbm264.h>
|
||||||
|
|
||||||
/* Define hardware */
|
/* Define hardware */
|
||||||
@ -59,14 +58,6 @@
|
|||||||
extern void plus4_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */
|
extern void plus4_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */
|
||||||
extern void plus4_stdser_ser[];
|
extern void plus4_stdser_ser[];
|
||||||
|
|
||||||
void fast (void);
|
|
||||||
/* Switch the CPU into double clock mode. */
|
|
||||||
|
|
||||||
void slow (void);
|
|
||||||
/* Switch the CPU into single clock mode. */
|
|
||||||
|
|
||||||
unsigned char isfast (void);
|
|
||||||
/* Returns 1 if the CPU is in double clock mode. */
|
|
||||||
|
|
||||||
|
|
||||||
/* End of plus4.h */
|
/* End of plus4.h */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user