FUZIX.git
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
2014-11-25 Alan Coxtrs80: update to new _discard
2014-11-25 Alan Coxnc100: update to new _discard
2014-11-25 Alan Coxmsx2: update to new _discard logic
2014-11-25 Alan Coxmsx1: update to new discard
2014-11-25 Alan Coxkdata,start: undo the bufpool hack
2014-11-25 Alan Coxz80pack: link _DISCARD at 0xE000
2014-11-25 Alan Coxz80pack: Keep discard separate
2014-11-25 Alan Coxbinman: Pack the _DISCARD section so it can be relocate...
2014-11-25 Alan CoxMakefile: put string constants from the startup into...
2014-11-25 Alan Coxz80pack: remove facepalm
2014-11-25 Alan Coxprocess: Add loadav calculator.
2014-11-25 Alan Coxkn_open: shave off 30 bytes
2014-11-25 Alan Coxi_alloc: shave another 60 bytes off
2014-11-24 Alan Coxz80pack: use end of bounce buffer for swap stack
2014-11-24 EtchedPixelsMerge pull request #19 from atsidaev/clean-apps
2014-11-24 Alexander Tsidaevapps: add binman support and produce FUZIX executables
2014-11-24 Alexander Tsidaevlibrary: line endings fix, file modes fix.
2014-11-24 salexFixed library and apps maker.
2014-11-24 EtchedPixelsMerge pull request #18 from atsidaev/clean-24112014
2014-11-23 Alexander Tsidaevzx128: custom banking added
2014-11-23 Alan Coxz80pack: kill dead code
2014-11-23 Alan Coxexecve: per CPU magic, also allow for different program...
2014-11-23 Alan Coxz80pack: update Makefiles to have correct rules for...
2014-11-23 Alexander Tsidaevzx128: vt keyboard scan bug fixed
2014-11-23 Alexander Tsidaevzx128: fd_bankcmd eliminated at last
2014-11-23 Alexander Tsidaevzx128: multitasking support
2014-11-23 Alan Coxz80pack: add shared devlpr
next