summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-20Added video routines, in CDuncan Smith
2010-06-20Added asm file to do video stuff, renamed storage to fitDuncan Smith
2010-06-20Added WORD macro to rearrange bytes, ABCD -> ACBDDuncan Smith
2010-06-20Moved emulation core into opcodes.asmDuncan Smith
2010-06-20Merge from LionelDuncan Smith
2010-06-20Slightly reworked POPWDuncan Smith
2010-06-19More comment changes, some FIXMEs related to AFDuncan 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-19Changes from LionelDuncan Smith
2010-06-18Wrote increment/decrement macrosDuncan Smith
2010-06-18Added carry bits normalization routineDuncan Smith
2010-06-18Small fixesDuncan Smith
2010-06-18Pseudocode for the carry generator writtenDuncan Smith
2010-06-18Added more flag stubsDuncan Smith
2010-06-18First go at flags_normalizeDuncan Smith
2010-06-18Fixed an error in f_calc_parityDuncan Smith
2010-06-18Added parity-calculation routineDuncan Smith
2010-06-18Fixed that, dc.w is NOT the same as ds.w.Duncan Smith
2010-06-18Trying to get the flags storage to work ...Duncan Smith
2010-06-18Port input code added for port 0x10Duncan Smith
2010-06-18Small documentation changes, a few instructions reworkedDuncan Smith
2010-06-18Added TODO item: MakefileDuncan Smith
2010-06-18Added code for RST instructions. Perhaps it should be a macro instead?Duncan Smith
2010-06-18MergeDuncan Smith
2010-06-18Made memory-access macros work properlyDuncan Smith
2010-06-14Fixed stupid constant error in underefDuncan Smith
2010-06-14Removed LABEL-flag_storage(a3) business, as A68k was choking on it :(Duncan 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
2010-06-12README and TODO updatesDuncan Smith
2010-06-12Made macro DONE consistent with fetch routineDuncan Smith
2010-06-12I'm not sure where this changeset came from, but it looks good ...Duncan Smith
2010-06-12Added TODO listDuncan Smith
2010-06-12Merge branch 'debrouxl'Duncan Smith
2010-06-12Worked in Lionel's changes to flags.asm, patched up main.asm slightly to fitDuncan Smith
2010-06-12Worked in Lionel's changes to main.asmDuncan Smith
2010-06-12Fixed timing estimates in READMEDuncan Smith
2010-06-12Patch received in email from Lionel DebrouxDuncan Smith
2010-06-12Forgot a DONE on emu_op_22Duncan Smith
2010-06-11PUSHW correctedDuncan Smith
2010-06-11Added proper addressing, more instructionsDuncan Smith
2010-06-11Now RET should be correct ... stupid mistake.Duncan Smith
2010-06-11More README updatesDuncan Smith
2010-06-11Added some text to the READMEDuncan Smith
2010-06-11RET instruction addedDuncan Smith
2010-06-10Comment changes: flags TODOs added, timing estimate work started.Duncan Smith
2010-06-102-cycle speedups in the CP instructionsDuncan Smith
2010-06-10Moved opcode macros to more relevant locationsDuncan Smith