Commit Graph

  • 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
  • 70e920f84c Debian changes from Michael Klein cuz 2003-02-02 11:51:30 +00:00
  • 47ce743518 Fixed a bug in JMP (IND) cuz 2003-02-02 11:19:51 +00:00
  • 03aa9332cb Updated the list of bug reporters cuz 2003-02-02 11:18:42 +00:00
  • cecd88d36b Moved conio related files from common/ to conio/ cuz 2003-02-01 21:49:55 +00:00
  • ea85c5b05d tgi_init does no longer take params cuz 2003-02-01 21:48:01 +00:00
  • 88cb1a9fd8 Error message for negative array sizes. Restrucured struct decl parsing code. cuz 2003-02-01 12:39:12 +00:00
  • 7a1a7745eb Fixed the address cuz 2003-02-01 12:38:43 +00:00
  • 581c12ce40 Move _heap.h to the compiler include dir. Create heap.inc and use that from the assembler code. Rename heap related _h... variables to _heap... Add _heapmaxavail and _heapmemavail functions. cuz 2003-02-01 12:22:09 +00:00
  • 8012074ea0 Renamed _hadd to _heapadd cuz 2003-02-01 10:20:35 +00:00
  • 703447dd26 Locals with a qualifier and implicit int type where not parsed correctly cuz 2003-01-28 16:28:41 +00:00
  • 6e6560abd9 Fixed the last fix. Sigh:-( cuz 2003-01-20 21:02:57 +00:00
  • 4ca598de3a Fixed the last fix. Sigh:-( cuz 2003-01-20 20:53:42 +00:00
  • 638f54f3e4 The check for illegal storage classes on globals was wrong cuz 2003-01-20 06:02:33 +00:00
  • 66f6093ae2 Fixed last fix cuz 2003-01-20 05:56:48 +00:00
  • b6c4ff2e01 Fixed problems that occured on input files with missing LF at end of file. cuz 2003-01-19 12:04:33 +00:00
  • 22b4faabb2 Add chdir, make rmdir __fastcall__ cuz 2003-01-19 11:28:59 +00:00
  • 80a5fe182a Keep unknown flag bits, restore known flags on exit cuz 2003-01-15 17:19:12 +00:00
  • 2cb06ddf8e sample programs updated for new GEOS exit/return/MainLoop policy izydorst 2003-01-10 21:09:13 +00:00
  • c094dc65c1 GEOS no longer requires explicit exit() call, now explicit MainLoop() is required izydorst 2003-01-10 20:57:46 +00:00
  • 1b44423614 Added a creat macro cuz 2003-01-09 12:00:51 +00:00
  • fb81235769 Fix comments and remove whitespace from __asm__ macros cuz 2003-01-09 11:34:23 +00:00
  • 400672756b Use new names for flags cuz 2003-01-09 11:23:32 +00:00
  • 0293cc4bc0 Fixed a problem with line continuations and -T cuz 2003-01-07 21:45:20 +00:00