Commit Graph

  • 6f52726647 Allow any number of optional braces around all initializers as required by the standard cuz 2003-03-16 14:31:48 +00:00
  • 59bf8611c0 Added signal-test.c cuz 2003-03-16 14:27:24 +00:00
  • 404855226c fixes for GEOS structures, initialized menu/icontabs finally are possible izydorst 2003-03-15 22:39:16 +00:00
  • 2cad9e701b Fix problem with signal.o/raise.o/sigtab.o cuz 2003-03-14 11:12:38 +00:00
  • 13ff905946 Signals implemented cuz 2003-03-14 00:09:21 +00:00
  • 7e4ac2c687 Make fputs __fastcall__ cuz 2003-03-14 00:08:54 +00:00
  • 722581ecee Reset signal handler to SIG_DFL on a call to raise() cuz 2003-03-14 00:08:35 +00:00
  • c556f14e66 Add signal() and raise() cuz 2003-03-14 00:02:58 +00:00
  • a39db251a2 Make fputs __fastcall__ cuz 2003-03-14 00:02:47 +00:00
  • 06c1fafdcd Raise SIGABRT cuz 2003-03-14 00:02:31 +00:00
  • e39b1c963e Don't add a mode when opening files for reading cuz 2003-03-13 23:09:53 +00:00
  • c8d76046cb Added better error recovery cuz 2003-03-13 12:35:54 +00:00
  • 467d8ad9c5 Added routines to handle command line params cuz 2003-03-10 21:21:46 +00:00
  • 065b8f2596 If main() takes arguments, generate a forced import to a special module constructor which will setup command line arguments. cuz 2003-03-07 12:41:47 +00:00
  • 9257570050 New module cuz 2003-03-07 11:53:17 +00:00
  • 2be826ded6 Remove debugging printf's cuz 2003-03-07 11:51:28 +00:00
  • 2c4652f58e Added .FORCEIMPORT cuz 2003-03-07 11:42:26 +00:00
  • b06d37d809 Added new .FORCEIMPORT pseudo op cuz 2003-03-07 11:33:14 +00:00
  • d5d0d65cd6 cr/lf hell fixed izydorst 2003-03-07 00:31:51 +00:00
  • 14b402ab7e fixed return code for _rs232_init cpg 2003-03-07 00:19:22 +00:00
  • 295631d06b added RS_ERR_INIT_FAILED cpg 2003-03-07 00:12:28 +00:00
  • 86fc9504a9 added RS_ERR_INIT_FAILED cpg 2003-03-07 00:04:19 +00:00
  • e925aa27ee Improve error recovery cuz 2003-03-06 12:12:25 +00:00
  • 0ae6ab57ae Last fix was wrong cuz 2003-03-04 11:02:11 +00:00
  • c008e555b2 Fixed a bug in sign extension of constant values cuz 2003-03-04 10:46:27 +00:00
  • 0fd653c416 .incbin did not honor the include search path cuz 2003-02-26 23:17:42 +00:00
  • f80a5148bd Fixed problem with array forward decl cuz 2003-02-19 22:58:13 +00:00
  • bf2fa975bd Added S. Judd cuz 2003-02-16 19:10:31 +00:00
  • a077259d2e cbm510zp -> extzp cuz 2003-02-16 15:39:32 +00:00
  • 30223f3ec4 Copy cbm510 joystick drivers cuz 2003-02-16 14:43:18 +00:00
  • b48ba7cbd1 Add new sample code contributed by Greg King cuz 2003-02-16 14:43:00 +00:00
  • 397c068cfb Moved additional zero page locations into EXTZP segment so they are usable inside modules. Removed readjoy.s and added a loadable joystick driver instead. cuz 2003-02-16 14:41:12 +00:00
  • 0c0e27fa02 Renamed geoszp.s -> extzp.s cuz 2003-02-16 14:33:23 +00:00
  • a9899eba15 Added a new extended (and machine specific) zeropage segment named EXTZP. Renamed GEOSZP to EXTZP. Added a --dump-config command that dumps a builtin linker config. cuz 2003-02-16 14:32:13 +00:00
  • 2a567c4a32 Removed an unused constant. Added an empty EXTZP segment. cuz 2003-02-16 14:31:03 +00:00
  • 46c3f0249d Renamed the GEOSZP segment to EXTZP since it is now standard for all targets. Renamed geoszp.s -> extzp.s. Removed empty GEOSZP segment from crt0.s since runtime/zeropage.s does now contain such an empty decl. cuz 2003-02-16 14:30:27 +00:00
  • d7257fb5bd removed obsolete readjoy function (replaced by modular joystick driver - both static and dynamic) izydorst 2003-02-14 15:33:47 +00:00
  • 75e2ff1cec Added fast(), slow() and c64mode() cuz 2003-02-13 21:35:41 +00:00
  • 8c7400c26e Added fast(), slow() and c64mode() cuz 2003-02-13 21:29:12 +00:00
  • 332c37fa04 Added toggle_videomode cuz 2003-02-13 21:15:56 +00:00
  • 85f51dc89a New function toggle_videomode cuz 2003-02-13 21:12:11 +00:00
  • c6cf5d7fd9 Minor cleanup cuz 2003-02-12 23:15:34 +00:00
  • e1085adfc3 Add co65 options cuz 2003-02-12 21:03:09 +00:00
  • 2bbd7ddbcb Added more functions cuz 2003-02-12 20:53:51 +00:00
  • fff5fe59e6 Fixed a typo cuz 2003-02-12 19:56:00 +00:00
  • 4af023a180 Add more co65 options cuz 2003-02-12 14:40:00 +00:00
  • dd28756ab8 Working cuz 2003-02-12 12:51:32 +00:00
  • ee9aa47e60 First doc version for the co65 utility cuz 2003-02-12 12:48:26 +00:00
  • 686f267324 Working cuz 2003-02-11 22:40:56 +00:00
  • 631aeb2a8d Working cuz 2003-02-11 22:33:12 +00:00
  • 606e81df3d Fix memory area start symbol cuz 2003-02-11 12:51:37 +00:00
  • 11e16317b3 Renamed DEINSTALL -> UNINSTALL, fixed a comment cuz 2003-02-11 12:43:00 +00:00
  • e3faea3fa2 Renamed DEINSTALL -> UNINSTALL cuz 2003-02-11 12:42:22 +00:00
  • 23fc9ab74c Fixed a comment cuz 2003-02-11 12:40:32 +00:00
  • 8ecdf9d6b7 Renamed ..._deinstall -> ..._uninstall. Rename tgi_setup to tgi_install. Make tgi_install and tgi_deinstall user callable. More cosmetic changes. cuz 2003-02-11 12:37:46 +00:00
  • 6410c0d55a Removed an unused label cuz 2003-02-11 12:36:18 +00:00
  • 9896ca7bf1 Added missing install command cuz 2003-02-10 23:20:11 +00:00
  • b7c44015f7 Add co65 utility cuz 2003-02-10 23:14:23 +00:00
  • ca71d94e00 Renamed _em_deinstall -> _em_uninstall, emd_deinstall -> emd_uninstall. Make _em_install and _em_uninstall user callable. cuz 2003-02-10 23:01:13 +00:00
  • 97e7ce86ae Added comment cuz 2003-02-10 23:00:16 +00:00
  • 993f6a5a16 Renamed DEINSTALL to UNINSTALL cuz 2003-02-10 22:59:45 +00:00
  • 749298f340 Renamed the DEINSTALL vector to UNINSTALL. Checked/fixed compatibility when linked statically. cuz 2003-02-10 22:57:05 +00:00
  • 2a293bfc6b Renamed DEINSTALL to UNINSTALL. Checked/fixed initialization so that some of the drivers do work now when linked statically. cuz 2003-02-10 22:48:40 +00:00
  • fc353fbd5a Renamed the deinstall vector to uninstall. Make em_install and em_uninstall user callable functions. cuz 2003-02-10 22:31:45 +00:00
  • 9b36efac4c Fixed comments cuz 2003-02-10 22:31:16 +00:00
  • bdf867bd54 Renamed the deinstall vector to uninstall cuz 2003-02-10 22:30:44 +00:00
  • 86c625ad47 Renamed joy_deinstall to joy_uninstall cuz 2003-02-10 22:29:19 +00:00
  • ac4d72a6cf Add co65 cuz 2003-02-10 22:22:53 +00:00
  • ee155a8553 Renamed the DEINSTALL vector to UNINSTALL. Added a comment regarding usage of the driver when it is linked statically to the application. cuz 2003-02-10 22:19:53 +00:00
  • c9f3497367 Renamed DEINSTALL ->UNINSTALL cuz 2003-02-10 22:12:33 +00:00
  • 3aee15b6ce Make joy_install, joy_uninstall user callable functions cuz 2003-02-10 22:11:12 +00:00
  • 0346cf692e Working cuz 2003-02-08 23:00:40 +00:00
  • 061caaca6d New function StrCaseCmp cuz 2003-02-08 22:23:29 +00:00
  • 92b18822fa Bumped the version number cuz 2003-02-08 21:15:43 +00:00
  • b0c86375b8 Fixed generation of o65 timestamp cuz 2003-02-08 21:13:13 +00:00
  • d2aba53527 Fix o65 segment id definitions cuz 2003-02-08 16:50:55 +00:00
  • 5dbc41b0bb Output statistics if -v given cuz 2003-02-08 16:49:48 +00:00
  • 79a2185c42 Added capability to conver o65 object files by using the new co65 utility cuz 2003-02-08 16:48:46 +00:00
  • bbb70a2d47 First import cuz 2003-02-08 16:32:55 +00:00
  • b28cf4cfd8 ValidSegName now defined in segnames.h cuz 2003-02-08 09:54:47 +00:00
  • 07cb34ba61 Move ValidSegName into segnames.c cuz 2003-02-08 09:53:44 +00:00
  • b9e04d5242 Move default segment names into segnames.h cuz 2003-02-08 09:45:15 +00:00
  • 1c5ba2bea5 Use default segment name definitions cuz 2003-02-08 09:40:01 +00:00
  • 800451f1d8 Correct zeropage #def cuz 2003-02-08 09:39:36 +00:00
  • 0c77a8cc34 Define default segment names cuz 2003-02-08 09:37:42 +00:00
  • 0b04a2e823 Use new o65 definitions cuz 2003-02-07 11:03:30 +00:00
  • 3f45fe8bd6 More o65 definitions cuz 2003-02-07 11:03:12 +00:00
  • b8ab2e23e4 Fixed a comment cuz 2003-02-06 21:32:48 +00:00
  • a8810a464d Make sure the zap target is available cuz 2003-02-06 15:35:30 +00:00
  • a5eefc2734 fixed VLIR linker (case when chain length was equal to n*254) izydorst 2003-02-06 02:00:33 +00:00
  • 443efb5f3a fixed value for VLIR record table (points TO the last byte in the sector, not the next one) izydorst 2003-02-06 00:23:37 +00:00
  • 533fb244cc Documented flexible array members cuz 2003-02-05 22:34:27 +00:00
  • f817b05fa9 Allow initialization of flexible array struct members cuz 2003-02-05 22:02:48 +00:00
  • 0166c9f577 more info about loadable modules izydorst 2003-02-05 00:17:10 +00:00
  • 53cf3cafd4 added info about loadable modules support izydorst 2003-02-05 00:10:47 +00:00
  • c123666d24 Added flexible array members for structs cuz 2003-02-03 22:14:20 +00:00
  • d5481ff95b Added Carsten Strotmann cuz 2003-02-02 21:22:08 +00:00
  • c5868d30c0 Fixed a bug cuz 2003-02-02 21:05:39 +00:00
  • 4fe0f3ae3c Added Josef Soucek cuz 2003-02-02 13:20:08 +00:00
  • 90f47ed007 CBM directory routines by Josef Soucek cuz 2003-02-02 13:18:40 +00:00