X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fc16.h;h=beb2caa567aeb68f62d6b6f149c31f57d1eb1c0e;hb=2af76c7cffb08af3a6f7ca87c90132aa3e365f76;hp=eb33c8929bc62c43ad46f8b581212485c1049795;hpb=4ce2bb2de23ed2b1b187ab67c893b4a7a5918068;p=cc65 diff --git a/include/c16.h b/include/c16.h index eb33c8929..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,16 +45,16 @@ -/* Include the base header file for the 264 series. include file. - */ -#ifndef _CBM264_H +/* Include the base header file for the 264 series. */ #include -#endif -/* 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