log

age author description
Sun, 27 Jan 2013 18:04:11 -0600 Boisy Pitre Fixed incorrect data sections lwtools-port
Sun, 27 Jan 2013 18:03:36 -0600 Boisy Pitre Fixed remaining issue, added drivewire.a as a target lwtools-port
Sun, 27 Jan 2013 12:09:23 -0600 Boisy Pitre Fixed to assemble properly lwtools-port
Sun, 27 Jan 2013 10:41:30 -0600 drencor-xeen Updated level2/coco3/cmds/makefile to set correct lib file based on H6309 tag. lwtools-port
Sun, 27 Jan 2013 08:01:00 -0600 Boisy Pitre Added __start lwtools-port
Sun, 27 Jan 2013 07:59:02 -0600 Boisy Pitre Added --format=os9 to lwlink rule lwtools-port
Sun, 27 Jan 2013 07:54:41 -0600 Boisy Pitre Merged drencor's changes lwtools-port
Sun, 27 Jan 2013 07:54:07 -0600 Boisy Pitre Added 'extern' pragam, fixed up rules.mak, changed 'section text' to 'section code' in sources lwtools-port
Sun, 27 Jan 2013 00:14:03 -0600 drencor-xeen Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used. lwtools-port
Sat, 26 Jan 2013 17:21:50 -0600 Boisy Pitre Fixed minor issue lwtools-port
Sat, 26 Jan 2013 17:19:06 -0600 Boisy Pitre Merged Drencor's work lwtools-port
Sat, 26 Jan 2013 17:18:24 -0600 Boisy Pitre Renamed files and setup for lwasm/lwlink work lwtools-port
Sat, 26 Jan 2013 08:26:31 -0600 Boisy Pitre Updated code to use lwasm/lwlink lwtools-port
Sat, 26 Jan 2013 00:57:22 -0600 drencor-xeen Updated level1/coco1 related to becker and arduino projects. lwtools-port
Fri, 25 Jan 2013 17:17:16 -0600 drencor-xeen Updated two makefile(s) for correct .sb usage and disk name. lwtools-port
Wed, 23 Jan 2013 21:23:45 -0600 Boisy Pitre Removed unneeded clock2_dw_becker file and references lwtools-port
Wed, 23 Jan 2013 21:20:07 -0600 Boisy Pitre Fixed makefile problem lwtools-port
Wed, 23 Jan 2013 21:06:47 -0600 Boisy Pitre Closing this branch nos9v030209
Wed, 23 Jan 2013 21:04:24 -0600 Boisy Pitre Closing branch boisy
Wed, 23 Jan 2013 21:03:59 -0600 Boisy Pitre Closing this branch out Microware_Docs-branch
Wed, 23 Jan 2013 21:02:34 -0600 Boisy Pitre Merged lwtools-port (2773:ce3dba57003b) and mainline (2772:0a3f4d8ea6d5) lwtools-port
Wed, 23 Jan 2013 14:54:29 -0600 Boisy Pitre boot_dw now uses dwinit.asm. lwtools-port
Wed, 23 Jan 2013 12:36:55 -0600 drencor-xeen Found ENDC in wrong location in dwread.asm and dwwrite.asm. Corrected.
Tue, 22 Jan 2013 19:18:48 -0600 Boisy Pitre Merged in dwread/dwwrite Arduino changes
Tue, 22 Jan 2013 19:14:52 -0600 Boisy Pitre Added Arduino dwread/dwwrite changes lwtools-port
Fri, 18 Jan 2013 21:52:41 -0600 drencor-xeen Robert Gault found a problem related to MinGW not building the level2/coco3_6309/cmds/makefile correctly. Changed the way the makefile does its include from level2/coco3/cmds/makefile_common as well as updated level2/coco3/cmds/makefile to use the same include line.
Thu, 17 Jan 2013 21:45:46 -0600 drencor-xeen Found a incorrect sys.l being used in 3rdparty/packages/pacos9/makefile updated path and name so it now uses the sys6809l2.l from the lib folder.
Thu, 17 Jan 2013 20:08:48 -0600 drencor-xeen Thanks to Bill P for finding that wrong sys lib was being used in the level2/coco3/cmds/makefile
Thu, 17 Jan 2013 11:53:30 -0600 drencor-xeen Removed the "-e" from the DW3 format option as Aaron Wolfe says the server dynamically extends the disk image if needed.
Thu, 17 Jan 2013 11:03:26 -0600 drencor-xeen Updated rules.mak for all the os9 format's to format the entire disk. People were having some issues with the disk images not being formatted to their full capacity and preventing some functions from working.
Wed, 16 Jan 2013 22:58:36 -0600 drencor-xeen Updated main makefile so that when "dw3" and "becker" are activated they call the dependency "dsk".
Wed, 16 Jan 2013 17:33:46 -0600 drencor-xeen Fixed a minor typo in the arcadepak's makefile related to DriveWire3 and Becker.
Wed, 16 Jan 2013 13:16:05 -0600 drencor-xeen Added empty_smash.txt and empty_thexder.txt to their respective folders and updated makefile(s) to use these files for their blank ROOT variables.
Wed, 16 Jan 2013 10:56:17 -0600 drencor-xeen Found 3 makefiles that hadn't been updated with the code needed to check to see if the NITROS9DIR variable was set or not. Correct those files.
Tue, 15 Jan 2013 01:27:49 -0600 drencor-xeen Updated mkdskindex to correct state that the becker disks are a DriveWire 3/4 disk rather than being a standard floppy disk image.
Tue, 15 Jan 2013 01:07:46 -0600 drencor-xeen Found the makefile for subsim in the 3rdparty/packages was not creating the disk images when the "make dskcopy" was being given.
Mon, 14 Jan 2013 14:37:46 -0600 drencor-xeen Found that people who do not have the envirornment variable NITROS9DIR set before building the project get a error missing file "/rules.mak". Found this is caused do to the fact that the code to set this envirornment variable is in the rules.mak which can't get loaded.
Sat, 12 Jan 2013 20:52:19 -0600 drencor-xeen Added becker archive creation to the main makefile. The command is "make becker".
Thu, 10 Jan 2013 22:00:22 -0600 drencor-xeen Modified makefile(s) related to some of the games in the 3rdparty/packages/ area. This change was done to bring the file naming style inline with those of the nos9l1/2 disk images related to becker.
Thu, 10 Jan 2013 20:18:22 -0600 drencor-xeen Removed the .ReadMe file from the dsks folder. Had a complaint that it would be hidden from most peoples view and could cause problems with people.
Thu, 10 Jan 2013 18:22:30 -0600 drencor-xeen Updated level1/atari/bootfiles/makefile so that on "make clean" the bootfile_p1 & bootfile_p2 are moved.
Thu, 10 Jan 2013 17:07:39 -0600 drencor-xeen Updated rules.mak so that "zip" will use the best file compression.
Thu, 10 Jan 2013 16:59:09 -0600 drencor-xeen Added a file called .ReadMe into the dsks folder so when someone downloads a fresh copy of the repo the dsks folder should be created automatically.
Thu, 10 Jan 2013 01:55:58 -0600 drencor-xeen Corrected yet again more typos. Hopefully got them all this time in fsim2 and manhunter1.
Thu, 10 Jan 2013 01:16:52 -0600 drencor-xeen Corrected some typos in the make files related to fsim2, christmas86, kingquest4, manhunt1, and spacequest2.
Wed, 09 Jan 2013 23:17:10 -0600 drencor-xeen Updated makefile(s) for spacequest1, spacequest2, subsim, mm, multivue, and rof so that becker disks, for use in DriveWire4 server, are created.
Wed, 09 Jan 2013 18:20:39 -0600 drencor-xeen Updated makefile(s) related to fsim2, kyumgai, policequest1, and spacequest0 so that they create becker boot disks for use with drivewire4 server.
Wed, 09 Jan 2013 16:51:45 -0600 drencor-xeen Fixed the tOC_80d.txt file related to manhunter1.
Wed, 09 Jan 2013 13:34:05 -0600 drencor-xeen Updated makefile(s) to build becker boot disks for drivewire4 server related to KingsQuest1 and Goldrush.
Wed, 09 Jan 2013 12:07:42 -0600 drencor-xeen Updated blackcauldron and christmas86 makefile(s) to now also create the becker boot disks for use with drivewire4 server.
Wed, 09 Jan 2013 02:23:59 -0600 drencor-xeen Added disk creation for becker boot and koronis in 3rdparty.
Tue, 08 Jan 2013 14:01:56 -0600 drencor-xeen Found that the lib folder was not being processed. Corrected issue.
Sun, 06 Jan 2013 12:24:28 -0600 drencor-xeen Found LDSKS label was missing from level1/dalpha/makefile and was causing a problem with the disk images not being removed on a "make clean".
Sun, 06 Jan 2013 11:12:22 -0600 drencor-xeen Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
Sat, 05 Jan 2013 22:56:05 -0600 drencor-xeen Added needed information in level1/coco make files to create a NOS9 L1 boot disk.
Fri, 04 Jan 2013 11:50:24 -0600 drencor-xeen Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
Thu, 03 Jan 2013 22:47:46 -0600 drencor-xeen Updated rules.mak to correct for non booting dw3 and becker disk images.
Thu, 03 Jan 2013 15:10:44 -0600 drencor-xeen Changed the nightly build section to user a environment variable for the user name when connecting to sourceforge.
Mon, 10 Dec 2012 16:27:38 -0600 Boisy Pitre Added ClrScrn and CapsLock functionality for Atari VTIO lwtools-port
Mon, 10 Dec 2012 14:51:56 -0600 drencor-xeen Merged Changeset related to krn.asm