FUZIX.git
2014-12-14 Alan Coxmtx: mask sector count on side1
2014-12-14 Alan Coxmtx512: undo that
2014-12-14 Alan Coxmtx512: Add tools for converting fuzix fs images into...
2014-12-14 Alan Coxmtx: 80 column driver
2014-12-14 Alan Coxmtx: Set the crtc up properly
2014-12-14 Alan Coxmtx: Further work on the floppy driver
2014-12-14 Alan Coxfsck: bug fixes for big endian fsck on small endian box
2014-12-14 Alan Coxmtx: fix typo
2014-12-14 Alan Coxmtx: Fix up the consoles and serial
2014-12-14 Alan Coxvt: Add support for switching vt state
2014-12-14 Alan Coxvdp1: Allow mixed VDP/non VDP
2014-12-13 Alan Coxmtx: Initialize the VDP and use it for vt work
2014-12-13 Alan Coxmtx: correct VDP
2014-12-13 Alan Coxmtx: move things about to allow space for unpack
2014-12-13 Alan Coxmtx: link VIDEO in the right place
2014-12-13 Alan Coxmtx512: Initial port code
2014-12-13 Alan Coxvdp1: Allow the VDP location to be defined not hard...
2014-12-11 Alan Coxmicrodrive: move the work buffer somewhere better
2014-12-11 Alan Coxzx128, tools: Update bintomdv to upload the entire...
2014-12-11 Alan Coxmdv: turn on the motor when reading the maps - it helps
2014-12-11 Alan Coxzx128: on a panic halt and spin
2014-12-11 Alan Coxzx128: kernel.def option to decide if we want to microd...
2014-12-11 Alan Coxmicrodrive: fix a few bugs
2014-12-11 Alan Coxzx128, Makefile: add rules for mdv building, rebalance...
2014-12-10 Alan Coxtrs80: Fix off by one in floppy code
2014-12-10 Alan Coxbintomdv: convert the binary into microdrive cartridge...
2014-12-10 Alan CoxMakefile: add run for bintomdv
2014-12-10 Alan Coxzx128: link and crt0
2014-12-10 Alan Coxzx128: put devices in the same order as other platforms...
2014-12-10 Alan Coxzx128: Add support for the sinclair Microdrive
2014-12-10 Alan Coxtrs80: further work on the hd driver
2014-12-10 Alan Coxdragon: fix off by one in devfd
2014-12-10 Alan Cox6502: typo fix
2014-12-07 Alan Coxfcc: Fix link of start code
2014-12-07 Alan Coxqsort: fix sort order
2014-12-07 Alan Coxssh: fflush the shell prompt
2014-12-07 Alan Coxqsort: fix _wqsort
2014-12-06 Alan Coxtrs80: first cut at a WD1010 hard disk driver
2014-12-06 Alan Coxtrs80: first cut at a floppy driver based upon the...
2014-12-06 Alan Coxdragon: fix floppy warning
2014-12-06 Alan Coxputdigit: microoptimisations
2014-12-06 Alan Coxplatform-dragon: floppy driver updates
2014-12-06 Alan Coxdragon: initial fdc work
2014-12-05 Alan Coxdragon: first cut at a floppy driver
2014-12-04 Alan CoxREADME.md: update status a bit
2014-12-03 EtchedPixelsMerge pull request #22 from atsidaev/lib-20141204
2014-12-03 Alexander Tsidaevvsprintf: 'static' removed from function declaration...
2014-12-03 b2mreaddir: string length bug fix
2014-12-02 Alan CoxREADME.md: typo
2014-12-01 Alan CoxStandalone: feel it all through indent
2014-11-30 Alan Coxutils: Allow for wrong endian file systems
2014-11-30 Alan Coxxfs2: auto-switch endianness and fix build bug
2014-11-30 Alan Coxmkfs: indent and clean
2014-11-30 Alan Coxmkfs: remove dosendian damage
2014-11-30 Alan Coxmkfs: add basics to allow wrong endian creation
2014-11-30 Alan Coxmicropack: Add needed NMOS define
2014-11-30 Alan Coxfsck: Support checking a "wong endian" file system
2014-11-30 Alan Coxucp: provision for endianness handling
2014-11-30 Alan Coxtimer: fix struct assigns
2014-11-30 Alan Coxz80: add different includes for CMOS/NMOS Z80
2014-11-30 Alan Coxz80: add NMOS v CMOS indicator to all the platforms
2014-11-29 Alan Coxdragon: remove bogus comment
2014-11-29 Alan Coxdragon: remove junk from devtty.h
2014-11-29 Alan Coxusermem_sam: Bug fixes
2014-11-29 Alan Coxstart: remove bogus copy of const object - make it...
2014-11-28 Alan Coxtime_t: use a 32bit pair in kernel
2014-11-28 Alan Coxdevio: tty queue functions are really unsigned char
2014-11-28 Alan Cox6809: Switch to -Os
2014-11-28 Alan Coxstart: put the termios init data into const
2014-11-28 Alan Coxvt: go back to memcpy
2014-11-28 Alan Coxdragon: update the configuration file
2014-11-28 Alan Cox6809: remove debug from lowlevel code, add more compile...
2014-11-28 Alan Coxdragon: use usermem_sam
2014-11-28 Alan Coxdragon: SAM implementation of the user memory copier
2014-11-28 Alan Coxdragon: fix memcpy prototype and implementation
2014-11-27 Alan CoxREADME.md: expand notes on 64K size
2014-11-27 Alan CoxMakefile: avoid soft registers on 6809 for now
2014-11-27 Alan Coxdragon: Major updates
2014-11-27 Alan Coxdragon: move the display to 0x6000
2014-11-27 Alan Coxz80: Add bits ready for any endian fixing we have to do
2014-11-27 Alan Coxdragon: update the instructions
2014-11-27 Alan CoxMakefile: split video/videodata on 6809 as we are ROMmi...
2014-11-27 Alan Coxdragon: Update the link map
2014-11-27 Alan Coxdragon: update crt0.s to allow for the work done in...
2014-11-27 Alan Coxdragon: rewrite the setup code
2014-11-27 Alan Coxdragon: 64K RAM not 96K
2014-11-27 Alan Coxdragon: Build the rom images not just fuzix.bin
2014-11-27 Alan Coxdragon: remove dead bits, add vt mapper function
2014-11-27 Alan Coxdragon: correct config.h, turn on new vt features etc
2014-11-27 Alan Coxdragon: do char mapping in the right spot
2014-11-27 Alan Cox6809: add mulhi
2014-11-27 Alan Coxdecbdragon: Turn the DECB stream into a set of ROM...
2014-11-27 Alan Coxvt: minor fixes and a temporary hack
2014-11-25 Alan Coxz80pack: fix silly unfixed comment from early 48K setup
2014-11-25 Alan Coxz80pack32: Prototyping work to support 32K + 32K fixed...
2014-11-25 Alan Coxbinman: sanity check data area, fix end reporting
2014-11-25 Alan Coxsocz80: update to new _discard
2014-11-25 Alan Coxpcw8256: note zero requirement
2014-11-25 Alan Coxz80pack-lite: update to new _discard
2014-11-25 Alan Coxpcw8256: update to new _discard
next