summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2010-09-07IO port framework now worksDuncan Smith
A68k is defaulting all my address moves to word size, rather than long. I don't know whether I've expunged all this nonsense yet, but I'm trying. This version executes an infinite loop which writes 'A' to port 00h. I've patched in a write-to-console function on port 00h, so this can be used as a sort of debug monitor.
2010-08-02No-code fixes to make it compileDuncan Smith
2010-08-02Fixed target executable nameDuncan Smith
2010-07-24Created ROM packager utility stubDuncan Smith
2010-07-24Created MakefileDuncan Smith