| Age | Commit message (Expand) | Author |
| 2010-06-26 | Added bank-swapping routines (incomplete: doesn't implement memory map mode 1) | Duncan Smith |
| 2010-06-26 | Rewrote loader routine in C | Duncan Smith |
| 2010-06-26 | Corrected address error when accessing f_host_ccr. | Duncan Smith |
| 2010-06-26 | Completed CP macro-instruction | Duncan Smith |
| 2010-06-26 | Parted out remaining un-written ALU instructions. | Duncan Smith |
| 2010-06-26 | Parted out ADC macro-instruction | Duncan Smith |
| 2010-06-26 | Parted out ADD macro-instruction | Duncan Smith |
| 2010-06-21 | Forgot to include alu.asm | Duncan Smith |
| 2010-06-21 | Parted out F_SUB_B to alu_sub. | Duncan Smith |
| 2010-06-21 | Parted out F_SBC_B to alu_sbc. | Duncan Smith |
| 2010-06-21 | Moved DONE macro to a more sensible location | Duncan Smith |
| 2010-06-21 | First version to branch into the emulator core | Duncan Smith |
| 2010-06-20 | Forgot to pop the ROM_CALL arguments ... | Duncan Smith |
| 2010-06-20 | Moved macros into opcodes file | Duncan Smith |
| 2010-06-20 | Cleaned up startup, added memory allocationv0.0 | Duncan Smith |
| 2010-06-20 | Push is negative, not positive ... | Duncan Smith |
| 2010-06-20 | Linker warning fixed | Duncan Smith |
| 2010-06-20 | Added video routines, in C | Duncan Smith |
| 2010-06-20 | Added asm file to do video stuff, renamed storage to fit | Duncan Smith |
| 2010-06-20 | Added WORD macro to rearrange bytes, ABCD -> ACBD | Duncan Smith |
| 2010-06-20 | Moved emulation core into opcodes.asm | Duncan Smith |
| 2010-06-20 | Merge from Lionel | Duncan Smith |
| 2010-06-20 | Slightly reworked POPW | Duncan Smith |
| 2010-06-19 | More comment changes, some FIXMEs related to AF | Duncan Smith |
| 2010-06-19 | Added stub port 11 output | Duncan Smith |
| 2010-06-19 | Fixes to port IO | Duncan Smith |
| 2010-06-19 | Added port 10 IO | Duncan Smith |
| 2010-06-19 | Changes from Lionel | Duncan Smith |
| 2010-06-18 | Wrote increment/decrement macros | Duncan Smith |
| 2010-06-18 | Added carry bits normalization routine | Duncan Smith |
| 2010-06-18 | Small fixes | Duncan Smith |
| 2010-06-18 | Pseudocode for the carry generator written | Duncan Smith |
| 2010-06-18 | Added more flag stubs | Duncan Smith |
| 2010-06-18 | First go at flags_normalize | Duncan Smith |
| 2010-06-18 | Fixed an error in f_calc_parity | Duncan Smith |
| 2010-06-18 | Added parity-calculation routine | Duncan Smith |
| 2010-06-18 | Fixed that, dc.w is NOT the same as ds.w. | Duncan Smith |
| 2010-06-18 | Trying to get the flags storage to work ... | Duncan Smith |
| 2010-06-18 | Port input code added for port 0x10 | Duncan Smith |
| 2010-06-18 | Small documentation changes, a few instructions reworked | Duncan Smith |
| 2010-06-18 | Added TODO item: Makefile | Duncan Smith |
| 2010-06-18 | Added code for RST instructions. Perhaps it should be a macro instead? | Duncan Smith |
| 2010-06-18 | Merge | Duncan Smith |
| 2010-06-18 | Made memory-access macros work properly | Duncan Smith |
| 2010-06-14 | Fixed stupid constant error in underef | Duncan Smith |
| 2010-06-14 | Removed LABEL-flag_storage(a3) business, as A68k was choking on it :( | Duncan Smith |
| 2010-06-14 | Done with my first pass through the 1-byte opcodes. | Duncan Smith |
| 2010-06-12 | More instructions added, stubs created for IO operation. | Duncan Smith |
| 2010-06-12 | README and TODO updates | Duncan Smith |
| 2010-06-12 | Made macro DONE consistent with fetch routine | Duncan Smith |