| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-07 | Fixed the last movea that wasn't size-suffixed | Astrid Smith | |
| 2010-09-07 | IO port framework now works | Astrid 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-09-06 | I actually have a Makefile now, thank you very much. | Astrid Smith | |
| 2010-09-06 | Assembler is picky about EQUR apparently ... | Astrid Smith | |
| 2010-09-06 | Registers holding emulated registers are now named. | Astrid Smith | |
| Hopefully 'esp', 'epc', 'eaf', and friends will be less troublesome than 'a4', 'a6', and 'd3'. | |||
| 2010-09-06 | Registers holding emulated registers are now named. | Astrid Smith | |
| Hopefully 'esp', 'epc', 'eaf', and friends will be less troublesome than 'a4', 'a6', and 'd3'. | |||
| 2010-09-06 | Fixes to actually run code | Astrid Smith | |
| This is the version to run the first (trivial) infinite loop correctly. I hacked up the loader slightly to replace one of the (nonexistent) pages with a static byte array. z80 code executed: $4000: JP $4000 4000 c3 40 00 4003 This version also draws the opcode executed on the screen, to aid in debugging the emulator: move.b d0,$4c00+32*(128/8) Also, it turns out that I was mixing up the emulated SP (a4) and emulated PC (a6). That has been fixed. Further, it seems that movea defaults to a word operation in a68k. This led to pointer corruption, which has been fixed. | |||
| 2010-08-02 | HACK XXX UNDO LATER Made relative flag references absolute. | Astrid Smith | |
| A68k wanted to add relocations, but couldn't figure out how. Undo this later when it's speed time, as this (probably) slows things down a bit. | |||
| 2010-08-02 | No-code fixes to make it compile | Astrid Smith | |
| 2010-08-02 | Fixed target executable name | Astrid Smith | |
| 2010-07-24 | Again, I shouldn't be trusted to write C ... | Astrid Smith | |
| 2010-07-24 | Created ROM packager utility stub | Astrid Smith | |
| 2010-07-24 | Clearly, I shouldn't be trusted to write C. | Astrid Smith | |
| 2010-07-24 | Created Makefile | Astrid Smith | |
| 2010-07-23 | Merge branch 'master' of git@github.com:chronomex/680 | Astrid Smith | |
| 2010-07-23 | Comments about speediness | Astrid Smith | |
| 2010-07-23 | First go at program loader created, as yet untested | Astrid Smith | |
| 2010-07-23 | Tiny change | Astrid Smith | |
| 2010-07-18 | TODO update | Astrid Smith | |
| 2010-07-17 | deref wasn't working properly because of insufficient shifting, fixed | Astrid Smith | |
| 2010-07-17 | Now initializing PC correctly | Astrid Smith | |
| 2010-07-03 | Now it compiles properly. Still doesn't seem to run without address error, ↵ | Astrid Smith | |
| though. | |||
| 2010-07-02 | Created initial spec for image format | Astrid Smith | |
| 2010-07-02 | Temporary fixes for alignment issues | Astrid Smith | |
| 2010-07-02 | GCC complained about pages array being of undefined length, fixed. | Astrid Smith | |
| 2010-07-02 | Fix/refactor: bankswap_4000_write -> bankswap_b_write | Astrid Smith | |
| 2010-06-30 | Readme edit | Astrid Smith | |
| 2010-06-30 | foo | Astrid Smith | |
| 2010-06-28 | Minor comment changes | Astrid Smith | |
| 2010-06-26 | Added bank-swapping routines (incomplete: doesn't implement memory map mode 1) | Astrid Smith | |
| 2010-06-26 | Rewrote loader routine in C | Astrid Smith | |
| 2010-06-26 | Corrected address error when accessing f_host_ccr. | Astrid Smith | |
| 2010-06-26 | Completed CP macro-instruction | Astrid Smith | |
| 2010-06-26 | Parted out remaining un-written ALU instructions. | Astrid Smith | |
| 2010-06-26 | Parted out ADC macro-instruction | Astrid Smith | |
| 2010-06-26 | Parted out ADD macro-instruction | Astrid Smith | |
| 2010-06-21 | Forgot to include alu.asm | Astrid Smith | |
| 2010-06-21 | Parted out F_SUB_B to alu_sub. | Astrid Smith | |
| 2010-06-21 | Parted out F_SBC_B to alu_sbc. | Astrid Smith | |
| 2010-06-21 | Moved DONE macro to a more sensible location | Astrid Smith | |
| 2010-06-21 | First version to branch into the emulator core | Astrid Smith | |
| 2010-06-20 | Forgot to pop the ROM_CALL arguments ... | Astrid Smith | |
| 2010-06-20 | Moved macros into opcodes file | Astrid Smith | |
| 2010-06-20 | Cleaned up startup, added memory allocation | Astrid Smith | |
| 2010-06-20 | Push is negative, not positive ... | Astrid Smith | |
| 2010-06-20 | Linker warning fixed | Astrid Smith | |
| 2010-06-20 | Added video routines, in C | Astrid Smith | |
| 2010-06-20 | Added asm file to do video stuff, renamed storage to fit | Astrid Smith | |
| 2010-06-20 | Added WORD macro to rearrange bytes, ABCD -> ACBD | Astrid Smith | |
| 2010-06-20 | Moved emulation core into opcodes.asm | Astrid Smith | |
