summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-18TODO updateAstrid Smith
2010-07-17deref wasn't working properly because of insufficient shifting, fixedAstrid Smith
2010-07-17Now initializing PC correctlyAstrid Smith
2010-07-03Now it compiles properly. Still doesn't seem to run without address error, ↵Astrid Smith
though.
2010-07-02Created initial spec for image formatAstrid Smith
2010-07-02Temporary fixes for alignment issuesAstrid Smith
2010-07-02GCC complained about pages array being of undefined length, fixed.Astrid Smith
2010-07-02Fix/refactor: bankswap_4000_write -> bankswap_b_writeAstrid Smith
2010-06-30Readme editAstrid Smith
2010-06-30fooAstrid Smith
2010-06-28Minor comment changesAstrid Smith
2010-06-26Added bank-swapping routines (incomplete: doesn't implement memory map mode 1)Astrid Smith
2010-06-26Rewrote loader routine in CAstrid Smith
2010-06-26Corrected address error when accessing f_host_ccr.Astrid Smith
2010-06-26Completed CP macro-instructionAstrid Smith
2010-06-26Parted out remaining un-written ALU instructions.Astrid Smith
2010-06-26Parted out ADC macro-instructionAstrid Smith
2010-06-26Parted out ADD macro-instructionAstrid Smith
2010-06-21Forgot to include alu.asmAstrid Smith
2010-06-21Parted out F_SUB_B to alu_sub.Astrid Smith
2010-06-21Parted out F_SBC_B to alu_sbc.Astrid Smith
2010-06-21Moved DONE macro to a more sensible locationAstrid Smith
2010-06-21First version to branch into the emulator coreAstrid Smith
2010-06-20Forgot to pop the ROM_CALL arguments ...Astrid Smith
2010-06-20Moved macros into opcodes fileAstrid Smith
2010-06-20Cleaned up startup, added memory allocationAstrid Smith
2010-06-20Push is negative, not positive ...Astrid Smith
2010-06-20Linker warning fixedAstrid Smith
2010-06-20Added video routines, in CAstrid Smith
2010-06-20Added asm file to do video stuff, renamed storage to fitAstrid Smith
2010-06-20Added WORD macro to rearrange bytes, ABCD -> ACBDAstrid Smith
2010-06-20Moved emulation core into opcodes.asmAstrid Smith
2010-06-20Merge from LionelAstrid Smith
2010-06-20Slightly reworked POPWAstrid Smith
2010-06-19More comment changes, some FIXMEs related to AFAstrid Smith
2010-06-19Added stub port 11 outputAstrid Smith
2010-06-19Fixes to port IOAstrid Smith
2010-06-19Added port 10 IOAstrid Smith
2010-06-19Changes from LionelAstrid Smith
2010-06-18Wrote increment/decrement macrosAstrid Smith
2010-06-18Added carry bits normalization routineAstrid Smith
2010-06-18Small fixesAstrid Smith
2010-06-18Pseudocode for the carry generator writtenAstrid Smith
2010-06-18Added more flag stubsAstrid Smith
2010-06-18First go at flags_normalizeAstrid Smith
2010-06-18Fixed an error in f_calc_parityAstrid Smith
2010-06-18Added parity-calculation routineAstrid Smith
2010-06-18Fixed that, dc.w is NOT the same as ds.w.Astrid Smith
2010-06-18Trying to get the flags storage to work ...Astrid Smith
2010-06-18Port input code added for port 0x10Astrid Smith