| Commit message (Expand) | Author | Age | Files | Lines |
* | i8085: Interrupt updates |  AJR | 2020-05-08 | 1 | -0/+6 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -13/+13 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -9/+1 |
* | Fixed regressions in konamim2 and mexico86, nw |  mooglyguy | 2018-12-15 | 1 | -29/+18 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -4/+8 |
* | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -1/+2 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -2/+2 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -1/+1 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -12/+12 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -2/+2 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -3/+1 |
* | i8085: Add opcode space (nw) |  AJR | 2017-11-14 | 1 | -0/+2 |
* | i8085: change opcode macros to functions (nw) |  hap | 2017-11-14 | 1 | -1/+19 |
* | i8085: shorthand variable types (nw) |  hap | 2017-11-14 | 1 | -49/+49 |
* | i8085: make cputype an enum, change flags and stuff to constexpr (nw) |  hap | 2017-11-14 | 1 | -1/+11 |
* | i8085: lowercase m_im,m_halt,m_status (i'll leave PAIR m_PC,m_SP,m_AF,m_BC,m_... |  hap | 2017-11-14 | 1 | -3/+3 |
* | i8085: lowercase/rename some functions (nw) |  hap | 2017-11-14 | 1 | -8/+8 |
* | i8085: moved opcode macros to main file, will convert these to functions (nw) |  hap | 2017-11-14 | 1 | -17/+16 |
* | sdk85: Add address-latched memories (nw) |  AJR | 2017-10-05 | 1 | -0/+1 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -1/+1 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -29/+33 |
* | Mechanism for devices to generate clocks for other devices |  AJR | 2017-04-21 | 1 | -4/+14 |
* | Make devcb objects more consistently available for further configuration (nw) |  AJR | 2017-01-31 | 1 | -4/+4 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -40/+40 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -5/+1 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+5 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -5/+1 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -4/+4 |
* | 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 | 1 | -4/+4 |
* | Revert "remove const (nw)" |  Miodrag Milanovic | 2016-01-13 | 1 | -1/+1 |
* | remove const (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -3/+3 |
* | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -23/+23 |
* | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -1/+1 |
* | - Fix PVS-Studio warning V562, "It's odd to compare a bool type value with |  therealmogminer@gmail.com | 2015-11-09 | 1 | -1/+1 |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -0/+181 |