| Commit message (Expand) | Author | Age | Files | Lines |
* | tms9995: Make address visible on address bus during on-chip operations. |  Michael Zapf | 2019-12-07 | 1 | -8/+26 |
* | r65c19: Fix BAR masking logic (nw) |  AJR | 2019-12-04 | 1 | -1/+1 |
* | mc68hc11: Fix disassembly and execution of BRCLR/BRSET (IND, Y) |  AJR | 2019-12-04 | 2 | -5/+5 |
* | Sunplus Plug & Play work (cleanup + fixes + notes based on wrlshunt code anal... |  David Haywood | 2019-12-04 | 2 | -26/+22 |
* | dp8344: Disable side effects with certain opcodes; implement halt on reset (nw) |  AJR | 2019-12-03 | 2 | -38/+46 |
* | dp8344: Add timer interrupt (nw) |  AJR | 2019-12-02 | 1 | -7/+7 |
* | dp8344: Emulate timer (nw) |  AJR | 2019-12-02 | 2 | -12/+32 |
* | dp8344: Improve register logging (nw) |  AJR | 2019-12-02 | 2 | -11/+80 |
* | dp8344: Fix return address for LCALL (nw) |  AJR | 2019-12-02 | 1 | -0/+1 |
* | r65c19: (IND), X rather than (IND, X); give L2800 more internal RAM (nw) |  AJR | 2019-12-02 | 6 | -20/+122 |
* | r65c19: Add banking for C39 subfamily (nw) |  AJR | 2019-12-01 | 2 | -0/+244 |
* | dp8344: Split into two device types (only nominally different for now) (nw) |  AJR | 2019-12-01 | 2 | -8/+50 |
* | dp8344: Fix EI and DI for EXX and RET instructions (nw) |  AJR | 2019-12-01 | 1 | -2/+2 |
* | dp8344: SHL uses a bit count of 0-7, not 1-8 (nw) |  AJR | 2019-12-01 | 2 | -2/+3 |
* | dp8344: Fix bizarre coding mistake (nw) |  AJR | 2019-12-01 | 1 | -2/+2 |
* | dp8344: Unconditional RET only takes 2 T-states (nw) |  AJR | 2019-12-01 | 2 | -4/+10 |
* | dp8344: Fix SHL disassembly |  AJR | 2019-12-01 | 1 | -1/+1 |
* | dp8344: Fix accidental fallthrough (nw) |  AJR | 2019-12-01 | 1 | -0/+1 |
* | dp8344: Add preliminary execution core |  AJR | 2019-12-01 | 2 | -80/+771 |
* | m6802, nsc8105: Internalize internal RAM (nw) |  AJR | 2019-12-01 | 2 | -1/+23 |
* | i960.h: fixed my oversight (nw) |  Ivan Vangelista | 2019-11-29 | 1 | -2/+2 |
* | updated my recent commits to initialize bools with false instead of 0, as sug... |  Ivan Vangelista | 2019-11-28 | 2 | -3/+3 |
* | m68kmmu: Fixed issues with Domain/OS and its installer crashing [Hans Osterme... |  arbee | 2019-11-27 | 1 | -1/+2 |
* | sunplus_gcm394.cpp : wrlshunt / smartfp, continued research (#5972) |  David Haywood | 2019-11-26 | 4 | -21/+67 |
* | i960.cpp: initialized some stuff (nw) |  Ivan Vangelista | 2019-11-26 | 2 | -5/+11 |
* | New machines marked as NOT_WORKING |  AJR | 2019-11-25 | 9 | -2/+622 |
* | Housekeeping (nw) |  AJR | 2019-11-25 | 1 | -0/+3 |
* | sunplus_gcm394.cpp plug & play experiments looking at wrlshunt (#5953) |  David Haywood | 2019-11-25 | 1 | -2/+9 |
* | srcclean and indentation cleanup (nw) |  Vas Crabb | 2019-11-24 | 2 | -88/+88 |
* | m37710: More accurate mapping of port and interrupt registers; de-duplicate a... |  AJR | 2019-11-23 | 2 | -173/+204 |
* | -sun4c_mmu.cpp: Made generic to support sun4 MMU mode, and cleaned up save st... |  mooglyguy | 2019-11-18 | 6 | -449/+5882 |
* | dsp56000: new disassembler |  Patrick Mackinlay | 2019-11-18 | 4 | -0/+917 |
* | New machines marked as NOT_WORKING |  AJR | 2019-11-15 | 2 | -0/+40 |
* | 65C02 opcode timing and bus usage corrections |  AJR | 2019-11-15 | 1 | -4/+12 |
* | mc68hc11: Emulate FDIV instruction |  AJR | 2019-11-15 | 3 | -1/+38 |
* | mc68hc11: Fix size of fetched operand for ADDD indexed modes |  AJR | 2019-11-14 | 1 | -2/+2 |
* | mc68hc11: Clock is internally divided by 4 |  AJR | 2019-11-13 | 1 | -0/+2 |
* | v5x: Emulate internal/external timer clock input selection; internalize CPU c... |  AJR | 2019-11-12 | 2 | -39/+84 |
* | lbpc: Add ISA bus and EGA card so startup process can be visible (nw) |  AJR | 2019-11-12 | 1 | -0/+1 |
* | Fix build (nw) |  AJR | 2019-11-12 | 1 | -2/+2 |
* | v5x.cpp : Move remappable IO handler into seperated space, Fix remapping IO b... |  cam900 | 2019-11-12 | 4 | -72/+299 |
* | f8: Use memory_access_cache for register space access (nw) |  AJR | 2019-11-11 | 2 | -2/+2 |
* | f8: Use address space for internal scratchpad register memory |  AJR | 2019-11-10 | 2 | -141/+105 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 171 | -680/+683 |
* | t11: Minor, somewhat speculative fixes (nw) |  AJR | 2019-11-09 | 2 | -5/+4 |
* | New machines marked as NOT_WORKING |  AJR | 2019-11-09 | 1 | -0/+2 |
* | Cleaned up Virtal Boy slot code. |  Vas Crabb | 2019-11-10 | 1 | -1/+1 |
* | st2xxx: Calculate LCD frame rate and emulate related interrupt (nw) |  AJR | 2019-11-08 | 6 | -3/+75 |
* | st2204: Emulate Timer 1 (nw) |  AJR | 2019-11-07 | 6 | -56/+183 |
* | st2204: Improve timer synchronization (nw) |  AJR | 2019-11-07 | 4 | -13/+24 |