| Age | Commit message (Expand) | Author |
| 2010-09-06 | Registers holding emulated registers are now named. | Duncan Smith |
| 2010-09-06 | Fixes to actually run code | Duncan Smith |
| 2010-08-02 | HACK XXX UNDO LATER Made relative flag references absolute. | Duncan Smith |
| 2010-08-02 | No-code fixes to make it compile | Duncan Smith |
| 2010-08-02 | Fixed target executable name | Duncan Smith |
| 2010-07-24 | Again, I shouldn't be trusted to write C ... | Duncan Smith |
| 2010-07-24 | Created ROM packager utility stub | Duncan Smith |
| 2010-07-24 | Clearly, I shouldn't be trusted to write C. | Duncan Smith |
| 2010-07-24 | Created Makefile | Duncan Smith |
| 2010-07-23 | Merge branch 'master' of git@github.com:chronomex/680 | Duncan Smith |
| 2010-07-23 | Comments about speediness | Duncan Smith |
| 2010-07-23 | First go at program loader created, as yet untested | Duncan Smith |
| 2010-07-23 | Tiny change | Duncan Smith |
| 2010-07-18 | TODO update | Duncan Smith |
| 2010-07-17 | deref wasn't working properly because of insufficient shifting, fixed | Duncan Smith |
| 2010-07-17 | Now initializing PC correctly | Duncan Smith |
| 2010-07-03 | Now it compiles properly. Still doesn't seem to run without address error, t... | Duncan Smith |
| 2010-07-02 | Created initial spec for image format | Duncan Smith |
| 2010-07-02 | Temporary fixes for alignment issues | Duncan Smith |
| 2010-07-02 | GCC complained about pages array being of undefined length, fixed. | Duncan Smith |
| 2010-07-02 | Fix/refactor: bankswap_4000_write -> bankswap_b_write | Duncan Smith |
| 2010-06-30 | Readme edit | Duncan Smith |
| 2010-06-30 | foo | Duncan Smith |
| 2010-06-28 | Minor comment changes | Duncan Smith |
| 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 |