summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2010-11-15Forgot to delete main.o under `make clean', fixed that.Duncan Smith
2010-11-15Renamed project files to get rid of final bits of “680”.Duncan Smith
2010-11-12Reworked opcodes.asm to use m4. Soon, it will be clean.Duncan Smith
2010-11-09Makefile now has 'make clean' and is very thorough.Duncan Smith
2010-11-09Changed project and binaries name to z680k.Duncan Smith
2010-09-16Cleared up some compiler errorsDuncan Smith
2010-09-14Conditional jumps work now.Duncan Smith
Holy shit that was a hairy debug session. I have a lot to look forward to.
2010-09-13Started out on my own test suiteDuncan Smith
2010-09-10Trying to get the zexdoc testbench to run.Duncan Smith
Now, at least, it's integrated into the build system and will be automatically included in built executables.
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