summaryrefslogtreecommitdiff
path: root/ports.asm
AgeCommit message (Collapse)Author
2011-06-24HOLY CRAP IT PRINTED A STRINGv0.1Duncan Smith
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-07-03Now it compiles properly. Still doesn't seem to run without address error, ↵Duncan Smith
though.
2010-06-30fooDuncan Smith
2010-06-28Minor comment changesDuncan Smith
2010-06-26Added bank-swapping routines (incomplete: doesn't implement memory map mode 1)Duncan Smith
2010-06-20Push is negative, not positive ...Duncan Smith
2010-06-20Added video routines, in CDuncan Smith
2010-06-20Added asm file to do video stuff, renamed storage to fitDuncan Smith
2010-06-19Added stub port 11 outputDuncan Smith
2010-06-19Fixes to port IODuncan Smith
2010-06-19Added port 10 IODuncan Smith
2010-06-18Port input code added for port 0x10Duncan Smith
2010-06-14Done with my first pass through the 1-byte opcodes.Duncan Smith
2010-06-12More instructions added, stubs created for IO operation.Duncan Smith