| Commit message (Expand) | Author | Age | Files | Lines |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -8/+8 |
* | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
* | hmcs400: add opcode placeholders |  hap | 2024-09-16 | 1 | -1/+1 |
* | misc hap disasm: correction to prev commit |  hap | 2024-03-07 | 1 | -1/+1 |
* | misc hap disasm: move opcode mnemonics enum out of header file |  hap | 2024-03-07 | 2 | -16/+18 |
* | Systems promoted to working |  hap | 2023-06-17 | 1 | -22/+21 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 2 | -23/+18 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -1/+1 |
* | 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/+3 |
* | b5000: added easy opcodes |  hap | 2022-03-18 | 2 | -15/+13 |
* | b5000: add disassembler |  hap | 2022-03-17 | 1 | -1/+1 |
* | New working machines |  hap | 2022-03-04 | 1 | -1/+0 |
* | added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] |  hap | 2021-02-26 | 2 | -4/+6 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -5/+5 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 2 | -6/+8 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 2 | -8/+6 |
* | hh_amis2k driver rewrite (nw) |  hap | 2019-03-06 | 2 | -6/+8 |
* | -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... |  mooglyguy | 2018-12-16 | 1 | -35/+15 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -6/+6 |
* | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -15/+19 |
* | 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 | -15/+15 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -7/+11 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -33/+58 |
* | 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 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -27/+27 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -3/+3 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 3 | -1/+2 |
* | Make devcb objects more consistently available for further configuration (nw) |  AJR | 2017-01-31 | 1 | -6/+6 |
* | change some of my files to use abbreviated integer types (nw) |  hap | 2017-01-16 | 4 | -75/+75 |
* | correct some spacing (nw) |  hap | 2017-01-04 | 1 | -17/+17 |
* | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 1 | -1/+1 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -14/+4 |
* | added boilerplate comments & removed unnecessary formatstr() (nw) |  smf- | 2016-10-28 | 2 | -9/+10 |
* | Changed the AMIS2000 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-10-25 | 1 | -5/+14 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 4 | -73/+73 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -1/+2 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -2/+1 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -1/+2 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -1/+1 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 3 | -10/+10 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 3 | -10/+10 |
* | Revert "remove const (nw)" |  Miodrag Milanovic | 2016-01-13 | 2 | -2/+2 |
* | remove const (nw) |  Miodrag Milanovic | 2016-01-11 | 2 | -2/+2 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 2 | -2/+2 |