| Commit message (Expand) | Author | Age | Files | Lines |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 2 | -6/+6 |
* | ucom4, upd7725: Removed MCFG. [Ryan Holtz] |  mooglyguy | 2018-12-06 | 1 | -47/+2 |
* | 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 | -4/+4 |
* | upd7725: Fix disassembly |  AJR | 2018-04-14 | 1 | -1/+1 |
* | 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 |
* | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -2/+2 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -22/+22 |
* | devices/machine: some private-ization (nw) |  Ivan Vangelista | 2018-02-15 | 1 | -2/+0 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -2/+2 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -2/+2 |
* | get rid of legacy BITSWAP* (nw) |  Vas Crabb | 2017-12-13 | 1 | -2/+2 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -5/+5 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -32/+41 |
* | upd7725: dpl bits of the instruction field are ignored if dp is the destinati... |  Lord-Nightmare | 2017-09-03 | 1 | -7/+9 |
* | upd7725: update ov1 and s1 flag calculation to be correct based on AWJ's nesd... |  Lord-Nightmare | 2017-09-03 | 2 | -25/+11 |
* | 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 | -5/+6 |
* | various comment updates (nw) |  Lord-Nightmare | 2017-06-04 | 1 | -2/+2 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -30/+26 |
* | srcclean (nw) |  Vas Crabb | 2017-03-26 | 1 | -1/+1 |
* | uPD7725: Corrected which registers are actually reset by /RESET, and fixed/up... |  Lord-Nightmare | 2017-03-19 | 2 | -19/+54 |
* | upd7725: use accessors to access the SR p0 and p1 bits, rather than masking (nw) |  Lord-Nightmare | 2017-03-17 | 1 | -2/+2 |
* | uPD7725: Fix LSB-first bit ordering for SO reg, not used yet. [Lord Nightmare] |  Lord-Nightmare | 2017-03-17 | 1 | -2/+2 |
* | upd7725: Add siack and soack registers and their requisite jumps, not used ye... |  Lord-Nightmare | 2017-03-16 | 2 | -1/+31 |
* | upd7725: handle the LSB-first load from SI properly, for when SI gets hooked ... |  Lord-Nightmare | 2017-03-15 | 1 | -2/+2 |
* | extra return (nw) |  Lord-Nightmare | 2017-03-15 | 1 | -1/+1 |
* | upd7725: add preliminary IRQ support [Lord Nightmare] |  Lord-Nightmare | 2017-03-15 | 1 | -1/+4 |
* | fixed UPD7725 disassembly [smf] |  smf- | 2017-03-13 | 1 | -1/+3 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+2 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -14/+4 |
* | Changed the upd7725 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-18 | 1 | -147/+147 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 3 | -82/+82 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -0/+1 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+0 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -0/+1 |
* | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -2/+2 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 2 | -6/+6 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 2 | -2/+2 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 2 | -2/+2 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 2 | -6/+6 |
* | 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 |
* | cleanups (nw) |  Miodrag Milanovic | 2015-12-25 | 1 | -3/+0 |
* | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -14/+14 |
* | clang-modernize part 6 |  Miodrag Milanovic | 2015-12-04 | 1 | -2/+2 |
* | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -3/+3 |