X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fc16.h;h=beb2caa567aeb68f62d6b6f149c31f57d1eb1c0e;hb=2af76c7cffb08af3a6f7ca87c90132aa3e365f76;hp=53e56b3c1a3084bd22ce221e3955e25522f94c31;hpb=e41c0adbb29b246334b2977435968b4d06ed02c5;p=cc65 diff --git a/include/c16.h b/include/c16.h index 53e56b3c1..beb2caa56 100644 --- a/include/c16.h +++ b/include/c16.h @@ -1,8 +1,8 @@ /*****************************************************************************/ /* */ -/* c16.h */ +/* c16.h */ /* */ -/* C16 system specific definitions */ +/* C16 system specific definitions */ /* */ /* */ /* */ @@ -45,17 +45,16 @@ -/* The C16 is actually the Plus/4 with less memory, so use the Plus/4 - * include file. - */ -#ifndef _PLUS4_H -#include -#endif +/* Include the base header file for the 264 series. */ +#include -/* End of c16.h */ -#endif +/* The addresses of the static drivers */ +extern void c16_ram_emd[]; +extern void c16_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */ +/* End of c16.h */ +#endif