]> git.sur5r.net Git - cc65/blobdiff - include/cbm.h
Merge pull request #294 from greg-king5/standard-functions
[cc65] / include / cbm.h
index 730b0b49e6f06d5502bb2003b776a92309bdb7ab..701924d5714f9485d3dda640de3602a8442755d8 100644 (file)
@@ -6,7 +6,7 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2012, Ullrich von Bassewitz                                      */
+/* (C) 1998-2015, Ullrich von Bassewitz                                      */
 /*                Roemerstrasse 52                                           */
 /*                D-70794 Filderstadt                                        */
 /* EMail:         uz@cc65.org                                                */
@@ -222,7 +222,7 @@ void cbm_k_unlsn (void);
 
 
 
-unsigned int cbm_load (const char* name, unsigned char device, void* data);
+unsigned int __fastcall__ cbm_load (const char* name, unsigned char device, void* data);
 /* Loads file "name", from given device, to given address -- or, to the load
 ** address of the file if "data" is the null pointer (like load"name",8,1
 ** in BASIC).