FUZIX.git
2019-03-05 Alan Coxpentagon: fix various bank handling bugs
2019-03-05 Alan Coxpentagon: fix the bank numbers
2019-03-05 Alan Coxpentagon: remove pointless define
2019-03-05 Alan Coxpentagon: set the bank size correctly
2019-03-05 Alan Coxnemoide: optimize a silly code path
2019-03-04 Alan Coxpentagon: IDE interface update
2019-03-03 Alan Coxpentagon: Fix banking changes
2019-03-03 Alan Coxz80: build trdify
2019-03-03 Alan Coxpentagon: sort the loader out (sort of anyway)
2019-03-03 Alan CoxMakefile: clean up bank files
2019-03-02 Alan CoxCREDITS: this was fixed remove the FIXME
2019-03-02 Alan CoxMakefile: update
2019-03-02 Alan Coxsc108/sc114: merge the ports and use the ROM hooks
2019-03-01 Alan Coxsyscall_other: final (I hope) batch of uint8_t strict...
2019-03-01 Alan Coxsyscalls: fix remaining char v uint8_t warnings
2019-03-01 Alan Coxv85: add 6850 ACIA speed/setting controls
2019-03-01 Alan Coxcp: replace cp (and it can be used for mv ln) with...
2019-03-01 Alan Coxzxdiv48: minor Makefile tweakery
2019-03-01 Alan Coxzxdiv: turn on ZX Uno features if present
2019-03-01 Alan Coxzxuno: add some helpers for putting the ZX Uno into...
2019-03-01 Alan Coxsyscall_net: do the change so we keep the socket number...
2019-03-01 Alan Coxopendir: correct const usage to match standard
2019-03-01 Alan Coxgetopt: correct const v non consts in prototype to...
2019-03-01 Alan Coxvisualize: really _CODE is bank 0 so report it as 0...
2019-03-01 Alan Coxvisualize: add in more of the bank types
2019-02-28 Alan Coxtools: add a maketap tool for spectrum .tap files
2019-02-28 Alan Coxlinc80: update notes
2019-02-28 Alan Coxflat: flat models have their own valaddr and it needs...
2019-02-28 Alan Coxmntent: fix hasmntopt return for not found
2019-02-28 Alan Coxcpuinfo: note that there's an even buggier R flags...
2019-02-28 Alan Coxzx+3: oops turn the floppy off when idle
2019-02-28 Alan Coxkernel: kiss char * goodbye as much as possible, also...
2019-02-28 Alan Coxv85: add floppy, ramdisc and rtc
2019-02-28 Alan Coxtrs80m1: remove debugging code
2019-02-28 Alan Coxrc2014: clarify CTC card
2019-02-28 Alan Coxamstradnc: typo fix
2019-02-28 Alan Coxfdc765: fix off by one
2019-02-24 Alan Coxyaz180: ppide changes
2019-02-23 Alan Coxv65c816:fix config
2019-02-20 Alan Coxzxdiv48: Initial code for 48K ZX Spectrum with DivIDE...
2019-02-20 Alan Coxvisualize: allow visualisation of banked kernels
2019-02-20 Alan Coxbinmunge: support more banks, and fix hardcoded bank...
2019-02-20 Alan Coxz80: single process banked kernel
2019-02-20 Alan Coxz80single: remove comment for work done
2019-02-20 Alan Coxz80: add out16 for out's to a 16bit port, and in16...
2019-02-20 Alan Coxswap: allow offet 0 to be used for swap
2019-02-20 Alan Coxkernel remove dead old z80 def file
2019-02-20 Alan Coxv68: kill stale dead experimeting trees
2019-02-20 Alan Coxspx302: Initial code sketch for the SPX302/MPU302 conve...
2019-02-20 Alan Coxmake: fix make clean rules
2019-02-20 Alan Coxv85: update for the latest v85 to allow reboot
2019-02-20 Alan Coxz80/rabbit: The big rearrange of U_DATA to _udata offsets
2019-02-19 Alan Coxpentagon: fix I/O ports on sketch of loader code
2019-02-19 Alan Coxconfigs: add direct I/O to various platforms that can...
2019-02-19 Alan Coxamstradnc: use generic 16 banking code
2019-02-19 Alan Coxz80: unified z80 4 x 16 bank tricks code
2019-02-19 Alan Coxnc100: fix weird crash caused by _HOME segment
2019-02-19 Alan Coxn8vem: fix missing newline
2019-02-19 Alan Coxconfig: update so everyone has BOOTDEVICENAMES
2019-02-19 Alan Coxfilesys: not an optimization to look into
2019-02-18 Alan Cox8080: small uzero optimization
2019-02-18 Alan Coxv85: switch to vectored interrupts and use some 8085...
2019-02-17 Alan Cox8080: add framework for 8085 vectored interrupts and...
2019-02-16 Alan Coxv85: intial merge of the port
2019-02-16 Alan Coxstart: move memory printing
2019-02-16 Alan Coxtc2068: remove work done from README
2019-02-16 Alan CoxREADME.md: update
2019-02-16 Alan Coxv8080: remove rst.s and update documentation
2019-02-16 Alan Coxcpuinfo: add 8080 support
2019-02-16 Alan Cox8080: fix a bug in the cpu detection code
2019-02-16 Alan Coxv8080: align with upstream rsts
2019-02-16 Alan Coxsh: add string.h for strsignal()
2019-02-16 Alan Coxdf: update to match changes in includes and speed up
2019-02-15 Alan Coxv8080: update README
2019-02-15 Alan Coxrabbit: htons/htonl
2019-02-15 Alan Cox8080: fix low level signal delivery logic
2019-02-15 Alan Cox8080: commit the crt0 files I forgot
2019-02-15 Alan Cox8080: turn on interrupt support and pre-emption
2019-02-15 Alan Coxv8080: update README
2019-02-15 Alan Coxv8080: use the 8080 checker we added
2019-02-15 Alan Coxcheck8080: warn if we accidentally suck in stuff we...
2019-02-15 Alan Cox8080: fix strerror/perror - 8080 is little endian
2019-02-15 Alan Coxsysconf: pagesize could be 64K
2019-02-15 Alan Coxlibc: correct for small change to mount struct
2019-02-15 Alan Coxtail: use static buffer to keep cc65 happy
2019-02-15 Alan Coxpagesize: use long types
2019-02-15 Alan Coxman: keep stack usage down to keep cc65 happy
2019-02-15 Alan Coxsh: msg array is surplus now the shell uses the libc...
2019-02-15 Alan Coxsh: use proper signal names from the library
2019-02-15 Alan Cox8080: fix uget return
2019-02-15 Alan Coxv8080: update for the rst changes
2019-02-15 Alan Coxv8080: update README
2019-02-15 Alan Cox8080: sketch out the irq saves needed
2019-02-15 Alan Cox8080fixedbank: note some areas to look at for switching
2019-02-12 Alan Cox8080fixedbank: fix switching bugs
2019-02-11 Alan Coxlibrary: add some build rules
2019-02-11 Alan Cox8080: 'fast' fork copier: 24 clocks/byte
2019-02-11 Alan Coxv8080: update README
2019-02-11 Alan Cox8080: cpu type detection
2019-02-11 Alan Cox8080fixedbank: remove some debug
next