| Commit message (Expand) | Author | Age | Files | Lines |
* | e0c6s46: fix issue with k input irq, add buzzer envelope |  hap | 2024-12-26 | 2 | -59/+105 |
* | e0c6s46: add e0c6s48 |  hap | 2024-12-24 | 5 | -51/+108 |
* | e0c6s46: add osc3 |  hap | 2024-12-23 | 2 | -10/+20 |
* | e0c6s46: add callback for transforming lcd pixel x/y, add k input interrupts,... |  hap | 2024-12-23 | 2 | -10/+29 |
* | New systems marked not working |  hap | 2024-12-23 | 2 | -1/+23 |
* | tama: add svg screen, svg shapes taken from BrickEmuPy [hap, azya] |  hap | 2024-12-23 | 2 | -30/+40 |
* | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 1 | -0/+1 |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 2 | -6/+6 |
* | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 2 | -2/+0 |
* | misc hap disasm: correction to prev commit |  hap | 2024-03-07 | 1 | -2/+2 |
* | misc hap disasm: move opcode mnemonics enum out of header file |  hap | 2024-03-07 | 2 | -42/+29 |
* | Systems promoted to working |  hap | 2023-06-17 | 2 | -21/+14 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -6/+1 |
* | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -2/+2 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -3/+3 |
* | cpu: remove obsolete debugger.h include from some of my files |  hap | 2022-04-02 | 1 | -1/+0 |
* | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -3/+2 |
* | added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] |  hap | 2021-02-26 | 2 | -6/+6 |
* | tlcs90: this fallthrough at opcode must be wrong |  hap | 2020-11-14 | 1 | -2/+1 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -1/+1 |
* | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 2 | -4/+4 |
* | sweeten most of the remaining arrays of delegates (nw) |  Vas Crabb | 2020-02-07 | 2 | -14/+9 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 2 | -4/+4 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -13/+5 |
* | -cpu/m6502: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-17 | 1 | -1/+1 |
* | hh_hmcs40: put audiocpu in subclass (nw) |  hap | 2018-12-16 | 1 | -4/+1 |
* | Fixed recent regression in e0c6200, nw |  mooglyguy | 2018-12-16 | 1 | -1/+3 |
* | -cpu/cp1610, cubeqcpu, dsp32, e0c6s46, hd61700: Removed MCFG macros. [Ryan Ho... |  mooglyguy | 2018-12-16 | 2 | -75/+45 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -3/+3 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -1/+1 |
* | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -9/+11 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 2 | -3/+3 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -21/+21 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -2/+2 |
* | move some cpu internal memmaps from public to protected (nw) |  hap | 2018-02-13 | 1 | -2/+3 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -3/+5 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -1/+1 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -59/+100 |
* | tamag1: added output finder, modernize mcu pixel callback (nw) |  hap | 2017-07-29 | 2 | -9/+10 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 2 | -3/+3 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 2 | -1/+9 |
* | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 4 | -37/+37 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -2/+2 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 4 | -1/+3 |
* | Make devcb objects more consistently available for further configuration (nw) |  AJR | 2017-01-31 | 1 | -3/+3 |
* | change some of my files to use abbreviated integer types (nw) |  hap | 2017-01-16 | 6 | -125/+125 |