| Commit message (Expand) | Author | Age | Files | Lines |
| * | Major timer object reshuffling. timer_expired_delegate wraps the various call... |  Aaron Giles | 2021-03-26 | 2 | -2/+2 |
| * | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... |  Aaron Giles | 2021-03-24 | 2 | -2/+2 |
| * | cop400: small notes cleanup |  hap | 2021-02-07 | 11 | -76/+80 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -12/+10 |
| * | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 2 | -4/+4 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -5/+5 |
| * | -cpu/cop400, dsp16, hmcs40: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-16 | 1 | -60/+16 |
| * | -tms1xxx: Removed MCFG macros. |  mooglyguy | 2018-12-07 | 1 | -0/+11 |
| * | -cop400, nvram, tlc34076, watchdog: Modern configuration accessors, nw |  mooglyguy | 2018-08-07 | 1 | -0/+7 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -11/+11 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 2 | -3/+3 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -26/+32 |
| * | 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 | -17/+9 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -17/+17 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -30/+30 |
| * | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -2/+2 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -23/+29 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -2/+2 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 10 | -45/+170 |
| * | device_state_interface: Polymorphism and std::function for entries (nw) (#2690) |  ajrhacker | 2017-10-12 | 2 | -32/+24 |
| * | COP400 overhaul |  AJR | 2017-09-11 | 3 | -243/+332 |
| * | cop400: Room for improvement (nw) |  AJR | 2017-09-09 | 1 | -0/+1 |
| * | 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 | -4/+9 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -61/+61 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -17/+17 |
| * | Make devcb objects more consistently available for further configuration (nw) |  AJR | 2017-01-31 | 1 | -11/+11 |
| * | srcclean (nw) |  Vas Crabb | 2017-01-22 | 2 | -16/+16 |
| * | cop400: Fixed debugger register/flags view. (nw) |  Curt Coder | 2017-01-17 | 5 | -79/+69 |
| * | cop400: Properly separated COP444L from COP444C. [Curt Coder] |  Curt Coder | 2017-01-16 | 5 | -141/+752 |
| * | cop400: Fixed COP444 disassembly. [Curt Coder] |  Curt Coder | 2017-01-16 | 2 | -52/+31 |
| * | cop400: Removed non-working, incomplete COP440 code. (nw) |  Curt Coder | 2017-01-16 | 3 | -73/+8 |
| * | cop400: Fixed debugger behavior on skip. (nw) |  Curt Coder | 2017-01-16 | 1 | -3/+5 |
| * | cop400: Fixed instruction timing and time-base counter. [Curt Coder] |  Curt Coder | 2017-01-12 | 3 | -425/+431 |
| * | Fix compile for cop400 using mentioned fix from QMC2(nw) |  Scott Stone | 2017-01-10 | 3 | -3/+3 |
| * | cop400: Fixed disassembly of jump instructions and used decimal for LDD/XAD. ... |  Curt Coder | 2017-01-10 | 4 | -31/+33 |
| * | cop400: added L pins tri-state callback (nw) |  hap | 2016-12-21 | 3 | -1/+9 |
| * | cop400: correct internal RAM memorymap for COP410 [Sean Riddle] |  hap | 2016-12-20 | 1 | -4/+7 |
| * | cop400 LEI opcode: reset L pins when EN2=0 (nw) |  hap | 2016-12-19 | 1 | -0/+4 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 5 | -38/+8 |
| * | Revert "using of IS_ENABLED in files used in tiny build (nw)" |  Miodrag Milanovic | 2016-11-12 | 1 | -2/+2 |
| * | Merge pull request #1665 from npwoods/dasmstream_cop444 |  Vas Crabb | 2016-11-12 | 1 | -90/+100 |
| |\ |
|
| | * | Changed the cop444 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-11 | 1 | -90/+100 |
| * | | Merge pull request #1664 from npwoods/dasmstream_cop410 |  Vas Crabb | 2016-11-12 | 1 | -73/+84 |
| |\ \ |
|
| | * | | Changed the cop410 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-11 | 1 | -73/+84 |
| | |/ |
|
| * / | Changed the cop420 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-11 | 1 | -85/+95 |
| |/ |
|
| * | using of IS_ENABLED in files used in tiny build (nw) |  Miodrag Milanovic | 2016-11-11 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 6 | -211/+211 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 2 | -5/+2 |