| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Commit stuff that should have been in dc620097c5e6798fbcde2e61a4d8d099ab51dc1... |  AJR | 2019-11-07 | 4 | -5/+77 |
* | st2204: Emulate prescaler and Timer 0 (nw) |  AJR | 2019-11-07 | 2 | -0/+71 |
* | Forgot to add this (nw) |  AJR | 2019-11-07 | 1 | -0/+1 |
* | st2204: Add sound-related stubs (nw) |  AJR | 2019-11-07 | 2 | -0/+37 |
* | sh2: implement watchdog timer |  MetalliC | 2019-11-07 | 3 | -1/+58 |
* | st2204.cpp: Fix line endings (nw) |  AJR | 2019-11-06 | 1 | -2/+4 |
* | remove some stray debug logging from snes_ppu and correct the license on the ... |  MooglyGuy | 2019-11-06 | 2 | -4/+4 |
* | i86: Fix pathological case where jumping into pages of FF-prefixed invalid op... |  AJR | 2019-11-06 | 1 | -0/+1 |
* | st2204: Create ST2202 variant type and downgrade dyndesk to it (nw) |  AJR | 2019-11-05 | 2 | -18/+65 |
* | st2xxx: Add many more register stubs (nw) |  AJR | 2019-11-05 | 6 | -3/+296 |
* | st2xxx: Fix mistake in base timer rate calculation (nw) |  AJR | 2019-11-05 | 2 | -3/+3 |
* | st2xxx: Refactoring (nw) |  AJR | 2019-11-05 | 6 | -426/+449 |
* | st2204, st2205u: Fix writes to high bytes of banking registers (nw) |  AJR | 2019-11-05 | 2 | -8/+8 |
* | (nw) be strictly POSIX compliant, reduce fragmentation, get rid of an unused ... |  Vas Crabb | 2019-11-05 | 2 | -7/+7 |
* | st2xxx: Improve notes; remove unnecessary override (nw) |  AJR | 2019-11-04 | 2 | -10/+10 |
* | st2204, st2205u: More notes (nw) |  AJR | 2019-11-04 | 2 | -3/+3 |
* | st2204: Add rudimentary DMA control (nw) |  AJR | 2019-11-03 | 2 | -2/+145 |
* | st2xxx: Misc. notes (nw) |  AJR | 2019-11-03 | 2 | -0/+5 |
* | st2204: Add link to Kevtris's documentation (nw) |  AJR | 2019-11-03 | 1 | -0/+3 |
* | gameking: Switch to ST2204 emulation (nw) |  AJR | 2019-11-03 | 1 | -1/+1 |
* | st2xxx: Add base timers and some of the LCD registers; fix IRR enable (nw) |  AJR | 2019-11-03 | 6 | -4/+267 |
* | Preliminary SoC emulation for Sitronix ST2204 and ST2205U |  AJR | 2019-11-03 | 8 | -0/+1309 |
* | m6502: Eliminate the disable_cache hack (nw) |  AJR | 2019-11-02 | 16 | -299/+71 |
* | Fix build (nw) |  AJR | 2019-11-01 | 1 | -1/+1 |
* | mc68hc11: Preliminary MC68HC11F1 type added (nw) |  AJR | 2019-11-01 | 2 | -9/+79 |
* | riscii: Add interrupt processing (nw) |  AJR | 2019-11-01 | 2 | -0/+47 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -46/+36 |
* | scc68070: Add more accurate cycle counts, distinguished from MC68000 and MC68010 |  AJR | 2019-10-30 | 4 | -2289/+2288 |
* | rsp: Add 32-bit opcode alignment for disassembly |  AJR | 2019-10-29 | 1 | -1/+1 |
* | Merge pull request #5794 from JoakimLarsson/epc_4 |  Joakim Larsson Edström | 2019-10-28 | 1 | -1/+1 |
|\ |
|
| * | i86.cpp: disabled warning when executing lock (0xf0) instruction, why warn at... |  Joakim Larsson Edstrom | 2019-10-24 | 1 | -1/+1 |
* | | (nw) fix MPU4 video crash, clean up a little |  Vas Crabb | 2019-10-27 | 1 | -0/+17 |