FUZIX.git
2014-12-18 Alan Coxz80pack: Switch to shared z80 banking code
2014-12-18 Alan Coxtrs80: use shared bank code
2014-12-18 Alan Coxtrs80: move to E800
2014-12-18 Alan Coxmtx; switch to the shared z80 banking code
2014-12-18 Alan Coxz80: introduce a common z80fixedbank.s
2014-12-18 Alan Coxtrs80: bring things up to the bootdev prompt
2014-12-18 Alan Coxvt: Fixes for the simple vt code
2014-12-18 Alan Coxstart: remove old tty debug, and fix mix of (c) and (C)
2014-12-18 Alan Coxtrs80load: TRS80 loader
2014-12-18 Alan Coxtrs80: move udata and program top
2014-12-18 Alan Coxprocess: flag a tiny race
2014-12-18 Alan Coxtrs80,floppy: bug fixes noticed in passing
2014-12-18 Alan Coxtrs80: update config.h
2014-12-18 Alan Coxtrs80: Add a tool to build the needed jv3 images
2014-12-18 Alan Coxtrs80: adjust link map to make more sense
2014-12-18 Alan Coxmtx: now the serial is sorted remove the polling
2014-12-17 Alan Cox6502: Clean up the expanded 6502 bits
2014-12-16 Alan CoxTODO: update done stuff, also fix related comment that...
2014-12-16 Alan Coxmtx: Update the floppy code to turn off the motor when...
2014-12-16 Alan Coxmtx: update the README
2014-12-16 Alan Coxmtx: include a 6x8 font and upload it into the VDP
2014-12-16 Alan Coxvt: don't vanish the cursor on vt switches
2014-12-16 Alan Coxmtx: tty fixes
2014-12-16 Alan Coxmtx: correct pagemap loading
2014-12-16 Alan Coxz80: note assumption in commonmem sizing
2014-12-16 Alan Coxmtx: allow some more space during boot by moving _DISCA...
2014-12-16 Alan Coxfont6x8: Include config.h
2014-12-16 Alan Coxfont6x8: Add to Makefile
2014-12-16 Alan Coxfont8x8: Shrink font, compensate for base change
2014-12-16 Alan Coxfont6x8: 6 by 8 font courtesy of LinuxLCD
2014-12-16 Alan CoxREADME: update
2014-12-15 Alan Coxmtx: Clean up the port and tidy loose ends
2014-12-15 Alan Coxmtx: README
2014-12-15 Alan Coxmtx: clean up caching of page state
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
next