FUZIX.git
2019-04-06 Alan Coxsunrise: assorted fixes
2019-04-06 Alan Coxmsx1: we don't have a stash on one process model remove...
2019-03-31 Alan Coxsc108: need to support ACIA
2019-03-31 Alan Coxmtx: update README
2019-03-31 Alan Cox8080/8085: optimizations that are useful go to -O4
2019-03-31 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2019-03-31 EtchedPixelsMerge pull request #697 from beretta42/tar
2019-03-31 Brett Gordontar: embolster documentation!
2019-03-30 Brett Gordontar: debug stat problems
2019-03-30 Brett Gordontar: support block factor for tape
2019-03-27 Tormod Voldensyscall_fs2: Add parentheses to fix gcc warning
2019-03-27 Tormod Voldendragon-mooh: Fix signedness mismatch in vc functions
2019-03-27 Tormod Voldenfilesys: Fix gcc warning
2019-03-27 Tormod Voldendragon-nx32: Update custom /etc/rc with mount change
2019-03-23 Alan CoxREADME: update on 8080/5 front
2019-03-23 Alan Coxatarist: Start filling in the drivers
2019-03-23 Alan Coxmbr: note we will need to make this return a code at...
2019-03-23 Alan Coxdevide: fix missing REG in name
2019-03-23 Alan Coxahdi: first cut at Atari partition formats
2019-03-18 Alan Coxmtx: Memotech updates
2019-03-18 Alan Coxgraphics: add another format
2019-03-17 Alan Coxsbcv2: update README
2019-03-17 Alan Coxatarist: get the fdc probing and add blkdev for the...
2019-03-17 Alan Coxatarist: first cut at writing a floppy driver for the...
2019-03-17 Alan Coxatarist: 200Hz ticker
2019-03-16 Alan Coxatarist: get the timers and console working
2019-03-16 Alan Coxatari-st: this gets us to the point the mono console...
2019-03-16 Alan Cox68000: add Atari ST bootblock checksumming tool
2019-03-16 Alan Coxrc2014: fix up the banking code and update the bootloader
2019-03-16 Alan Coxdevide: make the generic devide correct for banked...
2019-03-15 Alan Coxrc2014: lay groundwork to make rc2014 run a banked...
2019-03-15 Alan Coxds1302: unify all the code and banked versions too
2019-03-15 Alan Coxdevfd_hw: add a banked version
2019-03-15 Alan Coxtrs80m1: fix banking to cover CODE4
2019-03-15 Alan Coxmore type alignments
2019-03-15 Alan Coxdev: sync more types
2019-03-14 Alan Coxrc2014-tiny: align types
2019-03-14 Alan Coxrc2014-sbc64: align types and fix a Makefile ordering bug
2019-03-14 Alan Coxrc2014: align types
2019-03-14 Alan Coxp112: align types
2019-03-14 Alan Coxdevscsi: align types
2019-03-13 Alan Coxdev: more device type alignment
2019-03-13 Alan Coxn8vem-mark4: align types
2019-03-13 Alan Coxmulticomp09: align types
2019-03-13 Alan Coxmtx: align with type changes and update TODO list
2019-03-13 Alan Coxmsx2: align types
2019-03-13 Alan Coxtty: fix some of the kputchar sign breakages
2019-03-13 Alan Coxdragon-nx32: initial type resync
2019-03-13 Alan Coxvt: align with type changes
2019-03-13 Alan Coxcoco3: initial alignment of type changes
2019-03-13 Alan Coxcoco2cart: align with type changes
2019-03-13 Alan Coxdevsd:fix breakage from type conversions
2019-03-13 Alan Coxamstradnc: align with uint_fast8_t and tty unsigned...
2019-03-13 Alan Coxv68: fix the devtty type changes that matter
2019-03-13 Alan Coxv85: align with the _fast8_t changes
2019-03-13 Alan Coxv8080: align with the _fast8_t changes
2019-03-13 Alan Coxdev: bring some of the core devices we need in line...
2019-03-13 Alan Coxkernel: core changes to get uint_fast8_t into the drivr...
2019-03-13 Alan Coxusermem: Fix accidentally 16bitisms
2019-03-13 Alan Coxsyscall_exec32: using unsigned for names
2019-03-13 Alan Coxmsm5832: sync to new prototypes
2019-03-13 Alan Coxv8080: sync tty to new prototypes
2019-03-13 Alan Coxide: optimise internal logic for uint_fast8_t
2019-03-13 Alan Coxv8080: change to match new prototypes
2019-03-13 Alan Coxtty: use _fast8_t types
2019-03-13 Alan Coxv8080: add the floppy driver I forgot to commit originally
2019-03-13 Alan Coxv8080: low hanging fruit for _fast8_t
2019-03-13 Alan Coxv85: use _fast8_t types
2019-03-13 Alan Coxkernel: use _fast8_t types
2019-03-13 Alan Coxdevide_discard: tidy up some particularly horrible...
2019-03-13 Alan Coxcpu: introduce _fast8_t types
2019-03-12 Alan Coxcrt0_nostdio-z80: remove bogus ;
2019-03-12 Alan Coxps: adopt new p_time meaning and tidy output further
2019-03-12 Alan Coxkernel: change p_time (the start time)
2019-03-12 Alan Coxtimer: actually we have until a bit after 2100 to fix...
2019-03-12 Alan Coxps: note something to revisit
2019-03-12 Alan Coxinode: fix the pipe deadlock
2019-03-12 Alan Coxv85: don't keep temporaries
2019-03-12 Alan Coxps: fix formatting messes
2019-03-12 Alan Coxv85: add discard segment
2019-03-12 Alan Coxdiscard85: make this work
2019-03-12 Alan Coxack2kernel: don't core dump if code goes over the end...
2019-03-12 Alan Coxcpu-8080: clean up header a bit
2019-03-12 Alan Coxsyscall_fs: remove dead function
2019-03-12 Alan Coxsyscall_fs3: remove some temporaries that make code...
2019-03-12 Alan Coxv85: use 8085 optimized tricks.s
2019-03-12 Alan Cox8085: minimal optimizations for fixed bank
2019-03-12 Alan Coxusermem_std-8085: and with uput it's easy to do uget
2019-03-12 Alan Coxusermem_std-8085: add optimized uput
2019-03-12 Alan Coxv85: use 8085 optimization work
2019-03-12 Alan Cox8085: some basic 8085 optimizing work
2019-03-12 Alan Coxcpu-8080: remove a fixed fixme
2019-03-11 Alan Cox68000: dw Makefile
2019-03-11 Alan Cox8080: commit games Makefile
2019-03-11 Alan Coxusermem: fix warning caused by missing cast
2019-03-10 Alan Coxeasy-z80: arrange memory map correctly for alignments
2019-03-10 Alan Coxeasyz80: we need to di before setup
2019-03-10 Alan Coxsh: we don't use stdio so don't suck it in at all
2019-03-10 Alan Coxsh: fix out of memory handling
2019-03-10 Alan Coxz80: brk to the correct point in the relocatable binaries
next