FUZIX.git
2015-10-13 Brett Gordoncoco3: add display basic graphics mode 256x192x2.
2015-10-12 Alan Coxbuffers: enum is evil, use a uint8_t instead and save...
2015-10-12 Alan Coxls: fix one stupid performance bug
2015-10-12 Alan Coxdragon-nx-32: use the new "reclaim discard as buffer...
2015-10-12 Alan Coxbuffers: Allow for the buffer cache to be expandable.
2015-10-10 Alan Coxtc3: add selection logic (untested)
2015-10-10 Alan Coxdragon-nx-32: make detection prettier, add HDBDOS/TC3...
2015-10-10 Alan Coxdragon-nx-32: record the slot of the TC3 SCSI if present
2015-10-10 Alan Coxdevscsi: introduce a deselect
2015-10-10 Alan Coxdragon-nx-32: turn on tc3 probing logic and fix tc3...
2015-10-10 Alan Coxdevscsi: keep naming of probe code akin to IDE
2015-10-10 Alan Coxdragon-nx32: add first test bits of scsi support
2015-10-10 Alan Coxdev: add first draft of the SCSI layer
2015-10-10 Alan Cox6809: move data into discard for discard code
2015-10-10 Alan Coxdisk: add ioctl def for raw commands
2015-10-10 Alan Coxdragon-nx-32: fix build error
2015-10-09 Alan Coxzx128: platform_ide.h
2015-10-09 Alan Coxzeta_v2: platform_ide
2015-10-09 Alan Coxp112: platform_ide.h
2015-10-09 Alan Coxcoco3: remove now duplicated defines
2015-10-09 Alan Coxn8vem-mark4: platform_ide.h
2015-10-09 Alan Coxcoco3: platform_ide.h
2015-10-09 Alan Coxdevide: allow for ide_select/deselect being null defines
2015-10-09 Alan Coxdragon-nx-32: wire up the probing and mpi logic
2015-10-09 Alan Coxdragon-nx-32: add a new platform_ide file
2015-10-09 Alan Coxdragon-nx-32: save mmio addresses probed from cartridges
2015-10-08 Alan Coxdragon-nx-32: add autoprobe of HDBDOS
2015-10-08 Alan Coxdragon-nx-32: tighten MPI detection
2015-10-08 EtchedPixelsMerge pull request #257 from beretta42/video1
2015-10-08 Brett Gordoncoco3: add video init function.
2015-10-08 Brett Gordoncoco3: fix EOF whitespace.
2015-10-08 Brett Gordoncoco3: we duplicated these in assembler, do delete!
2015-10-08 Brett Gordoncoco3: compile new low-level video source.
2015-10-08 Brett Gordoncoco3: Add assembler source for even lower calls
2015-10-08 Brett Gordoncoco3: separate low-level video methods into separate...
2015-10-08 Alan Coxdragon-nx-32: example (hopefully correct) of a GFIOC_WAITVB
2015-10-08 Brett Gordonadd .videodata section, add defines for video sections...
2015-10-08 Alan Coxdragon-nx-32: and remember to commit the fixes
2015-10-08 Alan Coxdragon-nx32: tty updates
2015-10-08 Alan Coxcoco2: update devtty code for new irq, also remove...
2015-10-08 Alan Coxvt: try and do something sane about vt and irq handling
2015-10-08 Brett Gordoncoco3: tty: don't add page 8 to freelist; It's video...
2015-10-08 Brett Gordoncoco3: tty: repurpose .video section for code, put...
2015-10-08 Alan Coxdragon-nx-32: Fix typo
2015-10-08 Alan Coxlibs: Add explicit rules for tools Makefile
2015-10-07 Alan Coxcoco3: remove a bogus "static"
2015-10-07 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-10-07 Alan Coxcoco3: allow normal tty ioctls on drivewire
2015-10-07 EtchedPixelsMerge pull request #255 from beretta42/graph2_sub
2015-10-07 Alan Coxcoco2: add the bits needed to convert the decb
2015-10-07 Brett Gordoncoco3: tty: correct EINVAL/ENOTTY logic.
2015-10-07 Brett Gordoncoco3: tty: correct ioctl error return
2015-10-07 Brett Gordoncoco3: tty: be more pendantic.
2015-10-07 EtchedPixelsMerge pull request #254 from beretta42/graph1_sub
2015-10-07 Brett Gordoncoco3: tty: adjust buffer address to accomodate 25...
2015-10-07 Brett Gordoncoco3: tty: typos.
2015-10-07 Brett Gordoncoco3: tty: add getting/setting graphics mode to ioctl.
2015-10-07 Brett Gordoncoco3: tty: factor out gime video mode switching.
2015-10-07 Brett Gordoncoco3: tty: make initialized data match linked fmodes...
2015-10-07 Brett Gordoncoco3: tty: Connect internal mode struct with kernel...
2015-10-07 Brett Gordoncoco3: tty: flesh out a array of supported modes.
2015-10-07 Brett Gordoncoco3: devtty: This definition moved to devtty.h.
2015-10-07 Brett Gordonadd a reference to a fuzix display mode struct in our...
2015-10-07 Brett Gordoncoco3: tty: clear a bit more memory for 25 rows.
2015-10-07 Brett Gordoncorrect comments
2015-10-07 Brett Gordonundid putchar real function thing...
2015-10-07 Brett Gordoncoco3: add mode util to copy script
2015-10-07 Brett Gordoncoco3: keep up with changes in graphics.h
2015-10-06 Alan Coxcoco2: first cut at bootloader
2015-10-05 Alan Coxnc100: draw in the right location
2015-10-05 Alan Coxtrs80: trivial tidy up
2015-10-04 Alan Coxdragon-nx32: first cut at adding draw/read/write methods
2015-10-04 Alan Coxgraphics: text mode tidy up
2015-10-03 Alan Coxdragon-nx-32: Add 128x192 four colour mode graphics
2015-10-03 Alan Coxmode: report text modes
2015-10-03 Alan Coxgraphics: add 'text only' mode type
2015-10-03 Alan Coxutils: add a "mode" command for mode setting
2015-10-03 Alan Coxdragon-nx32: implement initial "mode" choices
2015-10-03 Alan Coxdragon-nx-32: first test bits for mode switching
2015-10-03 Alan Coxgraphics: add header for apps
2015-10-03 Alan Coxtrs80: update devgfx test code
2015-10-03 Alan Coxnc100: update test graphics code
2015-10-03 Alan Coxgraphics: put mode number in info, otherwise you can...
2015-10-03 Alan CoxGraphics: more pondering
2015-10-02 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2015-10-02 Alan Coxtrs80: update for gfx changes
2015-10-02 Alan Coxnc100: clean up devgfx changes
2015-10-02 Alan Coxgraphics: Have a rethink
2015-10-02 EtchedPixelsMerge pull request #250 from beretta42/graphics
2015-10-02 EtchedPixelsMerge pull request #249 from beretta42/back-tick
2015-10-02 Alan Coxucp: fix more clashes with standard functions
2015-10-02 Alan Coxbanking: update the sdcc patch for 3.5.x
2015-10-02 Alan Coxpx4plus: realign in progress port
2015-10-02 Brett Gordoncoco3: keyboard does `, console displays as UP_ARROW.
2015-10-02 Alan Coxzx128: platform_discard hook
2015-10-02 Alan Coxkernel.h: Fix typo
2015-10-02 Alan Coxz80-banked: update for SDCC 3.5 + patches for banking...
2015-10-02 Alan Coxdevio: fix stupid bug I introduced
2015-10-02 Alan Coxstandalone: big clean up of ucp
2015-10-02 Alan Coxfork(): flag day time - add flags, pointer argument...
next