log

age author description
Wed, 07 Feb 2018 16:52:32 -0600 David Ladd Fixed level1 vtio.asm so that level1/GrfDrv properly gets loaded into memory
Wed, 31 Jan 2018 23:13:05 -0600 David Ladd Added more detailed comments for syscall.asm to aid programmers
Tue, 30 Jan 2018 01:50:39 -0600 David Ladd Merged in Boisy's changes for level1 covdg.asm for the CoCoVGA device from Branded & Ed.
Mon, 29 Jan 2018 16:24:37 -0600 David Ladd KRNP3 speed optimizations (MoveBuf only copies 15 bytes,not 80,
Sat, 20 Jan 2018 19:32:22 -0600 David Ladd Changed a puls PC to rts to save cycles
Sat, 20 Jan 2018 18:50:58 -0600 David Ladd Did some more cycle optimizations in co42.asm
Sat, 20 Jan 2018 18:23:55 -0600 David Ladd More co42.asm optimizations to save a few cycles on the Write.
Sat, 20 Jan 2018 18:14:16 -0600 David Ladd Added some optimizations to co42.asm to save some space and cycles where possible.
Wed, 20 Dec 2017 23:28:18 -0600 David Ladd Corrected ,pc should have been ,pcr in KRNP3.asm
Wed, 20 Dec 2017 16:14:06 -0600 David Ladd Updated Drivers section makefile so it will process the dsk, dskclean
Wed, 20 Dec 2017 16:10:50 -0600 David Ladd Updated IDE Driver makefile so it will have place holders for
Wed, 20 Dec 2017 16:10:16 -0600 David Ladd Updated TCCC Driver makefile so it will have place holders for
Wed, 20 Dec 2017 16:09:38 -0600 David Ladd Updated SDISK3 Driver makefile so it will have place holders for
Wed, 20 Dec 2017 16:09:08 -0600 David Ladd Updated SDISK Driver makefile so it will have place holders for
Wed, 20 Dec 2017 16:08:14 -0600 David Ladd Updated s16550 Driver makefile so it will have place holders for
Wed, 20 Dec 2017 16:07:36 -0600 David Ladd Updated MMC Driver makefile so it will have place holders for
Wed, 20 Dec 2017 16:06:45 -0600 David Ladd Updated Disto Driver makefile so it will have place holders for
Wed, 20 Dec 2017 16:05:00 -0600 David Ladd Updated Burke&Burke Driver makefile so it will have place holders for
Wed, 20 Dec 2017 16:01:20 -0600 David Ladd Pushing update to KRNP3 on behalf of Curtis Boyle.
Wed, 20 Dec 2017 15:26:30 -0600 David Ladd Updated makefile for EmuDsk driver so that a disk image would be
Wed, 20 Dec 2017 15:15:49 -0600 David Ladd Created makefile and defsfile for NoCan RAMMER module driver and descriptor
Fri, 15 Dec 2017 17:29:45 -0600 David Ladd Submitting updates to GSHELL(Multi-View) to the repo from Curtis Boyle.
Tue, 17 Oct 2017 15:01:26 -0500 boisy Added conditionals around VGASetup covga
Tue, 17 Oct 2017 07:36:59 -0500 boisy Changes to accomodate CoVGA covga
Sat, 09 Sep 2017 20:17:42 -0500 David Ladd Added a couple more utilities to my utils section as well as a README.md
Sat, 09 Sep 2017 22:37:18 +0200 Tormod Volden corsham,atari: Include OS9GEN in disk image creation
Fri, 28 Jul 2017 15:42:20 -0500 David Ladd Added some HD6309 optimizations to level1's covdg.asm file.
Mon, 03 Jul 2017 10:34:01 -0700 lfantoniosi Adding a co-module for a stock WordPak RS with FHL O-PAK support.
Sun, 04 Jun 2017 17:52:41 +0100 Neal Crook mc09: revise defs file to remove stuff that's not needed by this port
Sat, 03 Jun 2017 19:56:02 +0100 Neal Crook mc09: Fix inconsistent kernel naming in makefile
Sat, 03 Jun 2017 19:49:12 +0100 Neal Crook defs: Expand comments around KrnBlk
Tue, 06 Jun 2017 23:59:39 +0200 Bill Pierce 3rdparty: Changed the names of many disks for easier reading
Sat, 03 Jun 2017 10:34:39 +0200 Tormod Volden 3rdparty/packages: Rename particularly cryptic folder names
Sat, 03 Jun 2017 10:16:16 +0200 Tormod Volden 3rdparty/packages: More descriptive disk image names
Fri, 02 Jun 2017 22:14:13 +0100 Neal Crook mc09: Fix up Bt.Start (different between Level 1 and Level 2)
Thu, 01 Jun 2017 22:13:49 +0100 Neal Crook L2: Introduce symbol KrnBlk to define kernel block number
Tue, 30 May 2017 23:59:46 +0100 Neal Crook mfree.asm: Fix zero-day Block Map entry bug
Tue, 30 May 2017 23:45:40 +0100 Neal Crook mfree.asm: Improve comment and remove trailing white-space
Mon, 29 May 2017 22:19:42 +0100 Neal Crook dmem.asm: Annotate comments, remove trailing whitespace
Mon, 29 May 2017 20:15:36 +0100 Neal Crook smap.asm: Annotate comments, remove trailing whitespace
Sat, 20 May 2017 23:34:27 +0100 Neal Crook mc09 (Level1 & Level2): Remove unused stuff from makefiles
Sat, 20 May 2017 23:33:48 +0100 Neal Crook mc09: Correct the description of the RTC part-number
Sun, 30 Apr 2017 21:26:59 +0100 Neal Crook L2 rbf.asm: Clarify behaviour in comment
Sun, 30 Apr 2017 21:24:21 +0100 Neal Crook rel, L2 krnp2: Tidy up comments. Avoid numeric literals.
Fri, 02 Jun 2017 09:22:08 +0200 Bill Pierce Use any available perl for running mkdskindex
Fri, 02 Jun 2017 08:58:17 +0200 Bill Pierce Add an underscore between each section of disk image names
Thu, 01 Jun 2017 23:28:44 +0200 Tormod Volden Add boot track params to dragon.d and mc09.d
Thu, 01 Jun 2017 22:41:45 +0200 Tormod Volden corsham: Add Bt.Track definition to corsham.d
Tue, 16 May 2017 23:20:18 +0200 Boisy Pitre Add level1 corsham port for the Corsham 6809 System
Tue, 16 May 2017 19:34:56 +0200 Boisy Pitre Whitespace/comments in Atari sections of krn, clock, sysgo
Tue, 16 May 2017 23:24:00 +0200 Boisy Pitre defs: Move boot track parameters into each port def file
Tue, 16 May 2017 23:25:26 +0200 Boisy Pitre Add sc6850 SCF driver for Motorola MC6850 ACIA (UART)
Tue, 16 May 2017 18:57:25 +0200 Boisy Pitre krnp2: Omit debug parameters in non-debug builds
Tue, 16 May 2017 18:54:46 +0200 Boisy Pitre rbdesc.asm: Fix name in test descriptor template
Tue, 16 May 2017 22:08:02 -0700 lfantoniosi fix EOL character offset
Sun, 14 May 2017 10:16:09 -0700 lfantoniosi Adding Co42 to coco makefiles
Sun, 14 May 2017 00:15:38 -0700 lfantoniosi Adding Co42 a beautiful and fast 42x24 Hi-Res screen based from CoHR code.
Sat, 13 May 2017 23:17:11 -0700 lfantoniosi Enable lowercase for CoHR
Sat, 13 May 2017 23:06:21 -0700 lfantoniosi Make CoHr three times faster!
Sat, 22 Apr 2017 18:59:02 +0100 Neal Crook term_mc6850: Change default terminal size from 24 lines to 25 lines
Thu, 20 Apr 2017 20:15:19 +0100 Neal Crook mc09: First release of working L2 port to MC09 platform
Mon, 17 Apr 2017 22:59:28 +0100 Neal Crook mc09 l2: bring sys/makefile in line with latest organisation for other platforms
Mon, 17 Apr 2017 21:29:07 +0100 Neal Crook Expand help messages after inspection of source code
Sat, 08 Apr 2017 20:26:29 +0100 Neal Crook Create new clock mc09clock_91hz for Carsten's over-clocked mc09
Thu, 06 Apr 2017 23:02:20 +0100 Neal Crook L2 kernel: White-space and comment changes (no code changes)
Thu, 06 Apr 2017 22:51:54 +0100 Neal Crook L2 kernel: Minor comment tweaks
Thu, 06 Apr 2017 22:18:39 +0100 Neal Crook L2 kernel: Small corrections and expansion of comments (no functional change)
Thu, 06 Apr 2017 22:08:57 +0100 Neal Crook ioman.asm: Delete trailing whitespace and tabs (no functional change)
Thu, 06 Apr 2017 22:04:46 +0100 Neal Crook sysgo.asm: Delete trailing whitespace, fix indent (no functional change)
Thu, 06 Apr 2017 21:56:47 +0100 Neal Crook defs/os9.d: Expand comment about level2 block/system map flags
Thu, 06 Apr 2017 21:53:57 +0100 Neal Crook mc09 l2: Complete rework of the mc09 clock module (copied from coco)
Thu, 06 Apr 2017 21:53:03 +0100 Neal Crook mc09 l2: tidy up makefiles: remove ccbkrn, which isn't needed for mc09,
Thu, 06 Apr 2017 21:43:58 +0100 Neal Crook mc09 l2: move MMU bit-field defines to defs file.
Mon, 17 Apr 2017 20:06:24 +0200 Tormod Volden fpgarom: Capitalize disk image name to identify it as RSDOS image
Mon, 17 Apr 2017 20:06:23 +0200 Tormod Volden makefile: Delete all disk images on clean
Tue, 07 Feb 2017 00:37:56 +0100 Tormod Volden scripts/mkdskindex: Tag .img (other) and .DSK (RSDOS) images
Tue, 07 Feb 2017 00:37:28 +0100 Tormod Volden coco3fpga: Rename SD disk images to .img
Mon, 06 Feb 2017 22:51:10 +0100 Bill Pierce coco3: Don't include N5-N13 and Z3-Z7 descriptors
Mon, 06 Feb 2017 22:51:05 +0100 Bill Pierce coco3fpga: Add RAM disk and clock setup to startup files
Mon, 06 Feb 2017 22:25:15 +0100 Bill Pierce coco3fpga: Build boot files and disk images with RAM disk and RTC support
Mon, 06 Feb 2017 22:25:15 +0100 Bill Pierce Add coco3fpga RAM disk and RTC driver
Sat, 04 Feb 2017 18:55:39 +0100 Bill Pierce Add the Sleuth multipass disassembler from Bud Pass
Sat, 04 Feb 2017 18:54:49 +0100 Bill Pierce 3rdparty/utils/fpgarom: Utilities for CoCo3FPGA booting
Sat, 04 Feb 2017 18:33:07 +0100 Bill Pierce coco3fpga: Use alternate color scheme for terminal windows
Sat, 04 Feb 2017 18:33:07 +0100 Bill Pierce Use modified w1-w6 window definitions on CoCo3FPGA
Sat, 04 Feb 2017 18:33:07 +0100 Bill Pierce Include coco3fpga port in default build
Sat, 04 Feb 2017 18:33:07 +0100 Bill Pierce Add build tree for Gary Becker's CoCo3FPGA project
Sat, 04 Feb 2017 18:33:07 +0100 Bill Pierce Add coco3fpga banner to init.asm
Sat, 04 Feb 2017 18:33:01 +0100 Bill Pierce Build various CoCo3FPGA boot files
Sat, 04 Feb 2017 11:06:28 +0100 Bill Pierce coco3: Build SD card device descriptors for CoCo3FPGA
Sat, 04 Feb 2017 11:06:26 +0100 Bill Pierce Allow CoCo3FPGA-specific build of superdesc.asm
Sat, 04 Feb 2017 11:06:18 +0100 Bill Pierce New low-level driver for CoCo3FPGA SD card interface
Sat, 04 Feb 2017 02:10:37 +0100 Bill Pierce New ALTCOLOR flag for window descriptors 1-7 & term_win40/80
Sat, 04 Feb 2017 02:10:36 +0100 Bill Pierce Add sysgo_bd to the coco3 port
Sat, 04 Feb 2017 02:10:35 +0100 Bill Pierce Add new sysgo variant from Bob Devries with sysgo.cfg support
Sat, 04 Feb 2017 02:10:31 +0100 Tormod Volden coco3: Use port.mak correctly in makefiles
Fri, 13 Jan 2017 20:49:14 +0000 Neal Crook Use lwtools noforwardrefmax pragma by default
Fri, 13 Jan 2017 20:36:04 +0000 Neal Crook mc09: Bring makefiles in line with level1/level2 coco makefiles
Fri, 13 Jan 2017 19:52:26 +0000 Neal Crook Rename remaining Makefiles to makefile for consistency
Mon, 05 Dec 2016 17:39:03 +0000 Neal Crook Add new Level 2 port for Multicomp09 "mc09l2"
Sun, 04 Dec 2016 21:01:42 +0000 Neal Crook l1 boot modules: Expand documentation and clean up code
Wed, 30 Nov 2016 22:10:56 +0000 Neal Crook l1 rel.asm: Do the module padding in a more portable way
Wed, 30 Nov 2016 22:10:56 +0000 Neal Crook l1 rel.asm: Fix up comments - say krn instead of OS9p1
Mon, 28 Nov 2016 13:02:16 +0000 Neal Crook l2 kernel: Replaced literal FF91 and FFA* with symbolic references
Mon, 28 Nov 2016 12:54:03 +0000 Neal Crook l2 clock/rammer: Remove tabs and trailing whitespace
Mon, 28 Nov 2016 08:46:40 +0000 Neal Crook l2 krn.asm: Sync comments from ccbkrn.asm
Mon, 28 Nov 2016 08:38:19 +0000 Neal Crook l2 fsrqmem.asm: Sync comments and whitespace from ccbfsrqmem.asm
Mon, 28 Nov 2016 08:31:26 +0000 Neal Crook l2 kernel: Remove tabs and trailing whitespace, align comments
Tue, 05 Jan 2016 21:55:34 +0000 Neal Crook mc09: Store SD card drive offset in its own 2 bytes
Mon, 05 Dec 2016 17:34:33 +0000 Neal Crook mc09: Tidy up makefiles and scripts further
Sun, 06 Dec 2015 23:29:05 +0000 Neal Crook mc09: Remove unsupported bootfile and kernelfile combinations
Fri, 04 Dec 2015 23:43:13 +0000 Neal Crook mc09: Remove mc09vtio.d and all the things that referenced it
Tue, 01 Dec 2015 19:56:20 +0000 Neal Crook mc09: Add mc09rtc command and GPIO registers defs in mc09.d
Sat, 17 Oct 2015 21:19:39 +0100 Neal Crook Incorporate mc09 in build, add support in l1 init/rel/boot_sdc
Sat, 17 Oct 2015 21:21:11 +0100 Neal Crook New port "mc09" for Multicomp09, an FPGA-based 6809 machine
Sat, 17 Oct 2015 21:21:11 +0100 Neal Crook term_mc6850: Include the matching IT.xxx symbols in the comments
Sat, 17 Oct 2015 21:21:11 +0100 Neal Crook New mc6850 driver, based on existing sc6551 driver
Tue, 10 Jan 2017 22:55:57 +0100 Tormod Volden docs: Fix makefile subdir name
Sat, 09 Jul 2016 12:10:53 -0400 Lothan Disassembled c.asm with comments from cstart.a and partial labels from the C library
Thu, 05 May 2016 15:42:05 +0200 Robert Gault Fix Burke hard disk controller driver to allow build for only one drive
Sun, 20 Mar 2016 20:33:41 +0100 Tormod Volden level2 stdfonts: Remove duplicate entries
Sun, 28 Feb 2016 22:48:32 +0100 Tormod Volden Small fixups in level 3 boot script
Sun, 28 Feb 2016 22:36:22 +0100 Tormod Volden makefiles: Use port.mak for level 2 and 3 as well
Sun, 28 Feb 2016 21:38:33 +0100 Tormod Volden l2 modules/makefile: Move some misplaced kernel file definitions
Sun, 28 Feb 2016 21:38:31 +0100 Tormod Volden makefiles: Fail on broken clean targets
Sun, 28 Feb 2016 21:38:22 +0100 Tormod Volden l2/6309: Add ccb to kernel makefile
Sun, 28 Feb 2016 21:38:18 +0100 Tormod Volden makefiles: Use host copy tool for copying files in build tree
Sun, 28 Feb 2016 21:38:12 +0100 Tormod Volden l2/sys/makefile: Rearrange help files order
Sun, 28 Feb 2016 21:37:50 +0100 Tormod Volden l1/sys/makefiles: Remove unused alldragon target
Sun, 28 Feb 2016 21:37:47 +0100 Tormod Volden Remove duplicated and unused sys/makefile instances
Sun, 28 Feb 2016 21:37:42 +0100 Tormod Volden makefile: Remove hg update commands
Sun, 28 Feb 2016 21:37:24 +0100 Tormod Volden makefile: Remove test server uploading of snapshots
Sun, 28 Feb 2016 21:37:23 +0100 Tormod Volden makefiles: Remove uploading of zip archives
Sun, 28 Feb 2016 21:37:21 +0100 Tormod Volden cc: Fix dd_tks typo in defs/direct.h
Sat, 27 Feb 2016 23:48:42 +0100 Tormod Volden level2/stdfonts: Fix up font "source"
Tue, 22 Dec 2015 21:43:23 +0100 Tormod Volden Start on next version changelog entry
Tue, 22 Dec 2015 20:28:15 +0100 Tormod Volden burst script: Rename "latest" to "snapshot"
Mon, 21 Dec 2015 21:24:45 +0100 Robert Gault level2: Improve drawing diagonal lines by improving the symmetry
Tue, 01 Dec 2015 19:20:37 +0000 Neal Crook Added command summary to debug help file.
Tue, 13 Oct 2015 22:53:45 +0100 Neal Crook Added comments in level1 boot section, based on learnings while debugging
Tue, 13 Oct 2015 22:38:26 +0100 Neal Crook Describe the non-standard format of the module header. Cross-reference os9.d
Tue, 13 Oct 2015 22:27:06 +0100 Neal Crook Add comments to jump table. Delete trailing whitespace.
Tue, 13 Oct 2015 22:23:27 +0100 Neal Crook Add comments based on my learnings while debugging boot on multicomp09
Sat, 03 Oct 2015 14:51:30 -0500 boisy Removed unnecessary b.asm file
Sat, 03 Oct 2015 14:50:37 -0500 boisy Added brainfuck interpreter
Sun, 26 Jul 2015 10:39:02 +0200 Tormod Volden Add Level 1 coco1_6309 port tree
Sun, 26 Jul 2015 10:39:01 +0200 Tormod Volden List the "coco1" dwio_38400 in the coco1 bootlists
Sun, 26 Jul 2015 10:38:59 +0200 Tormod Volden level1: Rename "coco1" DriveWire modules to "38400"
Sun, 26 Jul 2015 10:38:26 +0200 Tormod Volden level2: Set "coco1" baud rate in port.mak via DW_BAUD38400 flag
Sat, 25 Jul 2015 09:24:30 +0200 Tormod Volden Add coco2_6309 to the default build list
Tue, 14 Jul 2015 23:36:18 -0600 William Astle Fix idiocy related to pshu/pulu with "u" as an operand
Mon, 23 Mar 2015 21:40:21 +0100 Tormod Volden level2/6309 bootfile script: Fix typo in options
Wed, 25 Feb 2015 00:17:55 -0600 David Ladd Added level 1 gaming bootfile for cocosdc to match other builds of gaming bootfile's.
Mon, 23 Feb 2015 15:01:43 -0600 David Ladd Updated makefile so shell was not automatically added to bootfile for level 1 coco's.
Mon, 23 Feb 2015 15:00:06 -0600 David Ladd Found SDFLAGS from level1/coco1/modules/makefile was missing. Added line.
Mon, 23 Feb 2015 12:23:59 -0600 David Ladd Corrected module list for cocosdc NitrOS-9 L1 os9boot file. Found a strangler drivewire driver in it.
Sun, 22 Feb 2015 14:40:03 +0100 Tormod Volden level2 makefile: Cosmetics, move DSKDW recipe
Sun, 22 Feb 2015 14:38:34 +0100 Tormod Volden level 1/2 makefiles: Cosmetics, make more consistent
Sun, 22 Feb 2015 14:36:52 +0100 Tormod Volden makefiles: Always use ECHO macro define
Sun, 22 Feb 2015 14:36:01 +0100 Tormod Volden level1 makefile: Use macro definitions instead of hardcoded values in strings
Sun, 22 Feb 2015 13:19:47 +0100 Tormod Volden rompak/6309: Switch to native mode already in rompak loader
Sun, 22 Feb 2015 12:57:36 +0100 Tormod Volden rompak: Add missing AFLAGS in makefile
Sun, 22 Feb 2015 12:56:05 +0100 Tormod Volden level1: Add rompak version with bootfile from floppy
Sun, 22 Feb 2015 12:39:13 +0100 Tormod Volden level1: Generate CoCoSDC disk images
Sun, 08 Feb 2015 17:55:45 -0600 David Ladd Added comments to boot_ide.asm to reflect new changes about the deblocking
Sun, 08 Feb 2015 17:46:28 -0600 David Ladd updated coco3 bootfiles makefile to make ide bootfile and both versions of ide kernel
Sun, 08 Feb 2015 17:44:56 -0600 David Ladd updated coco3 modules makefile to make new ide booter
Sun, 08 Feb 2015 17:44:00 -0600 David Ladd updated boot_ide.asm with deblocking code to be built with -DDEBLOCK
Sun, 08 Feb 2015 15:39:29 -0800 tlindner sdir: fixed off by one error when null terminating parameter string
Sun, 08 Feb 2015 12:17:37 -0800 tlindner Updated sdir to use llcocosdc driver to communicate with the SDC hardware.
Thu, 29 Jan 2015 22:50:30 +0100 Robert Gault level1 scf: Fix up more 6309 code
Thu, 29 Jan 2015 22:50:26 +0100 Robert Gault level1/ioman: Fix code to use R$ macro defines
Sun, 25 Jan 2015 22:36:05 +0100 Tormod Volden level1 krnp2: Set up stack correctly for 6309
Sun, 25 Jan 2015 22:36:04 +0100 Tormod Volden level 1 krn: Fix stack injection on 6309
Sun, 25 Jan 2015 22:36:03 +0100 Tormod Volden level1 krn: Fix signal dispatch for 6309
Sun, 25 Jan 2015 22:36:02 +0100 Tormod Volden level1 krn: Fix signal dispatch code to use R$ macros
Sun, 25 Jan 2015 22:36:02 +0100 Tormod Volden level1 krn: Fix scheduler bug that only affected 6309
Sun, 25 Jan 2015 22:36:01 +0100 Tormod Volden level 2/3 makefiles: Cosmetic/whitespace changes
Sun, 25 Jan 2015 22:36:00 +0100 Tormod Volden level2/3 makefile: Remove unused PWD flag from runb target
Sun, 25 Jan 2015 12:05:20 -0800 tlindner Added help files for sdir and sdrive
Sun, 25 Jan 2015 00:45:30 -0700 darrenatk fix SS.DSize to return correct bytes-per-sector
Sat, 24 Jan 2015 23:43:25 +0100 Robert Gault scf: Add missing 6309 section for level1 code
Sat, 24 Jan 2015 23:42:57 +0100 Robert Gault rbf: Convert fixed register stack offsets to R$ macro defines
Sat, 24 Jan 2015 23:15:55 +0100 Robert Gault level1 6309: Switch to native mode early in rel.asm
Sat, 24 Jan 2015 23:15:48 +0100 Tormod Volden scripts/os9.gdb: Add "smart" single step command
Sat, 24 Jan 2015 01:16:13 +0100 Tormod Volden Add build tree for 6309 coco2 port
Sat, 24 Jan 2015 01:01:55 +0100 Tormod Volden Fix up typos in level1 6309 code
Sat, 24 Jan 2015 00:22:18 +0100 Tormod Volden level1/coco1/makefile: Use DISTRO instead of hardcoded 6809L1
Sat, 24 Jan 2015 00:00:18 +0100 Tormod Volden Update burst script to use uploader's date and filename
Fri, 23 Jan 2015 23:35:28 +0100 Tormod Volden makefile: Prepare for improved nightly upload burst script
Fri, 23 Jan 2015 22:04:12 +0100 Tormod Volden Dragon makefiles: Small cleanups
Wed, 21 Jan 2015 18:38:54 +0100 Tormod Volden makefiles: Use 3RDPARTY variable consistently
Thu, 22 Jan 2015 00:05:11 -0700 darrenatk Do not return error for SDC setstat
Mon, 19 Jan 2015 08:47:23 -0600 David Ladd Removed the commented out code in the becker routines.
Fri, 09 Jan 2015 12:32:56 -0600 David Ladd Low level driver update to CoCoSDC provided by Darren.
Tue, 06 Jan 2015 23:19:01 -0600 David Ladd added the missing BECKERTO section to the dwwrite.asm file.
Sat, 03 Jan 2015 00:02:16 -0600 David Ladd Moved becker routine with timeout to a new driver called BECKERTO and restored original BECKER routine from backup.
Tue, 23 Dec 2014 21:14:58 -0800 tlindner Added SDC boot module from Darren Atkinson
Mon, 22 Dec 2014 21:06:37 -0800 tlindner Low level CoCo SDC driver updtate from Darren Atkinson
Sat, 20 Dec 2014 12:52:07 -0600 David Ladd Updated the becker routine comment to state there is now a supports a timeout.
Fri, 19 Dec 2014 19:26:42 -0600 David Ladd Updated becker port routine with a timeout check.
Sun, 14 Dec 2014 14:17:41 -0600 chawks4 Remove superdesc.asm fix for SDC...
Fri, 12 Dec 2014 21:07:21 -0600 chawks4 OOppss! accidental change...
Fri, 12 Dec 2014 20:48:42 -0600 chawks4 Fix for all ide rbsuper descripters being set for drive 0
Thu, 11 Dec 2014 21:33:57 +0100 Tormod Volden level1: Make all ports use the same kernel module makefile
Thu, 11 Dec 2014 21:33:41 +0100 Tormod Volden level3: Remove unused TERM define from module makefile
Thu, 11 Dec 2014 20:11:12 +0100 Robert Gault cobbler: Handle disks with fragmented OS9Boot files
Sun, 07 Dec 2014 16:02:18 -0800 tlindner Added dash command to sdir to list mounted images
Sun, 30 Nov 2014 21:43:53 -0800 tlindner Fixed some typos in sdir.
Sun, 30 Nov 2014 21:43:18 -0800 tlindner Added sdrive.
Sun, 30 Nov 2014 12:43:43 -0800 tlindner sdir: fixed multi-conlum printing
Sat, 29 Nov 2014 18:50:29 -0800 tlindner sdir nearly done
Thu, 27 Nov 2014 21:01:17 -0800 tlindner Initial comming for my snakes demonstration and the sdir command.
Thu, 27 Nov 2014 20:03:48 -0800 tlindner Changed llcocosdc read and write routines to enter and leave command mode.
Wed, 29 Oct 2014 23:12:52 +0100 Brett Gordon [PATCH 3/3] level2: Include ccbkrn in build again
Wed, 29 Oct 2014 23:11:32 +0100 Brett Gordon [PATCH 2/3] ccbkrn: Use new ccbfnproc.asm instead of fnproc.asm
Wed, 29 Oct 2014 23:09:46 +0100 Brett Gordon [PATCH 1/3] ccb*: Fix building with lwasm
Mon, 27 Oct 2014 07:54:01 +0100 Gene Heskett level3: Add bootlists and scripts for coco_6309
Sun, 26 Oct 2014 23:57:51 +0100 Tormod Volden level3 makefiles: Fix up missing tab so that ddr0_192k.dd gets built
Sun, 26 Oct 2014 17:08:30 +0100 Tormod Volden level3 makefiles: Use --no-print-directory to avoid noise in CMDS list
Sun, 26 Oct 2014 16:40:54 +0100 Tormod Volden level3 makefiles: Merge identical kernel makefiles
Sun, 26 Oct 2014 16:40:53 +0100 Tormod Volden level3 makefiles: Merge identical top level makefiles
Sun, 26 Oct 2014 16:40:53 +0100 Tormod Volden level3 makefiles: Merge identical defs/makefile
Sun, 26 Oct 2014 16:40:52 +0100 Tormod Volden level3 makefiles: Merge identical bootfiles makefile
Sun, 26 Oct 2014 16:40:52 +0100 Tormod Volden level3 makefiles: Merge cmds makefiles
Sun, 26 Oct 2014 16:40:51 +0100 Tormod Volden level3 makefiles: Merge coco3/coco3_6309 modules/makefile
Sun, 26 Oct 2014 16:40:51 +0100 Tormod Volden level3 makefiles: Add ROM modules to coco3_6309 as well
Sun, 26 Oct 2014 13:02:12 +0100 Tormod Volden level3 makefiles: Order BOOTERS list like in level2
Sun, 26 Oct 2014 13:18:59 +0100 Tormod Volden level3 makefiles: Fix up comments for coco3_6309 too
Sun, 26 Oct 2014 12:41:21 +0100 Gene Heskett level3 makefiles: Lots of whitespace fixes, no code changes
Sun, 26 Oct 2014 08:44:53 +0100 Gene Heskett level3 makefiles: Fill in top level makefile (copied from level2)
Sun, 26 Oct 2014 12:39:10 +0100 Gene Heskett level3 makefiles: Fix up comments in coco3/modules
Sun, 26 Oct 2014 12:36:28 +0100 Gene Heskett level3 makefiles: Add HDBDOS flags for coco3
Sun, 26 Oct 2014 08:43:55 +0100 Gene Heskett level3 makefiles: Add missing modules parts from level2
Sun, 26 Oct 2014 11:28:41 +0100 Gene Heskett level3 makefiles: Add BOOTFILE_DW module lists
Sun, 26 Oct 2014 15:23:50 +0100 Gene Heskett level3 makefiles: Add "nitro" and "end" modules to coco3 bootfiles
Sun, 26 Oct 2014 15:23:49 +0100 Gene Heskett defs/cocovtio.d: Small whitespace fixup
Sat, 26 Apr 2014 18:29:17 +0200 Guillaume Major sierra: Fix clear.text.rect command in mnln.asm
Mon, 14 Apr 2014 00:30:18 +0200 Tormod Volden rules.mak: Mark as development version again
Sun, 13 Apr 2014 22:17:45 +0200 Tormod Volden Added tag nos9v030300 for changeset 4dc310549cdf
Sun, 13 Apr 2014 21:19:27 +0200 Tormod Volden Bump version to 3.3.0 and prepare for release build nos9v030300
Sun, 13 Apr 2014 21:19:25 +0200 Tormod Volden sysgo: Update copyright year
Sat, 12 Apr 2014 23:11:17 +0200 Tormod Volden 3rdparty/utils: Add labels to disk images
Sat, 12 Apr 2014 19:01:12 +0200 Tormod Volden ChangeLog: Update with highlights for V3.3.0
Sat, 12 Apr 2014 16:58:07 +0200 Guillaume Major sierra: Update King's Quest 4 resource files
Sat, 12 Apr 2014 15:46:01 +0200 Tormod Volden sierra: Rename unused objs folder to objs_kq3 and add ReadMe file
Sat, 12 Apr 2014 15:30:52 +0200 Guillaume Major mnln.asm: Fix up "move to (x,y)" after last commit
Sat, 12 Apr 2014 15:30:29 +0200 Guillaume Major mnln.asm: Fix obj.status.v command calling format text
Sat, 12 Apr 2014 15:30:16 +0200 Guillaume Major sierra: Correct set.pri.base routine used in KingsQuest4
Sat, 12 Apr 2014 15:30:03 +0200 Guillaume Major sierra/objs_lsl/mnln.asm: Use division quotient, not remainder
Sat, 12 Apr 2014 15:29:49 +0200 Guillaume Major sierra/objs_lsl/mnln.asm: Add comments
Sat, 05 Apr 2014 10:19:12 +0200 Tormod Volden Move bootman to 3rdparty/wip and add a ReadMe file
Sat, 05 Apr 2014 10:15:01 +0200 Tormod Volden Create new 3rdparty/wip directory for unfinished stuff
Sat, 05 Apr 2014 01:01:32 +0200 Tormod Volden 3rdparty/utils: Add disk with Gene's bootlink and vfy utilities
Sat, 05 Apr 2014 00:55:28 +0200 Tormod Volden docs: Add myram.doc from Gene
Sat, 05 Apr 2014 00:33:47 +0200 Tormod Volden level2: Add Gene's myram RAM disk driver to disk images
Sat, 05 Apr 2014 00:14:40 +0200 Tormod Volden level2/modules: Delete unused ddr0_* assembler sources
Sat, 05 Apr 2014 00:14:34 +0200 Tormod Volden level2/modules/rx.asm: Rename to mr0.asm
Sat, 05 Apr 2014 00:14:32 +0200 Tormod Volden level2/modules/rx.asm: Update device descriptor to match myram driver
Sat, 05 Apr 2014 00:14:16 +0200 Tormod Volden level2/modules/ram.asm: Rename to myram.asm
Sat, 05 Apr 2014 00:12:17 +0200 Tormod Volden level2/modules/ram.asm: Rename Gene's RAM disk driver to MRAM
Fri, 04 Apr 2014 22:02:04 +0200 Tormod Volden sys/makefiles: Remove broken prerequisite from makefile rule
Fri, 04 Apr 2014 21:34:02 +0200 Tormod Volden 3rdparty: Further harmonize makefiles
Fri, 04 Apr 2014 21:33:01 +0200 Tormod Volden makefiles: Use OS9ATTR_EXEC macro when possible
Mon, 10 Feb 2014 10:10:40 +0200 Ken H. cohr: Support both COVDG control codes and COHR Esc codes
Mon, 10 Feb 2014 01:36:20 +0100 Tormod Volden 3rdparty: Stop build on failing dsk or dskcopy targets
Mon, 10 Feb 2014 01:11:02 +0100 Tormod Volden pacos9: Make sure dsk image is built for dskcopy
Mon, 10 Feb 2014 00:36:16 +0100 Tormod Volden pacos9: Make disk image
Sun, 09 Feb 2014 23:46:50 +0100 Tormod Volden Move mkdskindex into scripts folder
Sun, 09 Feb 2014 23:40:34 +0100 Tormod Volden alib/makefile: Remove unused dskclean target
Sun, 09 Feb 2014 23:35:44 +0100 Tormod Volden kreiderclib: Remove unused Makefile.old
Sun, 09 Feb 2014 23:13:31 +0100 Tormod Volden bootman: Port to lwtools
Sun, 09 Feb 2014 22:53:29 +0100 Tormod Volden bootman: Rename assembler files to .as
Sun, 09 Feb 2014 22:48:05 +0100 Tormod Volden coyota: Add small README.txt file
Sat, 08 Feb 2014 02:12:11 +0100 Tormod Volden bootroms: Add ROM kernel image for booting from floppy
Sun, 09 Feb 2014 21:44:25 +0100 Tormod Volden Add scripts/os9.gdb and list2crc.pl for gdb debugging
Sat, 08 Feb 2014 02:12:13 +0100 Tormod Volden rules.mak: Generate assembly listings if LISTDIR is defined
Sun, 09 Feb 2014 21:44:21 +0100 Tormod Volden coyota: Make disk image
Sun, 09 Feb 2014 21:39:25 +0100 Tormod Volden coyota: Port to lwtools
Sun, 09 Feb 2014 21:06:29 +0100 Tormod Volden coyota: Rename assembler files to .as
Sun, 09 Feb 2014 21:06:28 +0100 Tormod Volden alib: Add windefs.as to libraries
Sun, 09 Feb 2014 21:06:24 +0100 Tormod Volden alib: Remove unused SRCS list
Sun, 09 Feb 2014 21:06:21 +0100 Tormod Volden rules.mak: Include defs folder and use AFLAGS for object file building
Sun, 09 Feb 2014 11:15:16 +0100 Tormod Volden pacos9: Add os9 "edition" value to module
Sat, 08 Feb 2014 01:03:30 +0100 Tormod Volden pacos: Add code and bss sections, lwlink style
Sat, 08 Feb 2014 01:03:26 +0100 Tormod Volden pacos9: Rename assembler files to .as and port makefile to lwtools
Mon, 27 Jan 2014 23:49:14 +0100 Tormod Volden level*/makefile: Abort if dsk or dskcopy target fails in subdir
Mon, 27 Jan 2014 23:48:58 +0100 Tormod Volden rel.asm: Shorten boot message on Dragon Alpha
Sun, 26 Jan 2014 21:04:07 +0100 Tormod Volden d64/dalpha bootfiles: Do not copy the makefile into the bootfile
Sat, 25 Jan 2014 23:22:30 +0100 Robert Gault rb1773: Support 6309 on level 1 as well
Sat, 25 Jan 2014 23:20:06 +0100 Robert Gault rb1773: Make 48 TPI floppy disks readonly in 96 TPI drives
Sat, 25 Jan 2014 23:19:38 +0100 Robert Gault rb1773: Fix comments about 135 TPI versus 48 or 96
Fri, 24 Jan 2014 22:10:38 +0100 Robert Gault rb1773: Fix typo in write precompensation code
Fri, 24 Jan 2014 20:56:07 +0100 Gene Heskett rbdesc/superdesc: Raise default SAS from $8 to $10
Fri, 24 Jan 2014 20:52:50 +0100 Robert Gault coco3: Avoid duplicate ddd0_80d.dd on 80DS disk image
Fri, 24 Jan 2014 20:33:47 +0100 Tormod Volden r0.asm: Fix RAM disk size setting through makefile
Tue, 21 Jan 2014 20:47:47 +0100 Tormod Volden Update mkdskimage script to recognize DW images
Tue, 21 Jan 2014 20:46:52 +0100 Tormod Volden boot_d64.asm: Preserve CC on stack /before/ modifying it
Sat, 18 Jan 2014 23:45:12 +0100 Tormod Volden defs/dragon.d: Correct PIA0Base and PIA1Base
Sat, 18 Jan 2014 21:56:36 +0100 Tormod Volden bootroms: Build both ROM and ROMPak images
Sat, 18 Jan 2014 21:56:00 +0100 Tormod Volden rominfo.asm: Fix booting from ROMPak
Sat, 18 Jan 2014 21:44:44 +0100 Tormod Volden rominfo: Disable autostart interrupt signal from ROMPak
Sat, 18 Jan 2014 10:12:28 +0100 Tormod Volden coco1/bootroms: Add sysgo and shell_21 to bootfile
Sat, 18 Jan 2014 10:09:53 +0100 Tormod Volden sierra makefiles: Add comment about hiding tocgen file temporarily
Sat, 18 Jan 2014 09:54:17 +0100 Tormod Volden d64/makefile: Stop building if error in subdirectory build
Sat, 18 Jan 2014 09:49:38 +0100 Tormod Volden d64: Put DEFS folder on disk 2 for 180K 5.25" disk set
Sat, 18 Jan 2014 09:39:10 +0100 Tormod Volden d64: Remove duplicates in command list for 5.25" disk set
Sat, 18 Jan 2014 09:33:46 +0100 Tormod Volden coco3/makefile: Remove duplicate DSKDW in DSKS list
Fri, 17 Jan 2014 23:28:45 +0100 Tormod Volden dragon: Do not try to copy missing acia51 from cmds
Fri, 17 Jan 2014 23:13:22 +0100 Tormod Volden Remove unused level1/cmds/makefile
Fri, 17 Jan 2014 23:08:35 +0100 Tormod Volden dalpha: Use merged modules/makefile from d64
Fri, 17 Jan 2014 22:56:23 +0100 Tormod Volden d64/dalpha: Use variables from ports.mak in makefile
Fri, 17 Jan 2014 22:46:19 +0100 Tormod Volden dalpha: Use cmds/makefile from d64 port
Sun, 12 Jan 2014 15:23:13 +0100 Tormod Volden coco3_6309/bootlists: Fix up DriveWire descriptor names
Sun, 12 Jan 2014 12:45:56 +0100 Tormod Volden Make level3 buildable again
Sun, 12 Jan 2014 10:11:41 +0100 Tormod Volden Demystify string character calculation involving DNum or ITDRV
Sun, 12 Jan 2014 01:40:58 +0100 Tormod Volden pacos9/makefile: For now, do not try to build, needs porting
Sun, 12 Jan 2014 01:32:45 +0100 Tormod Volden makefiles: Stop if a component fails to build
Sun, 12 Jan 2014 00:45:16 +0100 Tormod Volden Allow selection of ports to build using PORTS variable
Sat, 11 Jan 2014 22:57:41 +0100 Tormod Volden Remove some obsolete comments from ReadMe file
Sat, 11 Jan 2014 21:52:42 +0100 Tormod Volden Remove execute permissions from files that should not have it
Sat, 11 Jan 2014 20:56:53 +0100 Tormod Volden level2/coco3/makefile: Use OS9FORMAT macro
Sat, 11 Jan 2014 20:56:53 +0100 Tormod Volden d64/makefile: Remove undefined use of STARTUP variable
Sat, 11 Jan 2014 20:56:53 +0100 Tormod Volden rules.mak: Delete unused CLOUD9 and C9 variables
Sat, 11 Jan 2014 20:56:53 +0100 Tormod Volden Set default NITROS9DIR in Makefile not rules.mak
Sat, 11 Jan 2014 20:56:53 +0100 Tormod Volden Makefiles: Do not set PORT since port.mak does it
Sat, 11 Jan 2014 20:56:53 +0100 Tormod Volden Make the banners print what we are compiling for
Sat, 11 Jan 2014 20:12:20 +0100 Tormod Volden Update scripts/burst snapshot repo maintainer script
Sat, 11 Jan 2014 18:51:07 +0100 Tormod Volden Close the lwtools-port branch
Sat, 11 Jan 2014 18:46:29 +0100 Tormod Volden Added tag pre-lwtools-dummymerge for changeset df598bc45426
Sat, 11 Jan 2014 18:46:08 +0100 Tormod Volden Added tag nos9v030209 for changeset 07219d5d7887
Sat, 11 Jan 2014 18:44:21 +0100 Tormod Volden Merge lwtools-port into default branch
Sat, 11 Jan 2014 18:40:44 +0100 Tormod Volden Dummy merge of default branch into lwtools lwtools-port
Sat, 11 Jan 2014 18:20:09 +0100 Tormod Volden arcadepak: Add empty_smash.txt and empty_thexder.txt dummy files lwtools-port
Sat, 11 Jan 2014 17:19:08 +0100 Tormod Volden 3rdparty/utils: Add dskclean target to makefiles lwtools-port
Sat, 11 Jan 2014 14:10:31 +0100 Tormod Volden os9l2bbs: Avoid overflow error on 8-bit offset indexed mode lwtools-port
Mon, 02 Dec 2013 19:40:07 +0100 Tormod Volden boot_scsi.asm: Fix SCSI ID when booting, part two lwtools-port
Mon, 02 Dec 2013 19:21:00 +0100 Tormod Volden joydrv_6551L.asm: Revert accidental change lwtools-port
Sun, 24 Nov 2013 23:39:33 +0100 Tormod Volden Remove ReadMe.lwtools lwtools-port
Sun, 24 Nov 2013 23:35:57 +0100 Tormod Volden Revert e88aef1ccaec as well (set NITROS9DIR) pre-lwtools-dummymerge
Sun, 24 Nov 2013 23:13:46 +0100 Tormod Volden Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
Sun, 24 Nov 2013 17:43:47 +0100 Tormod Volden arcadepak/makefile: Fixup the OS9COPY factorization
Sun, 24 Nov 2013 17:09:43 +0100 Tormod Volden level2/coco3/modules/makefile: clock2_dw_becker = clock2_dw
Sun, 24 Nov 2013 17:03:01 +0100 Tormod Volden boot_scsi.asm: Remove misplaced # in CntrSlot FCB constant
Sun, 24 Nov 2013 17:00:47 +0100 Tormod Volden Various whitespace fixups
Sun, 24 Nov 2013 16:33:24 +0100 Tormod Volden boot_scsi.asm: Fix whitespace
Sun, 24 Nov 2013 16:31:09 +0100 Tormod Volden boot_scsi.asm: Fix whitespace lwtools-port
Sun, 24 Nov 2013 16:26:21 +0100 Tormod Volden defs/scsi.d: Use SET not EQU on SDMPI so that it can be redefined
Sun, 24 Nov 2013 16:20:57 +0100 Tormod Volden kingsquest4/makefile: Fix startup file location
Sun, 24 Nov 2013 16:16:56 +0100 Tormod Volden level1 krn.asm: Revert debug(?) modification in commented code lwtools-port
Sun, 24 Nov 2013 16:13:49 +0100 Tormod Volden coco3/makefile: Remove spurious space in CMDS list lwtools-port
Sun, 24 Nov 2013 16:08:53 +0100 Tormod Volden boot_scsi.asm: Fix SCSI ID when booting from SCSI lwtools-port
Sun, 24 Nov 2013 16:00:03 +0100 Tormod Volden multivue: Use correct DW module in 6309 DW Becker bootfile lwtools-port
Sun, 24 Nov 2013 15:57:15 +0100 Tormod Volden makefiles: Remove some spurious spaces lwtools-port
Sun, 24 Nov 2013 15:48:17 +0100 Tormod Volden joydrv_6551L.asm: Remove spurious ! (OR) from expression
Sun, 24 Nov 2013 15:28:44 +0100 Tormod Volden Rename dw.asm to dwio.asm
Sun, 24 Nov 2013 13:27:24 +0100 Tormod Volden makefiles: Factor out OS9COPY command when using foreach()
Sun, 24 Nov 2013 13:26:20 +0100 Tormod Volden makefiles: Factor out OS9ATTR_* command when using foreach()
Sun, 24 Nov 2013 12:07:31 +0100 Tormod Volden Rename various dw3 files to dw
Sun, 24 Nov 2013 11:45:32 +0100 Tormod Volden sierra: Rename all tOC_dw3.txt files to tOC_dw.txt
Sun, 24 Nov 2013 11:44:34 +0100 Tormod Volden sierra/goldrush: Use same tOC for dw and dw_becker
Sun, 24 Nov 2013 11:18:28 +0100 Tormod Volden makefiles: Separate OS9COPY and CP macros
Sun, 24 Nov 2013 11:13:40 +0100 Tormod Volden makefiles: Rename DW3 to DW all over
Sun, 24 Nov 2013 10:56:31 +0100 Tormod Volden Revert bad fix in level1/atari/cmds/fuji.asm
Tue, 01 Oct 2013 00:04:17 +0200 Tormod Volden 3rdparty/packages/arcadepak: Resolve ia.fnt copy conflict lwtools-port
Mon, 30 Sep 2013 23:40:38 +0200 Tormod Volden Comment out references to ccbkrn lwtools-port
Thu, 18 Jul 2013 10:11:17 -0400 Greg Law Corrected the capitalization of lib folder per Bob Devries. lwtools-port
Thu, 18 Jul 2013 10:02:54 -0400 Greg Law Removed duplicate dmode per Bob Devries. lwtools-port
Thu, 18 Jul 2013 09:57:55 -0400 Greg Law Fixed the Kings Quest 4 makefile per Bob Devries. lwtools-port
Mon, 15 Jul 2013 23:58:09 +0200 Tormod Volden Makefiles: Make make info prettier for dsks/ReadMe lwtools-port
Mon, 15 Jul 2013 19:27:10 +0200 Tormod Volden mkdskindex: Detect and tag CoCo SDC disk images lwtools-port
Sat, 13 Jul 2013 14:59:26 +0200 Tormod Volden Make build fail if first level subdirectory fails lwtools-port
Sat, 13 Jul 2013 12:06:44 +0200 Tormod Volden Spell DNum consistently lwtools-port
Sat, 13 Jul 2013 11:53:36 +0200 Tormod Volden Makefiles: Use native cp for copying dsk images lwtools-port
Sat, 13 Jul 2013 11:47:11 +0200 Tormod Volden Makefiles: Rename CP to OS9COPY lwtools-port
Sat, 13 Jul 2013 11:30:31 +0200 Tormod Volden rules.mak: Do not hardcode path for "echo" lwtools-port
Sat, 13 Jul 2013 01:28:39 +0200 Tormod Volden Makefiles: Avoid duplicates in command sets to copy lwtools-port
Fri, 12 Jul 2013 23:58:45 +0200 Tormod Volden goldrush: Use tOC_dw.txt also for becker disk image lwtools-port
Fri, 12 Jul 2013 22:41:18 +0200 Tormod Volden Makefiles: Always use macro for lwar and rm lwtools-port
Fri, 12 Jul 2013 22:32:54 +0200 Tormod Volden blackcauldron/makefile: Avoid duplicate files when combining disk 1 and 2 lwtools-port
Fri, 12 Jul 2013 22:26:05 +0200 Tormod Volden arcadepak/makefile: Call "os9 copy" with multiple files lwtools-port
Fri, 12 Jul 2013 01:01:17 +0200 Tormod Volden Makefiles: Call OS9ATTR with multiple files (part 2/2) lwtools-port
Fri, 12 Jul 2013 00:01:00 +0200 Tormod Volden Makefiles: Call OS9ATTR with multiple files (part 1) lwtools-port
Thu, 11 Jul 2013 23:42:37 +0200 Tormod Volden Makefiles: Avoid double use of CD variable lwtools-port
Thu, 11 Jul 2013 23:05:01 +0200 Tormod Volden Fix kingsquest3 disk image names lwtools-port
Thu, 11 Jul 2013 00:38:43 +0200 Tormod Volden arcadepak/makefile: Do not delete "shell" file lwtools-port
Thu, 11 Jul 2013 00:35:29 +0200 Tormod Volden level2/coco3/makefile: Fix attributes on non-local text files lwtools-port
Wed, 10 Jul 2013 22:40:26 +0200 Tormod Volden Makefiles: Overwrite soft link destination instead of failing lwtools-port
Wed, 10 Jul 2013 22:16:15 +0200 Tormod Volden Fix case-sensitive build of deluxe port, part 2 lwtools-port
Wed, 10 Jul 2013 22:11:36 +0200 Tormod Volden Fix os9l2bbs makefile for make dskcopy lwtools-port
Wed, 10 Jul 2013 21:55:51 +0200 Tormod Volden Sierra/*: Rename tOC_dw3.txt to tOC_dw.txt lwtools-port
Wed, 10 Jul 2013 21:35:00 +0200 Tormod Volden Fix case-sensitive build of deluxe port lwtools-port
Wed, 10 Jul 2013 21:31:59 +0200 Tormod Volden Fix building msf file manager lwtools-port
Wed, 10 Jul 2013 21:27:53 +0200 Tormod Volden Fix raakatu makefile to copy disk image lwtools-port
Wed, 10 Jul 2013 19:50:02 +0200 Tormod Volden Create $(DSKDIR) if needed when running make dskcopy lwtools-port
Wed, 10 Jul 2013 19:45:32 +0200 Tormod Volden Makefiles: Do not let $(RM) silently fail lwtools-port
Wed, 10 Jul 2013 19:17:14 +0200 Tormod Volden Fix support for 50Hz setting lwtools-port
Wed, 10 Jul 2013 19:09:05 +0200 Tormod Volden Really fix level 1 builds: Do not use os9 dcopy lwtools-port
Tue, 18 Jun 2013 23:25:41 -0400 lfantoniosi adding minted text editor lwtools-port
Tue, 18 Jun 2013 21:41:46 -0400 lfantoniosi fix level 1 builds lwtools-port
Thu, 06 Jun 2013 07:58:50 -0500 boisy Added forgotten fdebug.asm lwtools-port
Sun, 02 Jun 2013 15:30:19 -0500 boisy Fixed makefiles and defsfile for level 3 lwtools-port
Sun, 26 May 2013 15:39:03 -0500 boisy retooled port makefiles lwtools-port
Thu, 23 May 2013 18:17:06 -0500 Boisy Pitre more changes to makefiles and port.mak additions lwtools-port
Thu, 23 May 2013 18:09:08 -0500 Boisy Pitre incorporated new port.mak file in every port directory lwtools-port
Thu, 23 May 2013 10:08:57 -0500 Boisy Pitre Updated makefiles in sys and inetd.conf to establish HTTPD port lwtools-port
Thu, 23 May 2013 05:49:13 -0500 Boisy Pitre Added Kreidier C library lwtools-port
Wed, 22 May 2013 20:05:20 -0500 Boisy Pitre New httpd in assembly lwtools-port
Wed, 22 May 2013 17:04:29 -0500 Boisy Pitre Forgot to add to makefile lwtools-port
Wed, 22 May 2013 17:03:50 -0500 Boisy Pitre Added deluxe port lwtools-port
Sun, 05 May 2013 17:20:20 -0500 Boisy Pitre Changed set to equ in __os9 section so stack/edition/etc are honored by lwlink lwtools-port
Sat, 04 May 2013 08:49:56 -0500 Boisy Pitre Fixed an issue where Z* descriptors weren't being made correctly for level 2. lwtools-port
Thu, 02 May 2013 14:53:28 -0500 Boisy Pitre ll_init now puts CoCo SDC in enhanced mode. lwtools-port
Wed, 01 May 2013 08:38:04 -0500 Boisy Pitre Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver. lwtools-port
Thu, 14 Feb 2013 07:29:48 -0600 Boisy Pitre Fixed issue with makefile and inetd/dw/telnet lwtools-port
Tue, 12 Feb 2013 20:41:49 -0600 David Ladd Updated 3rdparty/utils/winfo/makefile to include SUBS in the command list. lwtools-port
Tue, 12 Feb 2013 13:50:55 -0600 David Ladd Updated makefile(s) to create disk images and info for 3rdparty/utils/ lwtools-port
Tue, 12 Feb 2013 12:51:35 -0600 David Ladd Update to cls command in the dladd utils. lwtools-port
Tue, 12 Feb 2013 12:38:22 -0600 David Ladd Added new utils section in 3rdparty and updated makefile(s) lwtools-port
Mon, 11 Feb 2013 20:16:24 -0600 David Ladd Updated rules.mak and level1/coco1/bootfiles/makefile lwtools-port
Mon, 04 Feb 2013 21:33:25 -0600 Boisy Pitre Removed case related pragma so that inetd assembles correctly lwtools-port
Sun, 03 Feb 2013 08:34:25 -0600 Boisy Pitre Renamed refs to pipedefs to pipe.d lwtools-port
Fri, 01 Feb 2013 21:49:16 -0600 Boisy Pitre Fixed issue with telnet putting out junk data at first connect. lwtools-port
Fri, 01 Feb 2013 21:34:07 -0600 Boisy Pitre Cosmetic lwtools-port
Fri, 01 Feb 2013 19:52:03 -0600 Boisy Pitre Fixed makefiles for new libs lwtools-port
Fri, 01 Feb 2013 19:47:39 -0600 Boisy Pitre Merge with drencor's changes lwtools-port
Fri, 01 Feb 2013 19:45:19 -0600 Boisy Pitre Removed old as files since .asm files exist lwtools-port
Fri, 01 Feb 2013 19:42:08 -0600 Boisy Pitre Further refinements lwtools-port
Fri, 01 Feb 2013 19:26:44 -0600 Boisy Pitre now built from defs files lwtools-port
Fri, 01 Feb 2013 15:49:39 -0600 Boisy Pitre Reworked libraries to adhere to lwlink's naming specifications lwtools-port
Fri, 01 Feb 2013 05:34:01 -0600 Boisy Pitre Updated with stack value lwtools-port
Tue, 29 Jan 2013 01:08:53 -0600 drencor-xeen Updated level1/coco1/modules/makefile , level2/coco3/modules/makefile , & rules.mak for missing values for drive descriptors. lwtools-port
Mon, 28 Jan 2013 16:13:05 -0600 drencor-xeen Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors. lwtools-port
Mon, 28 Jan 2013 13:12:14 -0600 drencor-xeen Updated ddiskdesc.asm and rb1773desc.asm so would work with lwtools. lwtools-port
Mon, 28 Jan 2013 02:25:28 -0600 drencor-xeen Updated level2/coco3 makefiles to create headless becker&arduino boot disks. lwtools-port
Mon, 28 Jan 2013 01:52:42 -0600 drencor-xeen Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk. lwtools-port
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
Mon, 10 Dec 2012 13:42:45 -0600 drencor-xeen Added krn.asm and nos9l1 makefile changes back into current repo for memory fix and becker files.
Mon, 10 Dec 2012 07:28:11 -0500 gheskett Adjusted disk format for dw .dsk's, took a blank line out of regdmp to compact its display
Thu, 06 Dec 2012 11:22:23 -0600 drencor-xeen Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
Wed, 05 Dec 2012 03:14:21 -0600 drencor-xeen Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
Sat, 10 Nov 2012 11:55:48 -0500 gheskett Working on cloned default branch, pulled 2012/11/03
Thu, 04 Oct 2012 14:23:01 -0500 Boisy Pitre Fixed SuperDriver descriptors lwtools-port
Wed, 01 Aug 2012 19:18:46 -0500 Boisy Pitre Fixes lwtools-port
Tue, 31 Jul 2012 13:56:20 -0500 Boisy Pitre Adjusted makefile to populate inetd.conf with port number for telnet lwtools-port
Tue, 31 Jul 2012 12:06:34 -0500 Boisy Pitre inetd.conf is now here lwtools-port
Tue, 31 Jul 2012 11:54:02 -0500 Boisy Pitre o dwio for Atari now uses routines in ROM, so dwread/dwrite stripped of Atari lwtools-port
Mon, 30 Jul 2012 19:35:05 -0500 Boisy Pitre Renamed dw3.sb to dwio.sb and rbdw3 to rbdw lwtools-port
Mon, 30 Jul 2012 17:31:30 -0500 Boisy Pitre Optimized dw3.asm routines for Atari and fixed crash in OP_SERPOLL mode. dwread routine now properly returns Carry or Negative set. lwtools-port
Thu, 26 Jul 2012 13:41:40 -0500 Boisy Pitre Also turning off autolf on TCPOpen lwtools-port
Thu, 26 Jul 2012 13:37:49 -0500 Boisy Pitre Fixed echo problem with TCPOpen now always turning echo off lwtools-port
Thu, 26 Jul 2012 12:19:43 -0500 Boisy Pitre Fixed so OP_DWINIT puts response in globals lwtools-port
Thu, 26 Jul 2012 11:01:43 -0500 Boisy Pitre added httpd lwtools-port
Thu, 26 Jul 2012 10:35:29 -0500 Boisy Pitre Fixed hanging conditional in rbdw3.asm lwtools-port
Thu, 26 Jul 2012 10:24:42 -0500 Boisy Pitre Fixed makefiles for better cleans lwtools-port
Thu, 26 Jul 2012 10:21:30 -0500 Boisy Pitre Removed dwinit.asm lwtools-port
Thu, 26 Jul 2012 10:18:51 -0500 Boisy Pitre Adding coco2b port lwtools-port
Thu, 26 Jul 2012 09:56:22 -0500 Boisy Pitre Reworked sources so that serial polling for the atari works. lwtools-port
Wed, 25 Jul 2012 11:25:34 -0500 Boisy Pitre Fixed stupid mistake in branch table lwtools-port
Tue, 24 Jul 2012 23:39:21 -0500 Boisy Pitre Removed now that this is in level1/modules lwtools-port
Tue, 24 Jul 2012 10:09:58 -0500 Boisy Pitre Moved Atari SIO read/write routines into main dwread.asm and dwwrite.asm lwtools-port
Tue, 24 Jul 2012 10:00:38 -0500 Boisy Pitre Fixed makefiles and assembly for ATARI port lwtools-port
Sun, 22 Jul 2012 19:41:24 -0500 Boisy Pitre Fixed additional issue lwtools-port
Sun, 22 Jul 2012 19:24:05 -0500 Boisy Pitre Removed ,pc from instruction. lwtools-port
Sun, 22 Jul 2012 11:16:17 -0500 Boisy Pitre Fixed incorrect register for putting SS.Montr lwtools-port
Sun, 22 Jul 2012 09:40:14 -0500 Boisy Pitre Updated makefiles lwtools-port
Fri, 20 Jul 2012 16:14:05 -0500 Boisy Pitre wrapped around IFNDEF lwtools-port
Fri, 20 Jul 2012 16:07:14 -0500 Boisy Pitre Fixed makefile lwtools-port
Fri, 20 Jul 2012 15:10:55 -0500 Boisy Pitre Fixed bug where ordering of pull was affecting routine lwtools-port
Fri, 20 Jul 2012 15:02:12 -0500 Boisy Pitre Fixed longstanding issue with processes not going away when a network path closed. Also inetd now turns of pause lwtools-port
Fri, 20 Jul 2012 12:13:00 -0500 Boisy Pitre Added coco2b lwtools-port
Fri, 20 Jul 2012 13:36:02 -0500 Boisy Pitre Slight improvements lwtools-port
Fri, 20 Jul 2012 13:11:04 -0500 Boisy Pitre Reworked to make the searching of the paths in a process more efficient lwtools-port
Fri, 20 Jul 2012 12:12:14 -0500 Boisy Pitre Slight adjustment to RootThrough routine lwtools-port
Thu, 19 Jul 2012 15:14:40 -0500 Boisy Pitre Updated for headless lwtools-port
Thu, 19 Jul 2012 14:51:34 -0500 Boisy Pitre Prettied up makefiles lwtools-port
Thu, 19 Jul 2012 14:36:52 -0500 Boisy Pitre Conditionalized VTIO to turn off caps-lock for coco2b port lwtools-port
Thu, 19 Jul 2012 14:18:08 -0500 Boisy Pitre Fixed tano to depend on d64 lwtools-port
Thu, 19 Jul 2012 14:06:02 -0500 Boisy Pitre Fixed more stuff lwtools-port
Thu, 19 Jul 2012 13:58:53 -0500 Boisy Pitre Updated lwtools-port
Thu, 19 Jul 2012 13:54:05 -0500 Boisy Pitre Fixed coco2/coco2b makefiles to depend on coco1 makefiles lwtools-port
Thu, 19 Jul 2012 10:09:15 -0500 Boisy Pitre Removed coco port, added coco1 and coco2 ports. lwtools-port
Wed, 18 Jul 2012 20:28:37 -0500 Boisy Pitre Fixed screwed up merge lwtools-port
Wed, 18 Jul 2012 18:07:53 -0500 Boisy Pitre Merged with latest tip lwtools-port
Sun, 15 Jul 2012 11:10:20 -0500 Boisy Pitre Fixed creation of descriptors
Sat, 14 Jul 2012 18:18:59 -0600 William Astle Added note about lwtools version requirements lwtools-port
Sun, 10 Jun 2012 18:44:48 -0600 William Astle Even more command line fixups for lwasm lwtools-port
Sun, 10 Jun 2012 18:38:22 -0600 William Astle Even more command line fixups for lwasm lwtools-port
Sun, 10 Jun 2012 15:41:52 -0600 William Astle Use proper include file in rfmdrv.asm lwtools-port
Sun, 10 Jun 2012 15:33:52 -0600 William Astle Remove references to include scfdefs lwtools-port
Sun, 10 Jun 2012 15:33:18 -0600 William Astle Remove bogus < on a no offset indexed mode. lwtools-port
Sun, 10 Jun 2012 14:35:57 -0600 William Astle Change unsupported operator in lwasm lwtools-port
Sun, 10 Jun 2012 14:35:27 -0600 William Astle Remove bogus immediate mode specifier. lwtools-port
Sun, 10 Jun 2012 14:34:52 -0600 William Astle Fix syntax error. lwtools-port
Sun, 10 Jun 2012 14:33:53 -0600 William Astle Fix string constants used as numbers lwtools-port
Sun, 10 Jun 2012 14:33:08 -0600 William Astle Remove extra junk after operand lwtools-port
Sun, 10 Jun 2012 14:32:44 -0600 William Astle Remove extra junk after operand lwtools-port
Sun, 10 Jun 2012 14:32:13 -0600 William Astle Fix syntax error lwtools-port
Sun, 10 Jun 2012 14:31:40 -0600 William Astle Correct duplicate symbol definition lwtools-port
Sun, 10 Jun 2012 14:31:00 -0600 William Astle Remove $ prefix on symbol lwtools-port
Sun, 10 Jun 2012 14:29:44 -0600 William Astle Fix bizarre syntax error for lwasm lwtools-port
Sun, 10 Jun 2012 14:27:04 -0600 William Astle Fix build with lwasm lwtools-port
Sun, 10 Jun 2012 14:24:04 -0600 William Astle More parameter fixups for lwasm lwtools-port
Sun, 10 Jun 2012 13:35:44 -0600 William Astle Make tocgen build with lwasm lwtools-port
Sun, 10 Jun 2012 13:27:11 -0600 William Astle Additional modifications to build with lwasm lwtools-port
Sun, 10 Jun 2012 13:26:42 -0600 William Astle Fix unclean source code lwtools-port
Sun, 10 Jun 2012 13:25:34 -0600 William Astle Fix duplicate symbol definition lwtools-port
Sun, 10 Jun 2012 12:40:11 -0600 William Astle Initial changes to use lwasm instead of mamou lwtools-port
Wed, 30 May 2012 22:20:07 -0600 William Astle Create a branch to do the grunt work to shift to lwtools lwtools-port
Fri, 13 Jul 2012 23:11:00 -0500 Boisy Pitre More fixes
Fri, 13 Jul 2012 21:46:26 -0500 Boisy Pitre Updated so that scdwn handles SS.Montr
Fri, 13 Jul 2012 13:27:33 -0500 Boisy Pitre Another commit to update makefiles
Fri, 13 Jul 2012 13:15:55 -0500 Boisy Pitre Added support for virtual window (/Zx) devices
Sun, 20 May 2012 09:54:12 -0500 Boisy Pitre Renamed rfmdefs to rfm.d
Sat, 19 May 2012 16:24:08 -0500 Boisy Pitre Fixed error in source
Wed, 11 Apr 2012 21:21:22 -0500 Boisy Pitre Updated to address Atari port problems
Tue, 10 Apr 2012 22:25:19 -0500 Boisy Pitre Removed ccbkrn, placed back bra in fnproc.asm
Tue, 10 Apr 2012 21:33:53 -0500 Boisy Pitre Level 2 now has its own clock source again
Tue, 03 Apr 2012 21:13:12 -0500 Boisy Pitre o krn.asm: Conditionalized out code in kernel to check for top of RAM
Mon, 02 Apr 2012 21:54:25 -0500 Boisy Pitre Now pressing a key quits demo
Mon, 02 Apr 2012 21:16:21 -0500 Boisy Pitre Adapted for ,U access, still more work to do
Mon, 02 Apr 2012 20:51:09 -0500 Boisy Pitre Added fuji and ataridemo.dsk
Mon, 02 Apr 2012 20:27:29 -0500 Boisy Pitre Atari: Made mods to the kernel to boot with new Liber809 firmware
Mon, 19 Mar 2012 08:25:28 -0500 chrish bootroms target should have been removed with directory
Tue, 06 Mar 2012 13:49:14 -0600 Boisy Pitre Moved to github for Liber809 Project
Sun, 04 Mar 2012 21:05:14 -0600 Boisy Pitre Source now works in ROM mode (but not in RAM mode for some reason??)
Fri, 02 Mar 2012 14:41:37 -0600 Boisy Pitre Added more stuff
Wed, 29 Feb 2012 22:34:24 -0600 Boisy Pitre Updated liber809 boot ROM to show screen and text...
Tue, 28 Feb 2012 23:44:57 -0600 Boisy Pitre Now supports 57.6K...
Tue, 28 Feb 2012 23:31:24 -0600 Boisy Pitre Now properly putting shadow value in place.
Tue, 28 Feb 2012 23:22:06 -0600 Boisy Pitre Fixed issue where interrupt shadow byte wasn't being applied in dwwrite, causing keyboard to lockup after a write.
Tue, 28 Feb 2012 23:09:32 -0600 Boisy Pitre o increased timeout in atari dwread.asm module
Tue, 28 Feb 2012 09:26:09 -0600 Boisy Pitre Added notes to atari.d
Mon, 27 Feb 2012 22:59:24 -0600 Boisy Pitre dw3.asm is now common... dwinit.asm now added to for port specific initialization
Mon, 27 Feb 2012 22:10:09 -0600 Boisy Pitre Added comment dwwrite...
Mon, 27 Feb 2012 22:06:39 -0600 Boisy Pitre Optimized Term routine
Mon, 27 Feb 2012 21:50:05 -0600 Boisy Pitre Added OP_SETIME
Mon, 27 Feb 2012 19:54:55 -0600 Boisy Pitre Stable dwread/dwrite... pipeman also assembles.
Sun, 26 Feb 2012 23:34:13 -0600 Boisy Pitre Expanded makefile... aded TODO, merged sysgo.asm into level1/modules file
Sun, 26 Feb 2012 22:42:43 -0600 Boisy Pitre Added for Robert Gault
Sun, 26 Feb 2012 21:39:44 -0600 Boisy Pitre o Fixed Atari SIO DWRead to timeout longer
Sun, 26 Feb 2012 16:22:27 -0600 Boisy Pitre Fixed earlier change from yesterday due to misunderstanding of ordering of 6809 vectors on CoCo 1/2...
Sun, 26 Feb 2012 07:35:52 -0600 Boisy Pitre Added bootfiles folder
Sat, 25 Feb 2012 18:58:20 -0600 Boisy Pitre Atari version
Sat, 25 Feb 2012 18:53:18 -0600 Boisy Pitre Added liber809 ROM
Sat, 25 Feb 2012 18:21:54 -0600 Boisy Pitre DriveWire routines for Atari SIO
Sat, 25 Feb 2012 18:21:34 -0600 Boisy Pitre More progress... now booting with DriveWire
Fri, 24 Feb 2012 08:51:08 -0600 Boisy Pitre Major changes:
Fri, 24 Feb 2012 06:41:48 -0600 Boisy Pitre Fixed issue with kernel not assembling for CoCo
Thu, 23 Feb 2012 21:55:35 -0600 Boisy Pitre Made progress... clock is running, fixed some stuff, things are working
Thu, 23 Feb 2012 21:53:52 -0600 Boisy Pitre Added atari.d... new defs file for all things Atari
Wed, 22 Feb 2012 22:13:35 -0600 Boisy Pitre Everything WORKS
Wed, 22 Feb 2012 10:24:04 -0600 Boisy Pitre o Fixed assembler issue in init.asm
Wed, 22 Feb 2012 06:38:54 -0600 Boisy Pitre Atari port now boots
Tue, 21 Feb 2012 08:34:51 -0600 Boisy Pitre Adding atari port folder and modifications to init and krn to accommodate
Mon, 06 Feb 2012 17:33:52 -0600 Boisy Pitre Added pull
Mon, 06 Feb 2012 15:51:13 -0600 Boisy Pitre Added ccbkrn from Brett Gordon (level 2 only for now)
Sun, 05 Feb 2012 13:30:35 -0600 Boisy Pitre sysgo no longer I$ChgDir's with write mode
Tue, 31 Jan 2012 21:13:18 -0600 Boisy Pitre Added dskcopy target
Tue, 31 Jan 2012 21:07:17 -0600 Boisy Pitre Fixed makfiles to include disk info
Tue, 31 Jan 2012 17:19:13 -0600 Boisy Pitre Updated makefile to include arcadepak
Tue, 31 Jan 2012 17:17:36 -0600 Boisy Pitre Added NitrOS-9 Arcade Pak
Tue, 31 Jan 2012 13:57:35 -0600 Boisy Pitre Added NitrOS-9 ROM Kit from Cloud-9
Tue, 31 Jan 2012 06:58:57 -0600 Boisy Pitre Moved SuperDOS to ToolShed
Mon, 30 Jan 2012 23:24:54 -0600 Boisy Pitre Moved to ToolShed
Mon, 30 Jan 2012 22:24:24 -0600 Boisy Pitre Updated makefile for Mercurial
Tue, 31 Jan 2012 09:34:37 +0000 convert-repo update tags
Thu, 04 Apr 2002 16:34:12 +0000 boisy Initial import boisy start
Tue, 31 Jan 2012 03:17:24 +0000 boisy Removed Cloud-9 comment
Thu, 19 Jan 2012 15:09:24 +0000 boisy Inverted conditionals
Mon, 16 Jan 2012 16:36:52 +0000 boisy Fixed makefile
Fri, 06 Jan 2012 00:59:25 +0000 robertgault Changes made to accomodate 2 or 8Meg RAM. May be moot as we are not
Thu, 05 Jan 2012 12:24:14 +0000 robertgault Added two routines to get MMU images instead of trying raw reads of
Fri, 30 Dec 2011 03:11:49 +0000 robertgault Added tsta to GetSect routine. RG
Wed, 28 Dec 2011 13:23:16 +0000 robertgault Added h1.dd R.Gault
Tue, 27 Dec 2011 01:38:06 +0000 robertgault Corrected a small error regards $FF86 R.Gault
Sat, 24 Dec 2011 13:05:41 +0000 robertgault New descriptor for second vhd drive in MESS v144 and newer. R. Gault
Sat, 24 Dec 2011 13:03:16 +0000 robertgault Corrected cosmetic error in drive address R. Gault
Sat, 24 Dec 2011 13:01:17 +0000 robertgault Added second vhd drive for MESS version 144 and newer. Will not alter
Sat, 24 Dec 2011 12:48:56 +0000 robertgault Corrected cosmetic error in drive address R. Gault
Thu, 22 Dec 2011 22:01:38 +0000 boisy Added
Thu, 22 Dec 2011 18:23:47 +0000 boisy Integration of SuperDriver
Tue, 04 Oct 2011 15:11:45 +0000 boisy Added code to handle SS.KySns (untested!)
Tue, 04 Oct 2011 15:07:00 +0000 boisy Added placeholder for SS.KySns GetStat.
Tue, 20 Sep 2011 11:43:58 +0000 robertgault Corrected BAM in sector mode with DD.BIT>1 RG
Tue, 20 Sep 2011 02:45:16 +0000 robertgault Commented out extra Level2 def
Mon, 19 Sep 2011 20:51:28 +0000 robertgault Cleaned up code and removed multiple calculations of shift divisor by
Fri, 16 Sep 2011 12:54:58 +0000 robertgault One more and hopefully last minor oversight correction R.G.
Fri, 16 Sep 2011 09:41:34 +0000 robertgault Corrected silly typo which occured during upload.
Fri, 16 Sep 2011 09:33:21 +0000 robertgault Corrected silly typo which occured during upload.
Wed, 14 Sep 2011 13:12:36 +0000 robertgault Support for DD.BIT has been added. The buffer for the bit map is calculated on the fly instead of being hard coded. To prevent parameter corruption by memory expansion, the parameters are copied into the data area.
Wed, 14 Sep 2011 13:10:54 +0000 robertgault Support for DD.BIT has been added. The buffer for the bit map is calculated on the fly instead of being hard coded.
Mon, 08 Aug 2011 01:20:40 +0000 boisy Added support for tmode (forking)
Sun, 07 Aug 2011 09:21:33 +0000 boisy Fixed issue in inetd.a
Mon, 01 Aug 2011 12:04:15 +0000 robertgault Changed two routines that are not compatible with DriveWire.
Mon, 16 May 2011 00:57:24 +0000 boisy Added 6309 code from Darren
Sun, 15 May 2011 23:09:17 +0000 boisy Fixed up for DW4
Sun, 15 May 2011 18:14:26 +0000 boisy Added DW4 code from Darren A.
Sun, 03 Apr 2011 16:16:18 +0000 boisy Golden child has a rash
Sun, 03 Apr 2011 16:15:46 +0000 boisy Added n desc
Sun, 03 Apr 2011 16:14:36 +0000 boisy Removed n0
Sun, 03 Apr 2011 16:13:18 +0000 boisy Removed unused n0
Sun, 03 Apr 2011 16:12:55 +0000 boisy Copied from coco3 bootlists
Sat, 12 Feb 2011 01:26:34 +0000 boisy Updated
Sat, 11 Sep 2010 02:44:52 +0000 boisy Updated
Sat, 11 Sep 2010 00:37:26 +0000 boisy More work
Sat, 11 Sep 2010 00:08:11 +0000 boisy Updated
Fri, 10 Sep 2010 23:12:56 +0000 boisy Fixed issues -- now no longer crashes when typing
Thu, 09 Sep 2010 20:08:51 +0000 boisy more work
Thu, 09 Sep 2010 18:31:23 +0000 boisy More work to make PIC
Thu, 09 Sep 2010 15:14:20 +0000 boisy removed jmps
Thu, 09 Sep 2010 14:58:53 +0000 boisy Updated
Thu, 09 Sep 2010 14:08:24 +0000 boisy Updated
Thu, 09 Sep 2010 12:04:43 +0000 boisy assembles
Thu, 09 Sep 2010 11:54:08 +0000 boisy Updated
Thu, 09 Sep 2010 03:41:14 +0000 boisy Getting closer
Thu, 09 Sep 2010 03:35:37 +0000 boisy Added newly disassembled version
Thu, 22 Jul 2010 06:28:14 +0000 aaronwolfe added some comments and removed testing entries
Wed, 16 Jun 2010 19:55:26 +0000 aaronwolfe added MIDI device to becker boot
Sun, 13 Jun 2010 22:48:53 +0000 lothan Conf.dat is a data module.
Sat, 12 Jun 2010 18:08:20 +0000 boisy Updated
Sat, 12 Jun 2010 12:59:23 +0000 boisy Updated
Sat, 12 Jun 2010 12:49:56 +0000 boisy Updated
Sat, 12 Jun 2010 12:22:47 +0000 boisy Now disks are made
Sat, 12 Jun 2010 12:15:54 +0000 boisy Added
Sat, 12 Jun 2010 11:59:39 +0000 boisy Added code for Gary's CoCo3FPGA interface
Sun, 30 May 2010 22:58:04 +0000 boisy Fixed seek to read response from server
Sat, 29 May 2010 05:04:13 +0000 aaronwolfe dw midi device
Sat, 29 May 2010 04:19:17 +0000 aaronwolfe change descriptor and makefiles for dw midi device
Fri, 28 May 2010 06:29:07 +0000 aaronwolfe serfastwrite support
Fri, 28 May 2010 01:47:53 +0000 boisy Added mode byte to open/create call
Sat, 22 May 2010 11:40:18 +0000 boisy Updated megaread
Thu, 20 May 2010 16:35:47 +0000 boisy *** empty log message ***
Tue, 11 May 2010 05:45:21 +0000 lothan Enabled automatic string detection in the disassembler.
Sat, 08 May 2010 05:13:38 +0000 lothan Tagged data areas and disassembled again.
Wed, 28 Apr 2010 17:29:17 +0000 robertgault Better performance, no stalling, not yet perfect regards buttons. RG
Wed, 28 Apr 2010 04:07:18 +0000 boisy Fixed crash in init routine
Wed, 28 Apr 2010 03:45:21 +0000 aaronwolfe dw3 MESS driver
Thu, 15 Apr 2010 02:57:26 +0000 boisy Added sys.zip
Tue, 13 Apr 2010 15:14:50 +0000 boisy More sound file fixes by Guillaume
Sat, 10 Apr 2010 16:34:27 +0000 robertgault The obj and obj_lsl versions are not the same. This is the lsl version. RG
Sat, 10 Apr 2010 15:16:29 +0000 boisy Commented
Sat, 10 Apr 2010 15:10:59 +0000 boisy Added comments
Sat, 10 Apr 2010 14:17:55 +0000 robertgault Now complies to Sierra instructions. RG
Sat, 10 Apr 2010 13:44:38 +0000 robertgault Cleaned up patches and attempted to keep tempo intact.
Sat, 10 Apr 2010 13:40:59 +0000 robertgault Now complies to Sierra instructions. RG
Fri, 09 Apr 2010 16:16:28 +0000 boisy More comment improvements
Fri, 09 Apr 2010 14:56:40 +0000 boisy Fixed up comments... still needs better commenting though
Fri, 09 Apr 2010 13:24:51 +0000 boisy Slight mods to comments
Thu, 08 Apr 2010 21:18:01 +0000 boisy Guillaume fixed the game sounds to work at the proper speed with the new objs_lsl interpreter
Wed, 07 Apr 2010 14:10:22 +0000 boisy Added echo
Wed, 07 Apr 2010 12:09:45 +0000 boisy Removed covdg.io from DW3 bootfile because it made bootfile too large to
Wed, 07 Apr 2010 12:07:59 +0000 boisy Updated
Wed, 07 Apr 2010 11:48:38 +0000 boisy Added
Wed, 07 Apr 2010 02:18:03 +0000 boisy More updates
Wed, 07 Apr 2010 02:15:25 +0000 boisy KQ3 now uses objs_lsl
Tue, 06 Apr 2010 13:33:37 +0000 boisy Updated
Tue, 06 Apr 2010 13:09:10 +0000 boisy Adding startup.dw
Tue, 06 Apr 2010 13:02:46 +0000 boisy Now DW has its own startup
Tue, 06 Apr 2010 01:20:16 +0000 aaronwolfe added pretty indexer to dskcopy process
Tue, 06 Apr 2010 00:31:09 +0000 boisy Updated
Tue, 06 Apr 2010 00:18:57 +0000 boisy Updated
Mon, 05 Apr 2010 23:54:56 +0000 boisy added dskcopy target
Mon, 05 Apr 2010 23:52:52 +0000 boisy Added common makefile
Mon, 05 Apr 2010 03:25:01 +0000 aaronwolfe change RENAME to MOVE in makefile
Sun, 04 Apr 2010 12:49:46 +0000 robertgault New tOC.txt file for DW3. RG
Sun, 04 Apr 2010 12:48:40 +0000 robertgault New tOC.txt file for DW3. RG
Sun, 04 Apr 2010 12:47:33 +0000 robertgault New tOC.txt file for DW3. RG
Sun, 04 Apr 2010 12:46:46 +0000 robertgault Spelling correction. RG
Sun, 04 Apr 2010 12:45:23 +0000 robertgault New tOC.txt file for DW3. RG
Sun, 04 Apr 2010 12:43:00 +0000 robertgault New tOC.txt file for DW3. RG
Sun, 04 Apr 2010 12:41:36 +0000 robertgault New tOC.txt file for DW3. RG
Sun, 04 Apr 2010 02:24:59 +0000 robertgault Permits DW3 build to work. RG
Sun, 04 Apr 2010 02:22:20 +0000 robertgault Permits DW3 build to work. Minor change so Rules don't need to change. RG
Sun, 04 Apr 2010 02:21:17 +0000 robertgault Minor change to vol.# list. RG
Sun, 04 Apr 2010 02:20:22 +0000 robertgault Permits DW3 build to work. This requires obj code not obj_lsl. RG
Sun, 04 Apr 2010 02:19:08 +0000 robertgault Permits DW3 build to work. RG
Sun, 04 Apr 2010 02:17:24 +0000 robertgault Prevents RS-232 bit at $FF20 from being toggled. RG
Sat, 03 Apr 2010 19:32:16 +0000 robertgault Prevents RS-232 bit at $FF20 from being toggled. RG
Sat, 03 Apr 2010 19:29:06 +0000 robertgault Makefile incorrectly used obj_lsl. Changed to obj directory. RG
Sat, 03 Apr 2010 14:36:43 +0000 robertgault New code prevents toggling of RS-232 line at $FF20. RG
Thu, 01 Apr 2010 01:22:00 +0000 lothan Commented Ansicode.asm and changed the code at 0015 and 0016 to data.
Wed, 31 Mar 2010 03:03:06 +0000 boisy Updated
Wed, 31 Mar 2010 02:58:46 +0000 boisy Updated
Wed, 31 Mar 2010 02:48:40 +0000 boisy Fixed issue
Wed, 31 Mar 2010 02:44:16 +0000 boisy Fixed issue
Wed, 31 Mar 2010 02:41:39 +0000 boisy Simplified coco3_h6309 files
Tue, 30 Mar 2010 22:11:36 +0000 boisy Updated bootlists
Tue, 30 Mar 2010 17:40:14 +0000 boisy more makefile fixes for drivewire
Tue, 30 Mar 2010 17:19:19 +0000 boisy No longer in level1/sys
Tue, 30 Mar 2010 17:15:07 +0000 boisy moved up
Tue, 30 Mar 2010 17:01:50 +0000 boisy Fixed issues in makefiles
Tue, 30 Mar 2010 12:48:58 +0000 boisy Removed drivewire
Tue, 30 Mar 2010 12:48:38 +0000 boisy removed libs
Tue, 30 Mar 2010 12:42:07 +0000 boisy Updated
Tue, 30 Mar 2010 02:47:03 +0000 boisy DW is now part of main dist
Tue, 30 Mar 2010 02:46:29 +0000 boisy Moved dw commands into main tree
Tue, 30 Mar 2010 02:44:42 +0000 boisy Moved net and alib files into here
Wed, 17 Mar 2010 13:17:38 +0000 boisy Updated
Fri, 12 Mar 2010 13:24:30 +0000 boisy Added
Fri, 12 Mar 2010 13:24:13 +0000 boisy Updatd
Sun, 28 Feb 2010 14:08:14 +0000 boisy No longer exiting with E$UnkSvc on GetStat
Sun, 28 Feb 2010 12:40:43 +0000 boisy Changed numeric constant to flags
Sun, 28 Feb 2010 12:37:07 +0000 boisy Formalized RFM descriptor creation
Sun, 28 Feb 2010 00:51:43 +0000 boisy Crashes on Level 1
Sat, 27 Feb 2010 23:41:17 +0000 boisy Added SetStat SS.FD
Sat, 27 Feb 2010 23:13:47 +0000 aaronwolfe fix rfm writeln
Sat, 27 Feb 2010 22:54:35 +0000 aaronwolfe rfm initial write
Sat, 27 Feb 2010 21:41:28 +0000 aaronwolfe rfm - copy works
Sat, 27 Feb 2010 14:39:02 +0000 boisy Fixed up for level 1
Sat, 27 Feb 2010 14:24:52 +0000 boisy Updated comments
Sat, 27 Feb 2010 08:26:46 +0000 aaronwolfe rfm: one T short of a meme
Sat, 27 Feb 2010 01:53:12 +0000 boisy Updated
Sat, 27 Feb 2010 01:13:14 +0000 boisy Updated comment
Sat, 27 Feb 2010 01:12:20 +0000 boisy Fixed comment
Sat, 27 Feb 2010 00:55:27 +0000 boisy Fixed bug -- list works again
Sat, 27 Feb 2010 00:49:42 +0000 boisy Fixed comments
Sat, 27 Feb 2010 00:21:08 +0000 boisy Further fixes
Sat, 27 Feb 2010 00:18:06 +0000 boisy Load V$STAT properly
Fri, 26 Feb 2010 23:21:40 +0000 boisy Almost there
Fri, 26 Feb 2010 23:02:07 +0000 boisy Updated
Fri, 26 Feb 2010 22:59:58 +0000 boisy Added PrsNam support... crashes at the moment
Fri, 26 Feb 2010 22:17:24 +0000 boisy renamed dt to dr for rfmdrv
Fri, 26 Feb 2010 22:15:18 +0000 boisy Fixed issue with rfmdrv.asm... should have all entry points
Fri, 26 Feb 2010 17:12:59 +0000 boisy Updated
Fri, 26 Feb 2010 16:05:19 +0000 boisy Save registers in 'sendit'
Fri, 26 Feb 2010 12:38:07 +0000 boisy Updated with SetStat and GetStat op entry points
Fri, 26 Feb 2010 05:24:46 +0000 aaronwolfe RFM: never say die
Fri, 26 Feb 2010 05:24:11 +0000 aaronwolfe RFM: this time its personal
Fri, 26 Feb 2010 02:25:13 +0000 aaronwolfe RFM: oh the humanity
Thu, 25 Feb 2010 05:24:23 +0000 aaronwolfe RFM again
Thu, 25 Feb 2010 02:42:06 +0000 aaronwolfe more RFM:
Thu, 25 Feb 2010 00:19:21 +0000 aaronwolfe rfm support
Thu, 25 Feb 2010 00:09:32 +0000 aaronwolfe rfm continues
Wed, 24 Feb 2010 00:37:08 +0000 aaronwolfe rfm changes
Tue, 23 Feb 2010 17:07:06 +0000 aaronwolfe RFM can simulate open,readln,close
Sun, 21 Feb 2010 06:25:53 +0000 aaronwolfe initial RFM
Sun, 21 Feb 2010 06:24:47 +0000 aaronwolfe update defs for RFM
Fri, 12 Feb 2010 22:51:23 +0000 boisy Fixed mistake on E$NotRdy
Fri, 12 Feb 2010 22:37:25 +0000 boisy Fixed
Fri, 12 Feb 2010 22:35:43 +0000 boisy Fixed
Fri, 12 Feb 2010 22:33:02 +0000 boisy Fixed hanging ENDC
Thu, 11 Feb 2010 22:19:12 +0000 aaronwolfe use dwinit to become compatible with dw3 server
Fri, 05 Feb 2010 02:41:22 +0000 chawks4 these directory no longer exist.
Thu, 04 Feb 2010 15:18:04 +0000 boisy Updates
Thu, 04 Feb 2010 15:17:15 +0000 boisy Updated
Wed, 03 Feb 2010 04:57:52 +0000 boisy Updated with new tests
Fri, 29 Jan 2010 17:11:46 +0000 boisy login now exits when receiving S$HUP
Wed, 27 Jan 2010 14:36:46 +0000 boisy Updated
Tue, 26 Jan 2010 19:39:19 +0000 boisy Updated source to use labels from os9defs
Tue, 26 Jan 2010 19:38:24 +0000 boisy Added Vi.PkSz for convenience
Tue, 26 Jan 2010 19:29:02 +0000 boisy Added
Tue, 26 Jan 2010 19:28:10 +0000 boisy Took out other mods
Tue, 26 Jan 2010 19:26:26 +0000 boisy Updated
Tue, 26 Jan 2010 17:31:00 +0000 boisy Updated
Tue, 26 Jan 2010 04:06:49 +0000 boisy Updated
Tue, 26 Jan 2010 04:04:38 +0000 boisy More updates
Tue, 26 Jan 2010 03:51:52 +0000 boisy Made progress in backporting to Level 1
Mon, 25 Jan 2010 23:06:59 +0000 boisy Updated
Mon, 25 Jan 2010 23:00:48 +0000 boisy Minor source change
Mon, 25 Jan 2010 01:47:26 +0000 boisy Updated
Sun, 24 Jan 2010 19:10:49 +0000 boisy Up
Sun, 24 Jan 2010 18:52:46 +0000 boisy Updated
Sun, 24 Jan 2010 18:48:34 +0000 boisy Games added
Sun, 24 Jan 2010 18:47:35 +0000 boisy UpdatedCVS: ----------------------------------------------------------------------
Sun, 24 Jan 2010 18:44:57 +0000 boisy Added BBS and subfolders
Sun, 24 Jan 2010 18:32:05 +0000 boisy Updated
Sun, 24 Jan 2010 17:41:06 +0000 boisy Updated
Sun, 24 Jan 2010 17:40:28 +0000 boisy Fixed space on wrong side of Data
Sun, 24 Jan 2010 17:32:49 +0000 boisy Updated
Sun, 24 Jan 2010 17:25:54 +0000 boisy Makefile
Sun, 24 Jan 2010 17:20:05 +0000 boisy OS-9 L2 BBS Commands disassembled
Sun, 24 Jan 2010 15:58:47 +0000 boisy Better
Sun, 24 Jan 2010 15:57:06 +0000 boisy Too big
Sun, 24 Jan 2010 15:56:38 +0000 boisy Added
Sun, 24 Jan 2010 15:01:41 +0000 boisy Optimized a bit
Sun, 24 Jan 2010 15:00:25 +0000 boisy Fixed error on Level 2 opening /N-1
Sun, 24 Jan 2010 05:08:45 +0000 boisy Updated
Sun, 24 Jan 2010 04:19:46 +0000 boisy More optimizations for Level 1
Sun, 24 Jan 2010 04:01:43 +0000 boisy Updated edition
Sun, 24 Jan 2010 03:59:38 +0000 boisy SCF removed since it has been backported to level 1
Sun, 24 Jan 2010 03:58:59 +0000 boisy Level 2 SCF has been backported to Level 1 -- still needs testing but
Sun, 24 Jan 2010 03:51:32 +0000 boisy Fixed problems with Level 1
Sun, 24 Jan 2010 01:52:11 +0000 aaronwolfe new defs for ISR polling frequency
Sun, 24 Jan 2010 01:51:34 +0000 aaronwolfe dynamic ISR/poll frequency
Sun, 24 Jan 2010 00:50:58 +0000 boisy More fixes
Sun, 24 Jan 2010 00:40:46 +0000 boisy Fixed SCF to allow it to return if SS.Open errored out.
Sat, 23 Jan 2010 22:49:02 +0000 boisy Updated comments
Sat, 23 Jan 2010 22:37:16 +0000 boisy Now we have a /N descriptor... and the code in scdwn.asm to handle it.
Sat, 23 Jan 2010 14:55:34 +0000 chawks4 Build syslibs too.
Sat, 23 Jan 2010 04:04:40 +0000 boisy Updated source file with comments
Sat, 23 Jan 2010 00:43:29 +0000 boisy Fixed incorrect labels, added comments... no code differences.
Fri, 22 Jan 2010 12:18:22 +0000 boisy Updated
Thu, 21 Jan 2010 22:05:34 +0000 boisy Added thesis test programs
Thu, 21 Jan 2010 19:47:58 +0000 boisy Added new conevience macros
Thu, 21 Jan 2010 14:08:18 +0000 boisy Updates
Thu, 21 Jan 2010 13:07:03 +0000 boisy Updated
Thu, 21 Jan 2010 03:19:18 +0000 boisy Added back code to send S$HUP to V.LPRC
Thu, 21 Jan 2010 00:25:08 +0000 boisy Removed scdwn stuff
Thu, 21 Jan 2010 00:16:19 +0000 boisy Renamed S$Peer to S$HUP
Wed, 20 Jan 2010 21:33:26 +0000 gheskett *** empty log message ***
Wed, 20 Jan 2010 21:21:42 +0000 boisy Added SHARE. support (needed for DWNet)
Wed, 20 Jan 2010 20:39:23 +0000 boisy Updated
Wed, 20 Jan 2010 20:33:48 +0000 boisy New work
Wed, 20 Jan 2010 19:48:03 +0000 boisy /Term is the new /N0
Wed, 20 Jan 2010 19:47:48 +0000 boisy Fixed /Term in place of /N0
Wed, 20 Jan 2010 19:47:38 +0000 boisy Term replacles /N0
Wed, 20 Jan 2010 15:02:53 +0000 gheskett Changeing coco3_6309/makefile to id the disks as level 3
Wed, 20 Jan 2010 12:45:05 +0000 boisy Updated to remove DW3 for now
Wed, 20 Jan 2010 12:41:46 +0000 boisy Minor comments
Wed, 20 Jan 2010 12:41:05 +0000 boisy Added comments
Tue, 19 Jan 2010 16:23:33 +0000 boisy fixed assemble error
Tue, 19 Jan 2010 16:22:27 +0000 boisy Sends S$Peer
Tue, 19 Jan 2010 16:22:09 +0000 boisy Made to honor S$Peer signal (sent when peer disconnects)
Mon, 18 Jan 2010 22:38:30 +0000 boisy Updated
Mon, 18 Jan 2010 20:48:47 +0000 boisy took out wildcard support for now
Mon, 18 Jan 2010 01:23:40 +0000 boisy Updated
Mon, 18 Jan 2010 01:16:37 +0000 boisy Moved
Mon, 18 Jan 2010 01:11:16 +0000 boisy Fixed 6809 mistake
Sun, 17 Jan 2010 21:44:35 +0000 boisy Added LEVEL3
Sun, 17 Jan 2010 21:42:26 +0000 boisy Updated and added coco3_6309
Sun, 17 Jan 2010 21:38:06 +0000 boisy Added Level 3
Sun, 17 Jan 2010 21:35:51 +0000 boisy Added Level 3
Sat, 16 Jan 2010 20:32:16 +0000 boisy Update
Sat, 16 Jan 2010 18:58:31 +0000 boisy comments added
Sat, 16 Jan 2010 18:22:49 +0000 chawks4 Fix for /bin/sh: command substitution: line 0: unexpected EOF
Sat, 16 Jan 2010 16:31:18 +0000 chawks4 Didn't compile since dwdefs.d was moved...
Sat, 16 Jan 2010 00:06:53 +0000 boisy Updated
Fri, 15 Jan 2010 15:55:35 +0000 boisy Added SHARE. bit to device driver and descriptor
Fri, 15 Jan 2010 15:54:53 +0000 boisy Made change to workings of SHARE. bit to what I believe is the proper way.
Thu, 14 Jan 2010 17:41:15 +0000 boisy UTIL no longer used in creation of descriptors
Thu, 14 Jan 2010 11:58:56 +0000 boisy added SS.Close
Wed, 13 Jan 2010 21:56:37 +0000 boisy Changes made to scdwn now send 2 bytes at INIT... server should get mode
Wed, 13 Jan 2010 16:13:32 +0000 boisy More updates
Wed, 13 Jan 2010 15:48:52 +0000 boisy Fixed issue with wrong offset into ssig stuff
Wed, 13 Jan 2010 14:55:13 +0000 boisy Updated
Wed, 13 Jan 2010 14:54:43 +0000 boisy Updated rules.mak
Wed, 13 Jan 2010 12:53:17 +0000 boisy Updated
Wed, 13 Jan 2010 12:45:50 +0000 boisy Updated to handle SSig on data ready
Wed, 13 Jan 2010 05:33:18 +0000 boisy added pipedefs
Wed, 13 Jan 2010 05:25:36 +0000 boisy Updated
Wed, 13 Jan 2010 05:22:53 +0000 boisy Updated
Wed, 13 Jan 2010 05:22:08 +0000 boisy Updated
Wed, 13 Jan 2010 04:44:24 +0000 boisy added lib
Wed, 13 Jan 2010 04:44:01 +0000 boisy moved to ../lib
Wed, 13 Jan 2010 04:38:41 +0000 boisy sys libs now being made here
Wed, 13 Jan 2010 02:40:41 +0000 boisy Set linker
Tue, 12 Jan 2010 21:43:57 +0000 boisy Renamed scdwt to scdwn, t/u to n descriptors
Tue, 12 Jan 2010 12:45:33 +0000 boisy Fixed wrong def for cogrf
Mon, 11 Jan 2010 04:20:41 +0000 aaronwolfe Edition #3 - for vtio instead of cc3io Willard Goosey
Wed, 06 Jan 2010 01:55:30 +0000 aaronwolfe added DWINIT op code, dw3 now sends on init just before installing VIRQ
Tue, 05 Jan 2010 21:20:06 +0000 boisy Fixed term_scdwt.dt to have $FF00 as address
Mon, 04 Jan 2010 23:57:29 +0000 boisy Updated
Mon, 04 Jan 2010 23:55:55 +0000 boisy Fixed makefiles
Mon, 04 Jan 2010 02:38:40 +0000 boisy Formatted sources a little better
Mon, 04 Jan 2010 01:26:14 +0000 boisy Fixed signal problem
Mon, 04 Jan 2010 01:16:23 +0000 boisy Clear V.WAKE after waking from sleep
Sun, 03 Jan 2010 22:09:41 +0000 aaronwolfe term signal sending for serread port status responses
Sun, 03 Jan 2010 20:29:41 +0000 boisy clock2_dw3 now gets seconds (6 byte time packet)
Sun, 03 Jan 2010 19:30:00 +0000 aaronwolfe fix dw3/serreadm new format
Sun, 03 Jan 2010 18:42:59 +0000 aaronwolfe Made changes
Sun, 03 Jan 2010 17:36:23 +0000 boisy Fixed crash in advertisting getstat
Sun, 03 Jan 2010 15:24:52 +0000 boisy Driver now moved ISR to dw3, all works
Sun, 03 Jan 2010 14:35:04 +0000 boisy Changes made to move ISR to dw3
Sun, 03 Jan 2010 14:29:29 +0000 boisy Removed earlier port signal defintions, now S$Peer is used
Sun, 03 Jan 2010 14:07:45 +0000 boisy Moved scdwt driver static storage definitions to dwdefs.d
Sat, 02 Jan 2010 12:16:51 +0000 boisy Dressed up source more
Sat, 02 Jan 2010 11:38:33 +0000 boisy We no longer advertise SS.Ready GetStat to the server
Fri, 01 Jan 2010 17:01:26 +0000 boisy Fixed padding for 6309 kernel
Fri, 01 Jan 2010 14:29:33 +0000 boisy Modified F$Move 6809 version not to use stack while MMU is taken over
Thu, 31 Dec 2009 21:08:11 +0000 boisy Update
Thu, 31 Dec 2009 21:08:01 +0000 boisy Update
Thu, 31 Dec 2009 20:20:09 +0000 boisy Fixed crash in Init in F$Link failure
Thu, 31 Dec 2009 19:29:59 +0000 boisy Fixed a potential crash in Term
Thu, 31 Dec 2009 14:22:59 +0000 boisy Added customboots for testing
Thu, 31 Dec 2009 13:57:12 +0000 boisy Fixed source
Thu, 31 Dec 2009 12:34:31 +0000 boisy Added drivewire target
Wed, 30 Dec 2009 20:06:59 +0000 boisy Removed DW server specific stuff
Wed, 30 Dec 2009 20:05:52 +0000 boisy No more DW server specific stuf
Wed, 30 Dec 2009 20:03:25 +0000 boisy Removed DW server specific stuff
Wed, 30 Dec 2009 20:02:02 +0000 boisy DriveWire Internet server now made in 3rdparty/packages/drivewire
Wed, 30 Dec 2009 16:20:53 +0000 boisy Driver now sends OP_SERGETSTAT and OP_SERSETSTAT to server, along with
Tue, 29 Dec 2009 13:47:59 +0000 boisy Updated descriptors
Tue, 29 Dec 2009 13:01:18 +0000 boisy Fixed little bitty bug
Tue, 29 Dec 2009 12:42:29 +0000 boisy Added CTRL-C CTRL-E for single read only (not multiread)
Tue, 29 Dec 2009 02:34:05 +0000 boisy Updated from Aaron's sources
Tue, 29 Dec 2009 02:06:49 +0000 boisy Startup added
Tue, 29 Dec 2009 02:05:35 +0000 boisy Fixed again
Tue, 29 Dec 2009 02:03:17 +0000 boisy Fixed bootfile
Tue, 29 Dec 2009 01:33:24 +0000 boisy Fixed assembly error
Tue, 29 Dec 2009 01:28:47 +0000 boisy Updated for up to 31 ports
Tue, 29 Dec 2009 01:15:05 +0000 boisy Made creation of modules a tad nicer
Tue, 29 Dec 2009 00:52:58 +0000 boisy again!
Tue, 29 Dec 2009 00:52:05 +0000 boisy Fixed slight error in calculating name
Tue, 29 Dec 2009 00:48:58 +0000 boisy SERINIT now sends PD.PAR byte as mode byte to server
Tue, 29 Dec 2009 00:15:54 +0000 boisy Added chat utility
Mon, 28 Dec 2009 23:24:50 +0000 boisy Moved F$STime call into area where F$VIRQ fails
Mon, 28 Dec 2009 22:56:27 +0000 boisy Clear out D.DWStat pointer in Term to fix a bug
Mon, 28 Dec 2009 21:43:46 +0000 boisy Driver now calls F$STime to insure F$VIRQ call is installed by Clock
Mon, 28 Dec 2009 20:50:34 +0000 boisy Fixed dwtdesc.asm for T0 to be nonsharable.
Mon, 28 Dec 2009 14:10:29 +0000 boisy I now clear out 256 byte page