]> git.sur5r.net Git - cc65/commitdiff
Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Mar 2012 13:08:54 +0000 (13:08 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Mar 2012 13:08:54 +0000 (13:08 +0000)
function description for functions that don't take any parameters.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5573 b7a2c559-68d2-44c3-8de9-860c34a00d81

53 files changed:
doc/funcref.sgml
libsrc/atmos/clrscr.s
libsrc/c128/get_tv.s
libsrc/c64/get_tv.s
libsrc/cbm/c_acptr.s
libsrc/cbm/c_basin.s
libsrc/cbm/c_clall.s
libsrc/cbm/c_clrch.s
libsrc/cbm/c_iobase.s
libsrc/cbm/c_open.s
libsrc/cbm/c_readst.s
libsrc/cbm/c_unlsn.s
libsrc/cbm/c_untlk.s
libsrc/cbm510/clrscr.s
libsrc/cbm610/get_tv.s
libsrc/common/_heapmaxavail.s
libsrc/common/_heapmemavail.s
libsrc/em/em-kernel.s
libsrc/em/em_commit.s
libsrc/em/em_unload.s
libsrc/joystick/joy-kernel.s
libsrc/joystick/joy_count.s
libsrc/joystick/joy_unload.s
libsrc/mouse/mouse-kernel.s
libsrc/mouse/mouse_buttons.s
libsrc/mouse/mouse_hide.s
libsrc/mouse/mouse_show.s
libsrc/mouse/mouse_unload.s
libsrc/nes/get_tv.s
libsrc/nes/waitvblank.s
libsrc/pet/get_tv.s
libsrc/plus4/get_tv.s
libsrc/serial/ser-kernel.s
libsrc/serial/ser_close.s
libsrc/serial/ser_unload.s
libsrc/tgi/tgi-kernel.s
libsrc/tgi/tgi_clear.s
libsrc/tgi/tgi_done.s
libsrc/tgi/tgi_getaspectratio.s
libsrc/tgi/tgi_getcolor.s
libsrc/tgi/tgi_getcolorcount.s
libsrc/tgi/tgi_getdefpalette.s
libsrc/tgi/tgi_geterror.s
libsrc/tgi/tgi_getmaxcolor.s
libsrc/tgi/tgi_getmaxx.s
libsrc/tgi/tgi_getmaxy.s
libsrc/tgi/tgi_getpagecount.s
libsrc/tgi/tgi_getpalette.s
libsrc/tgi/tgi_getxres.s
libsrc/tgi/tgi_getyres.s
libsrc/tgi/tgi_init.s
libsrc/tgi/tgi_unload.s
libsrc/vic20/get_tv.s

index 45a282d9ea4d0f6269ea8032b96eaaf9c61572b4..a0759c5c617ac3f54e2e28a57d568aaa7778b571 100644 (file)
@@ -728,7 +728,7 @@ allocation functions, or that has been free'd will give unpredicable results.
 <descrip>
 <tag/Function/Return the largest block that is available on the heap.
 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
-<tag/Declaration/<tt/size_t __fastcall__ _heapmaxavail (void);/
+<tag/Declaration/<tt/size_t _heapmaxavail (void);/
 <tag/Description/The function returns the size of the largest block that may
 be allocated from the heap using <tt/<ref id="malloc" name="malloc">/.
 <tag/Availability/cc65
@@ -1841,7 +1841,7 @@ ldiv
 <descrip>
 <tag/Function/Commit changes into extended memory.
 <tag/Header/<tt/<ref id="em.h" name="em.h">/
-<tag/Declaration/<tt/void __fastcall__ em_commit (void);/
+<tag/Declaration/<tt/void em_commit (void);/
 <tag/Description/Commit changes in the memory window to extended storage. If
 the contents of the memory window have been changed, these changes may be lost
 if <tt/<ref id="em_map" name="em_map">/, <tt/<ref id="em_use" name="em_use">/,
@@ -2015,7 +2015,7 @@ loaded.
 <descrip>
 <tag/Function/Return the number of available extended memory pages.
 <tag/Header/<tt/<ref id="em.h" name="em.h">/
-<tag/Declaration/<tt/unsigned __fastcall__ em_pagecount (void);/
+<tag/Declaration/<tt/unsigned em_pagecount (void);/
 <tag/Description/The function returns the size of the extended memory supported
 by the driver in 256 byte pages.
 <tag/Limits/<itemize>
@@ -2036,7 +2036,7 @@ by the driver in 256 byte pages.
 <descrip>
 <tag/Function/Uninstall an already loaded extended memory driver.
 <tag/Header/<tt/<ref id="em.h" name="em.h">/
-<tag/Declaration/<tt/unsigned char __fastcall__ em_install (void);/
+<tag/Declaration/<tt/unsigned char em_uninstall (void);/
 <tag/Description/The function uninstalls an already loaded extended memory
 driver but doesn't remove it from memory.
 <tag/Limits/<itemize>
@@ -2044,8 +2044,6 @@ driver but doesn't remove it from memory.
 name="em_load_driver">/, <tt/<ref id="em_unload" name="em_unload">/
 should be used instead of <tt/em_uninstall/ so the driver is also removed
 from memory.
-<item>The function is only available as fastcall function, so it may only be
-used in presence of a prototype.
 </itemize>
 <tag/Availability/cc65
 <tag/See also/
@@ -2063,7 +2061,7 @@ used in presence of a prototype.
 <descrip>
 <tag/Function/Unload an extended memory driver.
 <tag/Header/<tt/<ref id="em.h" name="em.h">/
-<tag/Declaration/<tt/unsigned char __fastcall__ em_unload (void);/
+<tag/Declaration/<tt/unsigned char em_unload (void);/
 <tag/Description/The function unloads a loaded extended memory driver and
 frees all memory allocated for the driver.
 <tag/Limits/<itemize>
@@ -3008,7 +3006,7 @@ used in presence of a prototype.
 <descrip>
 <tag/Function/Return the number of joysticks supported by the current driver.
 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
-<tag/Declaration/<tt/unsigned char __fastcall__ joy_count (void);/
+<tag/Declaration/<tt/unsigned char joy_count (void);/
 <tag/Description/The function returns a the number of joysticks supported
 by the current joystick driver.
 <tag/Limits/<itemize>
@@ -3016,8 +3014,6 @@ by the current joystick driver.
 name="joy_load_driver"> before calling this function.
 <item>The function returns the number of joysticks supported by the driver.
 There's no way to check for the number of actually connected joysticks.
-<item>The function is only available as fastcall function, so it may only be
-used in presence of a prototype.
 </itemize>
 <tag/Availability/cc65
 <tag/See also/
@@ -3108,15 +3104,13 @@ used in presence of a prototype.
 <descrip>
 <tag/Function/Uninstall the current joystick driver.
 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
-<tag/Declaration/<tt/unsigned char __fastcall__ joy_uninstall (void);/
+<tag/Declaration/<tt/unsigned char joy_uninstall (void);/
 <tag/Description/The function uninstalls the currently installed joystick
 driver. It does not remove the driver from memory. The function returns an
 error code, which is <tt/JOY_ERR_OK/ if the driver was successfully uninstalled.
 <tag/Limits/<itemize>
 <item>A joystick driver must be installed using <ref id="joy_install"
 name="joy_install"> before calling this function.
-<item>The function is only available as fastcall function, so it may only be
-used in presence of a prototype.
 </itemize>
 <tag/Availability/cc65
 <tag/See also/
@@ -3134,15 +3128,13 @@ used in presence of a prototype.
 <descrip>
 <tag/Function/Uninstall, then unload the current joystick driver.
 <tag/Header/<tt/<ref id="joystick.h" name="joystick.h">/
-<tag/Declaration/<tt/unsigned char __fastcall__ joy_unload (void);/
+<tag/Declaration/<tt/unsigned char joy_unload (void);/
 <tag/Description/The function uninstalls the currently installed joystick
 driver and removes it from memory. An error code is returned, which is
 <tt/JOY_ERR_OK/ if the driver was successfully uninstalled.
 <tag/Limits/<itemize>
 <item>A joystick driver must be loaded using <ref id="joy_load_driver"
 name="joy_load_driver"> before calling this function.
-<item>The function is only available as fastcall function, so it may only be
-used in presence of a prototype.
 </itemize>
 <tag/Availability/cc65
 <tag/See also/
@@ -3540,14 +3532,10 @@ used in presence of a prototype.
 <descrip>
 <tag/Function/Return a bit mask encoding the state of the mouse buttons.
 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
-<tag/Declaration/<tt/unsigned char __fastcall__ mouse_buttons (void);/
+<tag/Declaration/<tt/unsigned char mouse_buttons (void);/
 <tag/Description/The function returns a bit mask that encodes the state of the
 mouse buttons. You may use the <tt/MOUSE_BTN_XXX/ flags to decode the function
 return value.
-<tag/Limits/<itemize>
-<item>The function is only available as fastcall function, so it may only be
-used in presence of a prototype.
-</itemize>
 <tag/Availability/cc65
 <tag/See also/
 <ref id="mouse_info" name="mouse_info">,
@@ -3588,16 +3576,12 @@ used in presence of a prototype.
 <descrip>
 <tag/Function/Hide the mouse pointer.
 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
-<tag/Declaration/<tt/void __fastcall__ mouse_hide (void);/
+<tag/Declaration/<tt/void mouse_hide (void);/
 <tag/Description/The function hides the mouse pointer. It manages a counter
 that is shared between <tt/<ref id="mouse_show" name="mouse_show">/ and
 <tt/mouse_hide/ so that every call call to <tt/mouse_hide/ must be followed by
 a call to <tt/<ref id="mouse_show" name="mouse_show">/ to make the mouse cursor
 visible.
-<tag/Limits/<itemize>
-<item>The function is only available as fastcall function, so it may only be
-used in presence of a prototype.
-</itemize>
 <tag/Availability/cc65
 <tag/See also/
 <ref id="mouse_show" name="mouse_show">
@@ -3777,15 +3761,11 @@ used in presence of a prototype.
 <descrip>
 <tag/Function/Show the mouse pointer.
 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
-<tag/Declaration/<tt/void __fastcall__ mouse_show (void);/
+<tag/Declaration/<tt/void mouse_show (void);/
 <tag/Description/The function shows the mouse pointer. It manages a counter
 that is shared between <tt/<ref id="mouse_hide" name="mouse_hide">/ and
 <tt/mouse_show/. The mouse cursor is visible if there was one more call to
 <tt/mouse_show/ than to <tt/<ref id="mouse_hide" name="mouse_hide">/.
-<tag/Limits/<itemize>
-<item>The function is only available as fastcall function, so it may only be
-used in presence of a prototype.
-</itemize>
 <tag/Availability/cc65
 <tag/See also/
 <ref id="mouse_hide" name="mouse_hide">
@@ -3800,7 +3780,7 @@ used in presence of a prototype.
 <descrip>
 <tag/Function/Uninstall an already loaded mouse driver.
 <tag/Header/<tt/<ref id="mouse.h" name="mouse.h">/
-<tag/Declaration/<tt/unsigned char __fastcall__ mouse_install (void);/
+<tag/Declaration/<tt/unsigned char mouse_uninstall (void);/
 <tag/Description/The function uninstalls an already loaded mouse driver but
 don't removes it from memory.
 <tag/Limits/<itemize>
@@ -3808,8 +3788,6 @@ don't removes it from memory.
 name="mouse_load_driver">/, <tt/<ref id="mouse_unload" name="mouse_unload">/
 should be used instead of <tt/mouse_uninstall/ so the driver is also removed
 from memory.
-<item>The function is only available as fastcall function, so it may only be
-used in presence of a prototype.
 </itemize>
 <tag/Availability/cc65
 <tag/See also/
@@ -4531,12 +4509,8 @@ be used in presence of a prototype.
 <descrip>
 <tag/Function/Uninstall the currently loaded driver but do not unload it.
 <tag/Header/<tt/<ref id="serial.h" name="serial.h">/
-<tag/Declaration/<tt/void __fastcall__ ser_uninstall (void);/
+<tag/Declaration/<tt/void ser_uninstall (void);/
 <tag/Description/Uninstall the currently loaded driver but do not unload it.
-<tag/Limits/<itemize>
-<item>The function is only available as fastcall function, so it may only
-be used in presence of a prototype.
-</itemize>
 <tag/Availability/cc65
 <tag/See also/Other serial functions.
 <tag/Example/None.
index 7402356368f2c12e86c051dd53d8c9748c9b0326..4f9a3486aba46bbcd6a1896c26c7b8241381f677 100644 (file)
@@ -8,7 +8,7 @@
        .include        "atmos.inc"
 
 ; ------------------------------------------------------------------------
-; void __fastcall__ clrscr (void);
+; void clrscr (void);
 
 .proc  _clrscr
 
index c62de3ead163e6beeb74930d33f1a30ccc0533e0..084876d1162dca02bb357fb4d7601ac2a4063c97 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2002-12-03
 ;
-; unsigned char __fastcall__ get_tv (void);
+; unsigned char get_tv (void);
 ; /* Return the video mode the machine is using */
 ;
 
@@ -23,5 +23,3 @@ pal:    txa
         rts
 
 .endproc
-
-
index 0b9494ea68d5d037d399e66cdaffac76ea57be80..97d53b698e3113834579fe8470d600ee8d004758 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2002-12-03
 ;
-; unsigned char __fastcall__ get_tv (void);
+; unsigned char get_tv (void);
 ; /* Return the video mode the machine is using */
 ;
 
@@ -18,5 +18,3 @@
         rts
 
 .endproc
-
-
index e5c9852b6abcb73108bae7d0a2939c4e44efa4ee..162ae84e8744ef65f80d5c79c1bf59f6e3b3cc42 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; unsigned char __fastcall__ cbm_acptr (void);
+; unsigned char cbm_acptr (void);
 ;
 
                .export         _cbm_acptr
@@ -12,5 +12,3 @@ _cbm_acptr:
        jsr     ACPTR
        ldx     #0
        rts
-
-
index 5dc0c0f6615a5e7e72a782e92a0a6561a7c87516..9b2a985df3a72a7b6b066bbf8d4fec61a0de54f0 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; unsigned char __fastcall__ cbm_k_basin (void);
+; unsigned char cbm_k_basin (void);
 ;
 
        .export         _cbm_k_basin
index b062c6ff38e8b4e3b68c9c277c68a462a84df4c0..e4d8646928a56b7b3849f1cd8154f3b56be58c5f 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; void __fastcall__ cbm_clall (void);
+; void cbm_clall (void);
 ;
 
                .export         _cbm_clall
@@ -9,5 +9,3 @@
 
 
 _cbm_clall = CLALL
-
-
index 7750fd8112d7b2518b19ecb1292e5ee70700a42d..d2ef11c601b57b79df908513037b814325f68c46 100644 (file)
@@ -1,11 +1,10 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; void __fastcall__ cbm_k_clrch (void);
+; void cbm_k_clrch (void);
 ;
 
                .export         _cbm_k_clrch
         .import         CLRCH
 
 _cbm_k_clrch = CLRCH
-
index 2780b0ca34a0d5e97e70308860046b2e4d711251..942fd479aa02d76a365f356529de1c9fdb063144 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; unsigned __fastcall__ cbm_iobase (void);
+; unsigned cbm_iobase (void);
 ;
 
                .export         _cbm_iobase
@@ -15,5 +15,3 @@ _cbm_iobase:
        tax
        pla
        rts
-
-
index b8f9527814aca1de6211c959b07909379ab9b4a1..9a1e08f919c2c4f8cfe50094e432bbf2b858f1bd 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; unsigned char __fastcall__ cbm_k_open (void);
+; unsigned char cbm_k_open (void);
 ;
 
                .export         _cbm_k_open
index 4aeab41b3fdba08e17822132d351a8d83f1c21c8..6e4f02dea41740a30c6b25759e74f48e1e13c6ea 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; unsigned char __fastcall__ cbm_k_readst (void);
+; unsigned char cbm_k_readst (void);
 ;
 
        .export         _cbm_k_readst
index 1b48cf9abacd2ceccaab4d0aeb72411eca50129d..d93102f86c6b28d8c4c6231a6f9ea3eddffb3221 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; void __fastcall__ cbm_unlsn (void);
+; void cbm_unlsn (void);
 ;
 
                .export         _cbm_unlsn
@@ -9,8 +9,3 @@
 
 
 _cbm_unlsn = UNLSN
-
-
-
-
-
index b45997bb3547e73fa9b27fe4e997b6522faca5ea..6a309406c205b070e2f315ca237e337462e5f323 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; void __fastcall__ cbm_untlk (void);
+; void cbm_untlk (void);
 ;
 
                .export         _cbm_untlk
@@ -9,5 +9,3 @@
 
 
 _cbm_untlk = UNTLK
-
-
index 8025a30c1ff4af31fb0f0e210d080b2d26cce61f..0a1ef3aaa38c7e3b5fd6131bbf94e99749e556fc 100644 (file)
@@ -9,7 +9,7 @@
         .include        "extzp.inc"
 
 ; ------------------------------------------------------------------------
-; void __fastcall__ clrscr (void);
+; void clrscr (void);
 
 .proc  _clrscr
 
index 044ee05432c29d94377782fab9658ab7852b91d6..2edc0539960f4814d8460fa521dacdd7b5763aaa 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Stefan Haubenthal, 2009-08-02
 ;
-; unsigned char __fastcall__ get_tv (void);
+; unsigned char get_tv (void);
 ; /* Return the video mode the machine is using */
 ;
 
index a606904ef36987fb4488a260f73b2bf35b73122d..1fe5e0606811be62dc166c7c4f9cfe27daa1d80c 100644 (file)
@@ -3,7 +3,7 @@
 ;
 ; Return the size of the largest free block on the heap.
 ;
-; size_t __fastcall__ _heapmaxavail (void);
+; size_t _heapmaxavail (void);
 ;
 ;
                             
@@ -74,4 +74,3 @@ __heapmaxavail:
 @L3:    lda     ptr2
         ldx     ptr2+1
         rts
-
index 5c94305e4a9968f06ad004d968f3a768d967ef47..b7a05a087acba309dc6cab45515c666d4d99f8f7 100644 (file)
@@ -3,7 +3,7 @@
 ;
 ; Return the amount of free memory on the heap.
 ;
-; size_t __fastcall__ _heapmemavail (void);
+; size_t _heapmemavail (void);
 ;
 ;
 
@@ -76,6 +76,3 @@ __heapmemavail:
         lda     ptr2
 
         rts
-
-
-
index 1c9591e28d9b2c9b97c60c98a37a5a825504048c..7f15d258fa118f3de4e08c6d81353276a6a75f4a 100644 (file)
@@ -84,7 +84,7 @@ copy:   lda     (ptr1),y
         rts
 
 ;----------------------------------------------------------------------------
-; unsigned char __fastcall__ em_uninstall (void);
+; unsigned char em_uninstall (void);
 ; /* Uninstall the currently loaded driver and return an error code.
 ;  * Note: This call does not free allocated memory.
 ;  */
@@ -99,4 +99,3 @@ em_clear_ptr:                           ; External entry point
 
         tax
         rts                             ; Return zero
-
index 0b8590179c463a80d5853a2615dca4d45dc27c72..a7d235c3f7dc7703fea599d8577edf8c9fa7211e 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2002-12-01
 ;
-; void __fastcall__ em_commit (void);
+; void em_commit (void);
 ; /* Commit changes in the memory window to extended storage. If the contents
 ;  * of the memory window have been changed, these changes may be lost if
 ;  * em_map, em_copyfrom or em_copyto are called without calling em_commit
@@ -12,5 +12,3 @@
         .include        "em-kernel.inc"
 
                _em_commit      = emd_commit            ; Use driver entry
-
-                                   
index d5ce35e9e67571ff74108385eff665a020841664..74ee2f92a6869af203455812b633ea55d8d5141d 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2002-11-29
 ;
-; unsigned char __fastcall__ em_unload (void);
+; unsigned char em_unload (void);
 ; /* Unload the currently loaded driver. */
 
 
@@ -28,4 +28,3 @@ no_driver:
        tax                             ; X = 0
        lda     #EM_ERR_NO_DRIVER
        rts
-
index d863b9c3da63617cd93960e602d85fabdca7322a..46bf3fdaffd2dd452eaf5ffabf21c296dae4fd16 100644 (file)
@@ -104,7 +104,7 @@ set:    sta     joy_vectors,x
         rts
 
 ;----------------------------------------------------------------------------
-; unsigned char __fastcall__ joy_uninstall (void);
+; unsigned char joy_uninstall (void);
 ; /* Uninstall the currently loaded driver. Note: This call does not free
 ;  * allocated memory.
 ;  */
@@ -122,4 +122,3 @@ _joy_clear_ptr:                         ; External entry point
 
         tax                             ; Return zero
         rts
-
index c8b2b832574f9eebfc46540f0de00622c614bfe5..753368d42f948d016a156d57ef12a61073749d62 100644 (file)
@@ -1,12 +1,10 @@
 ;
 ; Ullrich von Bassewitz, 2002-12-20
 ;
-; unsigned char __fastcall__ joy_count (void);
+; unsigned char joy_count (void);
 ; /* Return the number of joysticks supported by the driver */
 ;
 
         .include        "joy-kernel.inc"
 
                _joy_count      = joy_count             ; Use driver entry
-
-
index f9aa701ee3045c7aec5302025d4c23fe345b02a5..9b85abd26841c1d7ec9bbe103e0a573910595050 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2002-11-29
 ;
-; unsigned char __fastcall__ joy_unload (void);
+; unsigned char joy_unload (void);
 ; /* Unload the currently loaded driver. */
 
 
@@ -35,5 +35,3 @@ no_driver:
         pla                             ; Remove pushed junk
        lda     #JOY_ERR_NO_DRIVER
        rts
-
-
index b8d1db185eecf6f20f686281e8d5948579c2b142..8844ba506a5367c77163743fe7d489145f4900e8 100644 (file)
@@ -156,7 +156,7 @@ copycb: lda     (sreg),y
         rts
 
 ;----------------------------------------------------------------------------
-; unsigned char __fastcall__ mouse_uninstall (void);
+; unsigned char mouse_uninstall (void);
 ; /* Uninstall the currently loaded driver. Returns an error code. */
 
 _mouse_uninstall:
@@ -182,5 +182,3 @@ _mouse_clear_ptr:                       ; External entry point
 
         tax
         rts                             ; Return zero
-
-
index 7c8bbfe242e5d69475ce56499018d3badaa05431..459c0a8e614227579433a30de8d5a0fc792c3aa4 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2003-12-30
 ;
-; unsigned char __fastcall__ mouse_buttons (void);
+; unsigned char mouse_buttons (void);
 ; /* Return a bit mask encoding the states of the mouse buttons. Use the
 ;  * MOUSE_BTN_XXX flags to decode a specific button.
 ;  */
@@ -10,5 +10,3 @@
         .include        "mouse-kernel.inc"
 
         _mouse_buttons  = mouse_buttons ; Call driver directly
-
-
index f845db360ec9e9d242ad645bfb1720dd39ac71a2..e50a12a8be0b916211e8fd5238d2de07aeca65eb 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2003-12-30
 ;
-; void __fastcall__ mouse_hide (void);
+; void mouse_hide (void);
 ; /* Hide the mouse. The function manages a counter and may be called more than
 ;  * once. For each call to mouse_hide there must be a call to mouse_show to make
 ;  * the mouse visible again.
@@ -19,5 +19,3 @@
        rts
 
 .endproc
-
-
index 5cb905a061972a64c51d4ee7fd20a33da4c31a22..3941e9dc95b5860268da6dbd3f4b777759aeb3a1 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2003-12-30
 ;
-; void __fastcall__ mouse_show (void);
+; void mouse_show (void);
 ; /* Show the mouse. See mouse_hide for more information. */
 ;
 
@@ -17,5 +17,3 @@
 @L1:   rts
 
 .endproc
-
-
index 59ec94949ab488f674662413ee557542e14eb980..99745128398412b053671c50c7f169aae91a9c07 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2004-03-21
 ;
-; unsigned char __fastcall__ mouse_unload (void);
+; unsigned char mouse_unload (void);
 ; /* Uninstall, then unload the currently loaded driver. */
 
 
@@ -33,4 +33,3 @@ no_driver:
         pla                             ; Remove pushed junk
        lda     #<MOUSE_ERR_NO_DRIVER
        rts
-
index a82953c815b8558339f96b076ea508deb9ce6eb3..8d2c313b7c31c3180dad490d892b13e003affd53 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Stefan Haubenthal, 2007-01-21
 ;
-; unsigned char __fastcall__ get_tv (void);
+; unsigned char get_tv (void);
 ; /* Return the video mode the machine is using */
 ;
 
index a54607092d3aefdf8d665a0d9d757282acc1404c..373a8462916bbe95df9f4d30ee1d9bf7c72ee022 100644 (file)
@@ -2,7 +2,7 @@
 ; Written by Groepaz/Hitmen <groepaz@gmx.net>
 ; Cleanup by Ullrich von Bassewitz <uz@cc65.org>
 ;
-; void __fastcall__ waitvblank(void);
+; void waitvblank(void);
 ;
 
        .export _waitvblank
@@ -16,5 +16,3 @@ wait:   lda     PPU_STATUS
         rts
 
 .endproc
-
-
index 07e1fccadddaaddaac11bcedd256d5b09892a8f3..8ac4377dc9d83226450087746e88e4f8c1aa85fb 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2004-10-26
 ;
-; unsigned char __fastcall__ get_tv (void);
+; unsigned char get_tv (void);
 ; /* Return the video mode the machine is using */
 ;
 
@@ -18,5 +18,3 @@
         rts
 
 .endproc
-
-
index 84f09b12cf6247e0b93b2bd0d8d54daf419f22ab..fb696020f0b4ef37cc7d6d5765db3f2081879fdc 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2002-12-03
 ;
-; unsigned char __fastcall__ get_tv (void);
+; unsigned char get_tv (void);
 ; /* Return the video mode the machine is using */
 ;
 
@@ -23,5 +23,3 @@ pal:    txa
         rts
 
 .endproc
-
-
index d666e94521e6f515c8221ecf6429309fe855b31c..d96f8306a1cbbb30018bf119ad94f99143d1964e 100644 (file)
@@ -92,7 +92,7 @@ copy:   lda     (ptr1),y
         rts
 
 ;----------------------------------------------------------------------------
-; unsigned char __fastcall__ ser_uninstall (void);
+; unsigned char ser_uninstall (void);
 ; /* Uninstall the currently loaded driver and return an error code.
 ;  * Note: This call does not free allocated memory.
 ;  */
@@ -110,4 +110,3 @@ _ser_clear_ptr:                         ; External entry point
 
         tax
         rts                             ; Return zero
-
index b49419a49c0de42e95ab6b032809a453a2addec9..0fcc24c601ff69e846a3d58d936a07e5a6724a55 100644 (file)
@@ -1,12 +1,10 @@
 ;
 ; Ullrich von Bassewitz, 2003-08-22
 ;
-; unsigned char __fastcall__ ser_close (void);
+; unsigned char ser_close (void);
 ; /* "Close" the port. Clear buffers and and disable interrupts. */
 
 
         .include        "ser-kernel.inc"
 
         _ser_close      = ser_close
-
-                                   
index 325c3d6673c9713f4e3fe27b7aca77f9a59cb176..c97a4b3d3c5fa1c6a89419be1e92247ffe715f8f 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2003-04-15
 ;
-; unsigned char __fastcall__ ser_unload (void);
+; unsigned char ser_unload (void);
 ; /* Unload the currently loaded driver. */
 
 
@@ -35,4 +35,3 @@ no_driver:
         pla                             ; Remove pushed junk
        lda     #<SER_ERR_NO_DRIVER
        rts
-
index c2e3f565da561a4eb3213e7362d1827e500a43e3..74995412a3d4731131e0518814b78a5a955d1ebb 100644 (file)
@@ -186,7 +186,7 @@ tgi_set_ptr:
         rts
 
 ;----------------------------------------------------------------------------
-; void __fastcall__ tgi_uninstall (void);
+; void tgi_uninstall (void);
 ; /* Uninstall the currently loaded driver but do not unload it. Will call
 ;  * tgi_done if necessary.
 ;  */
@@ -207,6 +207,3 @@ _tgi_uninstall:
         sta     _tgi_error
 
         rts
-
-
-
index 7c4bd0be930ec071d2a00bcc2bc5f504fa687393..5058f0a85de18c14c6e3e2dbaf9e4c22832e2931 100644 (file)
@@ -1,15 +1,9 @@
 ;
 ; Ullrich von Bassewitz, 21.06.2002
 ;
-; void __fastcall__ tgi_clear (void);
+; void tgi_clear (void);
 ; /* Clear the drawpage */
 
         .include        "tgi-kernel.inc"
 
 _tgi_clear      = tgi_clear               ; Call the driver
-
-
-
-
-
-
index a5d1dce7a7315220e633fbaa830c792596fe6837..8c25677927ba977caa6fff15d8f46f95d7b014d4 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 21.06.2002
 ;
-; void __fastcall__ tgi_done (void);
+; void tgi_done (void);
 ; /* End graphics mode, switch back to text mode. Will NOT unload the driver! */
 
         .include        "tgi-kernel.inc"
@@ -17,4 +17,3 @@
 @L1:    rts
 
 .endproc
-
index 9c439953c8d47c87ec5d0c1af4c15a411a7c50d9..f6081b1eecbd4f6cc69affd91c6c8ffe41a88f1f 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2011-05-01
 ;
-; unsigned __fastcall__ tgi_getaspectratio (void);
+; unsigned tgi_getaspectratio (void);
 ; /* Returns the aspect ratio for the loaded driver. The aspect ratio is an
 ;  * 8.8 fixed point value.
 ;  */
@@ -16,4 +16,3 @@
         rts
 
 .endproc
-
index 9169b5423623e4c9b44450afe8cd7b54f56c99d1..c1c0022d0388a75a63b0db5b34137f70fb476cd6 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 22.06.2002
 ;
-; unsigned char __fastcall__ tgi_getcolor (void);
+; unsigned char tgi_getcolor (void);
 ; /* Return the current drawing color */
 
 
index ae34220fdd881956f7862a3cf8c0f2e270b2eb3d..b7a3562c724206151031d6ed0c86e9ddab39755d 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 22.06.2002
 ;
-; unsigned char __fastcall__ tgi_getcolorcount (void);
+; unsigned char tgi_getcolorcount (void);
 ; /* Get the number of available colors */
 
         .include        "tgi-kernel.inc"
@@ -13,4 +13,3 @@
         rts
 
 .endproc
-
index 8b0325728b7734de5d79aa48976807985c3ec2e5..a953013892a4d183059aa2d6a3ae89c132eafeb9 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 23.06.2002
 ;
-; const unsigned char* __fastcall__ tgi_getdefpalette (void);
+; const unsigned char* tgi_getdefpalette (void);
 ; /* Return the default palette. Will return NULL for drivers that do not
 ;  * support palettes.
 ;  */
@@ -10,5 +10,3 @@
         .include        "tgi-kernel.inc"
 
 _tgi_getdefpalette      =       tgi_getdefpalette       ; Call the driver
-
-
index c2426158bf514f312254b800811273f93decd156..c34b08ba9432990bb5e55874bcd69ba33001f82d 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 21.06.2002
 ;
-; unsigned char __fastcall__ tgi_geterror (void);
+; unsigned char tgi_geterror (void);
 ; /* Return the error code for the last operation. This will also clear the
 ;  * error.
 ;  */
@@ -22,4 +22,3 @@
 @L2:    rts
 
 .endproc
-
index 2e2b2ad0e8332cb092a81f559e60dbfa963d9a33..d10ac0e3fbeedc0349d8a1aae81021bdb20fdf79 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 22.06.2002
 ;
-; unsigned char __fastcall__ tgi_getmaxcolor (void);
+; unsigned char tgi_getmaxcolor (void);
 ; /* Return the maximum supported color number (the number of colors would
 ;  * then be getmaxcolor()+1).
 ;  */
@@ -18,4 +18,3 @@
         rts
 
 .endproc
-
index c6300a2877095c8892cfa5363a095b1d4079a099..ccf0eb8d59023e0dae490ea4899983d1ade2a1ff 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 21.06.2002
 ;
-; unsigned __fastcall__ tgi_getmaxx (void);
+; unsigned tgi_getmaxx (void);
 ; /* Return the maximum x coordinate. The resolution in x direction is
 ;  * getmaxx() + 1
 ;  */
@@ -16,5 +16,3 @@
         rts
 
 .endproc
-
-
index 5dbddf1b204f7e107f973463e8e8402a0820bcf2..3fc7bdb863736a056d251ade80cc61f0687f1d35 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 21.06.2002
 ;
-; unsigned __fastcall__ tgi_getmaxy (void);
+; unsigned tgi_getmaxy (void);
 ; /* Return the maximum y coordinate. The resolution in y direction is
 ;  * getmaxy() + 1
 ;  */
@@ -15,4 +15,3 @@
         rts
 
 .endproc
-
index 777b92c2d5e166def0836957c788c9b40a796577..ddca30ea95c07a80d815b5421ea830db763052fe 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 23.06.2002
 ;
-; unsigned __fastcall__ tgi_getpagecount (void);
+; unsigned tgi_getpagecount (void);
 ; /* Returns the number of screen pages available. */
 ;
 
@@ -14,4 +14,3 @@
         rts
 
 .endproc
-
index ec64ffbc41107265089cb1a3fe212bcf7f58427e..a91aefb71bf162b34834b30064bdb957d717017e 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 23.06.2002
 ;
-; const unsigned char* __fastcall__ tgi_getpalette (void);
+; const unsigned char* tgi_getpalette (void);
 ; /* Return the current palette. Will return NULL for drivers that do not
 ;  * support palettes.
 ;  */
@@ -10,5 +10,3 @@
         .include        "tgi-kernel.inc"
 
 _tgi_getpalette         =       tgi_getpalette          ; Call the driver
-
-
index 62f828c609168a4bd5a5fa9249a8aff1afa7e958..4636b900a4f7196487f4955a6287fcf844a2eb31 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 21.06.2002
 ;
-; unsigned __fastcall__ tgi_getxres (void);
+; unsigned tgi_getxres (void);
 ; /* Return the resolution in X direction */
 
 
@@ -14,4 +14,3 @@
         rts
 
 .endproc
-
index d018a39285a8bd36c04a6cbf87423b0855b34f98..8bd182cb146a41d809eb43aee106b58ce9552747 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 21.06.2002
 ;
-; unsigned __fastcall__ tgi_getyres (void);
+; unsigned tgi_getyres (void);
 ; /* Return the resolution in Y direction */
 
 
@@ -14,4 +14,3 @@
         rts
 
 .endproc
-
index 2100d06e131f6a95d7ca24053c4f689d3565f89b..44ab3d5215d950153d83ab16f6d63a90efd81a09 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 21.06.2002
 ;
-; void __fastcall__ tgi_init (void);
+; void tgi_init (void);
 ; /* Initialize the already loaded graphics driver */
 
 
@@ -72,5 +72,3 @@
 @L9:    rts
 
 .endproc
-
-
index 66a318fcd257b2e9177580c1d38144fb95fe5e6c..1012969d2936bb6a189c8718b9809a1a5bffd833 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 21.06.2002
 ;
-; void __fastcall__ tgi_unload (void);
+; void tgi_unload (void);
 ; /* Unload the currently loaded driver. */
 
 
@@ -32,5 +32,3 @@ no_driver:
         lda     #<TGI_ERR_NO_DRIVER
         sta     _tgi_error
         rts
-
-
index f1e3260ae0d13f3282113ca662290ef25eda19f5..df75814d9bb23e010cd4de27f23ab3b15ec2d525 100644 (file)
@@ -2,7 +2,7 @@
 ; Stefan Haubenthal, 2004-10-07
 ; Based on code from Pu-239
 ;
-; unsigned char __fastcall__ get_tv (void);
+; unsigned char get_tv (void);
 ; /* Return the video mode the machine is using */
 ;