]> git.sur5r.net Git - cc65/blobdiff - include/atmos.h
Added declarations for target-specific static drivers being part of the C library.
[cc65] / include / atmos.h
index 90bc17f8657441eb19fd96d1627a4137598947b7..13427bd88824ccbfef9107c0968414e2e3794338 100644 (file)
 
 
 
+/* The addresses of the static drivers */
+extern void atmos_pase[];      /* Referred to by joy_static_stddrv[] */
+extern void atmos_acia[];
+extern void atmos_240_200_2[]; /* Referred to by tgi_static_stddrv[] */
+
+
+
 void __fastcall__ atmos_load(const char* name);
 /* Load Atmos tape. */