FUZIX.git
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
2019-03-10 Alan Coxrelocbin: Fix bogus BSS sizes
2019-03-10 Alan Coxusermem: correct wrapped sizes
2019-03-10 Alan Coxsyscall_exec16: Fix BSS wrap bug
2019-03-10 Alan Coxlinc80: send the console messages to SIO B
2019-03-10 Alan Coxeasy-z80: add context switchers to the z80sio
2019-03-10 Alan Coxz80sio: we only want IRQ handlers to stack switch if...
2019-03-09 Alan Coxeasyz80: Fix up all the IM2 handling and serial stuff
2019-03-09 Alan Coxz80sio: Fix a bug in the linc80 logic and add macros...
2019-03-09 Alan Coxeasyz80: fix SIO vector loading and CTC vectors
2019-03-09 Alan Coxcp: remove struct assignment
2019-03-08 Alan Coxeasy-z80: Initial port framework for easy-z80
2019-03-07 Alan Coxtrdify: Make .TRD disk images
2019-03-07 Alan Coxtgl6502: goodbye
2019-03-07 Alan Coxzxdiv48: a bug I noticed whilst working on pentagon
2019-03-07 Alan Coxpentagon: more work in progress for fixed 16K ROM systems
2019-03-07 Alan Coxscorpion: /dev/lp and turbo
2019-03-07 Alan Coxpentagon1024: /dev/lp support and turbo
2019-03-07 Alan Coxdev: add generic lp driver
2019-03-06 Alan Coxscorpion: Initial scorpion support (Scorpion 256)
2019-03-06 Alan Coxtricks-big: remove bogus leftover or
2019-03-05 Alan Coxpentagon: add the tricks macros to keep in sync
2019-03-05 Alan Coxpentagon: bring back pieces from the pentagon1024
2019-03-05 Alan Coxpentagon1024: get it building and running
2019-03-05 Alan Coxpentagon1024: add macros to make the tricks-big file...
2019-03-05 Alan Coxzx: tidy tty references
2019-03-05 Alan Coxide: remove needless devtty includes
2019-03-05 Alan Coxpentagon: pentagon1024
2019-03-05 Alan Coxdiscard85: first cut at 8085 discard hack for the assembler
2019-03-05 Alan Coxpentagon etc: commit the banking support code
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
next