FUZIX.git
2014-11-15 Alan Coxprocess: kernel flag has moved to common
2014-11-15 Alan Coxz80pack: put the kernel flag in common
2014-11-15 Alan Coxusermem-z80: return 0
2014-11-15 Alan Coxusermem: fix error handling
2014-11-15 Alan Coxz80pack, tricks: update bankfork
2014-11-14 Alan Coxz80pack: Make the bootblock in the Makefile
2014-11-14 Alan Coxstart: fix screw up in tty changes
2014-11-14 Alan Coxbinman: Clean crap out of tools binman version
2014-11-13 Alan CoxMerge branch 'master' of https://github.com/EtchedPixel...
2014-11-13 Alan CoxMakefile: allow for banking tests
2014-11-13 Alan Coxdragon,devtty: mask chars for braindead video
2014-11-12 EtchedPixelsMerge pull request #13 from erkinalp/master
2014-11-12 erkinalpRemoved implicit ints in mkfs.c
2014-11-12 Alan Coxtty: Group objects together so the compiler can use...
2014-11-12 Alan Cox6809: bank names should be strings
2014-11-11 Alan Coxbanking: lay the groundwork
2014-11-11 Alan Coxsyscall_other: Fix bracketing
2014-11-11 Alan Coxidump: We don't want the debugging in discard !
2014-11-11 Alan Coxdragon: Initial bits towards a Dragon64 port of sorts
2014-11-11 Alan Coxm6809test: Switch t using lwlink directly and fix some...
2014-11-11 Alan Coxswap: correct sign of pointers
2014-11-11 Alan Coxsingle: fix types
2014-11-11 Alan Cox6502: unbitrot
2014-11-11 Alan Coxcpu: push time_t into CPU dependencies
2014-11-11 Alan Coxusermem: const v const pointer compares
2014-11-11 Alan Coxvt: Don't assume char is signed (next sdcc will change...
2014-11-11 Alan Coxprocess: fix ACCT build
2014-11-11 Alan Coxsyscall_exec: use staticfast to shave 0.5K off execve()
2014-11-11 Alan Coxfuzix: break out execve()
2014-11-10 Alan Coxbootrom: Some corrections from Manuel Pazos
2014-11-10 EtchedPixelsMerge pull request #12 from atsidaev/zx128-clean
2014-11-10 Alexander Tsidaevzx128: uzi.lnk added
2014-11-10 Alexander Tsidaevzx128: keyboard support for tty
2014-11-10 Alexander Tsidaevzx128: disable switchin/switchout since they are not...
2014-11-10 Alexander Tsidaevzx128: scroll functions fix
2014-11-10 Alan Cox6809: unbitrot versus changes we've made elsewhere
2014-11-10 Alan Coxfilesys: fix gcc warn/errors
2014-11-10 Alan Coxtty: fix bracketing
2014-11-09 EtchedPixelsMerge pull request #11 from atsidaev/zx128-clean
2014-11-09 Alexander Tsidaevzx128: Initial ZX Spectrum 128 support
2014-11-08 Alan Coxmsx1: scan for AB rom signatures, hash the first 2K
2014-11-08 Alan Coxdevio: use "else" in kprintf
2014-11-08 Alan Coxmsx1/tricks.s: Fix missing globals
2014-11-08 Alan Coxsocz80: fix tty, more alignment with the current codebase
2014-11-08 Alan Coxpcw8256,README: Instructions for build/boot
2014-11-08 Alan Coxpcw8256: comment out debugging for keyboard
2014-11-08 Alan Coxpcw8256: update to the new major/minor numbers
2014-11-07 Alan Coxmsx1: memory mapping and other logic
2014-11-07 Alan CoxREADME: Random ramblings about how a port might work
2014-11-07 Alan Coxmsx1: sketch out the bits needed to work the brain...
2014-11-06 Alan Coxmsx1: Add the initial bits
2014-11-06 Alan Coxmsx2: fix crash on outchar debug
2014-11-06 Alan Coxmsx: Add initial (non working) bootrom test, also make...
2014-11-06 Alan Coxbinman: minor cleaning/commenting
2014-11-06 Alan Coxvdp: scrolling sizes are wrong
2014-11-06 Alan Coxmsx2: fix video
2014-11-06 Alan Coxplatforms: add platform_interrupt_all everywhere
2014-11-06 Alan Coxlowlevel-z80: various (important) fixes
2014-11-06 Alan Coxmsx2: various platform side and vdp fixes
2014-11-05 Alan Coxmsx2: Make the cursor work
2014-11-05 Alan CoxREADME.md: quick follow up fix
2014-11-05 EtchedPixelsMerge pull request #8 from marioaugustorama/master
2014-11-05 Alan Coxmsx2: further work on video - closer
2014-11-05 Alan Coxsyscall_other: optimisations
2014-11-05 Alan Coxfilesys/syscall2: optimise a few spots with staticfast
2014-11-05 Alan Coxcpu: introduce "staticfast"
2014-11-05 Mario NunesFix formatting.
2014-11-05 Alan CoxFrom 2ea7e7e52e5e2411bb91415f20d593dc8131b655 Mon Sep...
2014-11-05 Alan Coxpcw8256: add uzi.lnk that was missed from the commits
2014-11-05 EtchedPixelsMerge pull request #6 from Rappalot/master
2014-11-05 RappalotConvert zmac format source files to sdasz80
2014-11-05 Alan Coxmsx2: initial bootstrap debugging
2014-11-04 Alan CoxMakefile/link: Update all the other link files to match...
2014-11-04 EtchedPixelsMerge pull request #4 from gmacd/master
2014-11-04 Graham MacDonaldAdd condition to build z80pack on Mac
2014-11-04 Alan Coxmsx2: Further random guesswork as we go - memory sizing
2014-11-03 Alan Coxmsx2: RAM fixup
2014-11-03 Alan Coxmsx2: Add an initial wild guess at what MSX2 will need
2014-11-03 Alan CoxMakefile: call the final result fuzix.bin not uzi.bin
2014-11-03 Alan CoxREADME: first take at instructions for building
2014-11-03 EtchedPixelsMerge pull request #3 from erkinalp/master
2014-11-03 erkinalpConverted all function definitions into prototype style...
2014-11-03 Alan Coxpcw8256,fdc765: not the architectural question around...
2014-11-03 Alan Coxpcw8256,fdc765.s: Use outi not ini for writes, comment...
2014-11-02 Alan Coxemulator: Add code for lseek() rather than the UZI...
2014-11-02 Alan Coxpx4plus: update comments, remember to swap the uarea
2014-11-02 Alan Coxswap: Fix silly bug
2014-11-01 Alan Coxnc100/200: update notes, start adding NC200 support
2014-11-01 Alan Coxpx4 init: Remember to set the video base !
2014-11-01 Alan CoxMakefile: introduce the _VIDEO segment, rebalance CODE...
2014-11-01 Alan Coxcrt0.s: Prepare for _VIDEO
2014-11-01 Alan Coxcrt0: Prepare for _VIDEO area
2014-11-01 Alan Coxpx4plus: Add initial (untested) video, and adjust memor...
2014-11-01 Alan Coxvt: We are going to make this more bankable, add warnings
2014-11-01 Alan Coxbinman: Teach binman some new tricks
2014-11-01 Alan Coxstart: move more discardables into _DISCARD
2014-11-01 Alan Coxpx4plus: note the state of play
2014-11-01 Alan Coxfont8x8: allow 1K font
2014-11-01 Alan Coxplatform-px4: Add the PX4Plus
2014-10-31 Alan Coxnc200: Initial pass at NC200 support as well as the...
next