FUZIX.git
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
2014-11-23 Alan Coxz80pack: share the lpr driver code
2014-11-23 Alan Coxz80pack: clean up common devtty between versions
2014-11-23 Alan Coxz80pack-lite: link _discard suitably
2014-11-23 Alan Coxz80pack-lite: get it to build again
2014-11-23 Alan Coxmicropack: use the shared devfd
2014-11-23 Alan Coxz80pack-lite: bring into alignment with modernity
2014-11-23 Alan Coxz80pack-lite: clean up old code
2014-11-23 Alan Coxz80pack-lite: bring up to date a bit more
2014-11-23 Alan Coxz80pack-lite: clean up config, use common devfd
2014-11-23 Alan Coxz80pack: devfd updates
2014-11-23 Alan Coxz80pack: Move devfd somewhere common
2014-11-22 Alan CoxMakefile: remove comment - staying with uzi.lnk orderin...
2014-11-22 Alan Coxpcw8256: fix ramtop definition
2014-11-22 Alan Coxpcw8256: fix swap defines
2014-11-22 Alan Coxpcw8256: Various fixes
2014-11-22 Alan Coxcommonmem: switch some platforms to using the new ...
2014-11-22 Alan Coxcommonmem: add a standard Z80 commonmem to .include
2014-11-22 Alan Coxz80pack: fix comment
2014-11-22 Alan Coxvdp: Create a shared device area
2014-11-22 Alan Cox_open: fix static corruptor
2014-11-22 Alan Coxmm: remove fairly useless and non-portable optimisation...
2014-11-22 Alan Coxtypes: rework the types for the BASE/TOP configurations
2014-11-21 Alan Coxnc100: Update to put platform _kernel_flag in common
2014-11-21 Alan Coxnc100: Correct tty code
2014-11-21 Alan Coxpagemap_realloc: This is the amount of memory neede...
2014-11-21 Alan Coxusermem: always trap NULL pointers
2014-11-21 Alan Coxbank16/32k: compute common area allowance
2014-11-21 Alan Coxsyscall_exec: Introduce the notion of both a base and...
2014-11-21 Alan Coxdevsys: note a Z80 assumption to fix
2014-11-20 Alan Coxinit: Fix environment handling
2014-11-20 Alan Coxputenv: Fix NULL environment handling
2014-11-20 Alan Coxultoa: this one escaped the pruning
2014-11-20 Alan Coxcrt0: Correct environment and argument parsing
2014-11-18 Alan Coxunbanked: Update comments
2014-11-18 Alan Coxbank32: make passive provision for awkward boxes with...
2014-11-18 Alan Coxpcw8256: Continued work
2014-11-18 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2014-11-18 Alan CoxFrom: William R Sowerbutts
2014-11-18 EtchedPixelsMerge pull request #14 from atsidaev/ucp
2014-11-18 Alexander Tsidaevucp: chmod parameters order fixed
2014-11-17 Alan Coxlowlevel-z80: remove accidentally commited debugging...
2014-11-16 Alan Coxdragon: continue fleshing out
2014-11-16 Alan Coxlowlevel-z80: di/ei handling
2014-11-16 Alan Cox6502: Start fleshing out how the port would work
2014-11-16 Alan Coxexecve: remove some debug noise
next