FUZIX.git
2018-07-06 Alan Coxtrs80: turn on input support and fix keyboard bits
2018-07-06 Alan Coxtrs80: remove prototypes for deleted code
2018-07-06 Alan Coxtrs80: move the initializers out of the main flow
2018-07-06 Alan Coxtrs80: introduce new files for input device handling
2018-07-06 Alan Coxremount: add a fallback for finding /
2018-07-06 Alan Coxutils: add joystick and graphics test code
2018-07-06 Alan Coxcpmfs: add help file
2018-07-06 Alan Coxcave: fix redefinition of Z80 type
2018-07-06 Alan Coxcpmfs: add Makefiles
2018-07-06 Alan Coxcpmfs: update types etc
2018-07-06 Alan Coxtrs80m1: update status
2018-07-06 Alan Coxtrs80m1: devinput sync with graphics changes
2018-07-06 Alan Coxtrs80m1: fix up model 3 NMI vector (its a JP xx xx...
2018-07-06 Alan Coxtrs80m1: fix NMI handling up a bit for the Model III
2018-07-06 Alan Coxtrs80m1: don't do kernel video writes when in micrograf...
2018-07-06 Alan Coxtrs80m1: sort out the graphics logic
2018-07-06 Alan Coxgraphics.h: sync with kernel
2018-07-06 Alan Coxinput: add user space include file
2018-07-06 Alan Coxgraphics: The Microlabs Grafyx for Model III and IV...
2018-07-06 Alan Coxinput: rework the input layer concept a bit
2018-07-06 Alan Coxcoco2cart: update README
2018-07-06 Alan Coxtrs80m1: add initial joystick/input device support
2018-07-06 Alan Coxtrs80m1: further selector work
2018-07-06 Alan Coxtrs80m1: fix another selector bug and a warning
2018-07-06 Alan Coxtrs80m1: report presence of hr1g globally
2018-07-06 Alan Coxkernel: add modifiers to kbd events
2018-07-05 Alan Coxtrs80: clean up graphics
2018-07-05 Alan Coxcoco2cart; update README
2018-07-05 Alan Coxkernel: add a logical key for caps-lock
2018-07-05 Alan Coxtrs80m1: make trs80-bank more flexible
2018-07-05 Alan CoxREADME: add a reminder about the IDE card
2018-07-05 Alan Coxtrs80load: make current loaders explicitly pass A = 0
2018-07-05 Alan Coxtrs80m1: preserve A from the boot loader to use as...
2018-07-04 Alan Coxtrs80m1: fix comment
2018-07-04 Alan Coxtrs80m1: keyboard updates
2018-07-04 Alan Coxvtsupport: make the TRS80 model 1 lower case optional
2018-07-04 Alan Coxstringy: more debug work
2018-07-04 Alan Coxkernel: fix a crash with failing to open char devices
2018-07-04 Alan Coxkernel: default to ro mount
2018-07-04 Alan Coxtrs80m1: initial (not yet working right) stringy support
2018-07-04 Alan Coxtrs80m1: update README
2018-07-04 Alan Coxtrs80m1: support Model III speedup board
2018-07-04 Alan Coxkernel: add initial tape ioctls
2018-07-04 Alan Coxtrs80m1: not differing tty on VG
2018-07-04 Alan Coxkernel: new graphics types
2018-07-03 Alan Coxtrs80m1: ensure panic message isn't buffered and unseen
2018-07-03 Alan Coxtrs80m1: add initial exatron support
2018-07-03 Alan Coxtape: initial tape ioctls
2018-07-02 Alan Coxtrs80m1: fill in the graphics basics
2018-07-02 Alan Coxtrs80m1: update README
2018-07-02 Alan Coxtrs80: adopt new description
2018-07-02 Alan Coxkernel: add trs80 graphics mode
2018-07-02 Alan Coxtrs80m1: finish up minimal graphics reporting
2018-07-02 Alan Coxtrs80: don't allow serial port terminals to do graphics !
2018-07-02 Alan Coxmode: teach new mode types
2018-07-02 Alan Coxgraphics.h: propogate kernel changes
2018-07-02 Alan Coxsignal.h: should define signal() according to the standards
2018-07-02 Alan Coxtrs80: trivial formatting
2018-07-02 Alan Coxtrs80m1: sort out all the multi-console fun
2018-07-02 Alan Coxtrs80m1: fix comment
2018-07-02 Alan Coxtrs80m1: use the printer port to dump diagnostics
2018-07-02 Alan Coxbankld: support banked linking of non common area data
2018-07-01 Alan Coxtrs80m1: sort out the keyboard
2018-07-01 Alan Coxtrs80m1: Only poll the serial port
2018-07-01 Alan Coxcoco2: memory usage
2018-07-01 Alan Coxcoco2: fix build issues, on platform_ and adding memmove
2018-07-01 Alan Coxcoco2cart: tidy up ready for next releases
2018-07-01 Alan Coxrc2014: fix wrong comment
2018-07-01 Alan Coxcoco2cart: tweak so that sdc and ide fit together
2018-07-01 Alan Coxcursesgames: add packaging rule
2018-07-01 Alan CoxStandalone add /usr/games and /usr/games/lib
2018-07-01 Alan Coxgames: relocate to /usr/games
2018-07-01 Alan Coxcave: use full path to database and relocate into games
2018-07-01 Alan Coxmtx: remove obsolete comment
2018-06-30 Alan Coxtrs80m1: update docs a bit
2018-06-30 Alan Coxtrs80: update README
2018-06-30 Alan Coxubee: update docs
2018-06-30 Alan Coxdevfd_hw: Save IY as the C compiler requires, call...
2018-06-30 Alan Coxtimer.c: note an optional improvement
2018-06-30 Alan Coxrc2014: note something we need to attend to to do clockless
2018-06-30 Alan Coxp112: note apparent bug to review
2018-06-30 Alan Coxlowlevel-z80: Fix a tiny hole in the reti handling
2018-06-30 Alan Coxz80fixedbank: add missing include
2018-06-30 Alan Coxz80fixedbank-banked: add missing include
2018-06-30 Alan Cox65c816: remove unused import
2018-06-30 Alan Coxkernel: add a cpu type for the rabbit 2k
2018-06-30 Alan Coxz80: add memmove prototype
2018-06-30 Alan Coxcursegames: wipe .o files on make clean even with z80
2018-06-30 Alan Coxvt: use memmove like we should
2018-06-30 Alan Coxcoco2cart: fix breakage from vt change
2018-06-29 Alan Coxasz80: Well actually as-several-things
2018-06-29 Alan Coxasz80: forgot the 6502 Makefile
2018-06-29 EtchedPixelsMerge pull request #635 from piso77/travis
2018-06-29 Paolo Pisatitravis: add 65xx build deps to let the build start
2018-06-28 Alan Coxtravis: build v65c816 as well - hopefully
2018-06-28 Alan Coxinvaders: remove FP usage
2018-06-28 Alan Cox6502: build cursesgames with curses
2018-06-28 Alan Coxcurses: build for 6502
2018-06-28 EtchedPixelsMerge pull request #633 from piso77/travis_badge
2018-06-28 EtchedPixelsMerge pull request #634 from piso77/v65c816_fixes
next