| Commit message (Expand) | Author | Age | Files | Lines |
* | g65816: add a todo note about irq |  hap | 2020-11-25 | 3 | -3/+3 |
* | g65816: add preliminary w65c802 (nw) |  hap | 2020-06-02 | 3 | -9/+28 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 3 | -11/+11 |
* | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 2 | -30/+30 |
* | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -15/+10 |
* | [snes] Fix 5a22/spc700 clock cycles |  AmatCoder | 2019-09-16 | 3 | -22/+18 |
* | Fix Solaris 2.11 (non-Oracle) |  Rick V | 2019-08-19 | 1 | -0/+5 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 4 | -3/+16 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 4 | -16/+3 |
* | Really fix build (nw) |  AJR | 2019-03-16 | 1 | -0/+2 |
* | Fix build (nw) |  AJR | 2019-03-16 | 1 | -1/+1 |
* | g65816: WDM is a 2-byte opcode per WDC docs, added WDM callback. [R. Belmont] |  arbee | 2019-02-02 | 4 | -2/+13 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -12/+12 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 3 | -6/+6 |
* | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -14/+15 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 2 | -2/+2 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 2 | -3/+3 |
* | g65816: Allow use of separate address spaces for program, data, opcodes and/o... |  AJR | 2018-03-20 | 6 | -24/+63 |
* | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -2/+2 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -3/+4 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -182/+148 |
* | 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 | 4 | -13/+21 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -28/+28 |
* | One uint slipped past (nw) |  AJR | 2017-04-13 | 1 | -1/+1 |
* | g65816: Eliminate uint type properly (nw) |  AJR | 2017-04-12 | 3 | -153/+153 |
* | g65816: Remove a few legacy type macros (nw) |  AJR | 2017-04-12 | 1 | -18/+1 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+2 |
* | 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 | 4 | -15/+5 |
* | Changed the G65816 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-14 | 2 | -29/+37 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 5 | -30/+30 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -0/+3 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -3/+0 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -0/+3 |
* | let's tidy up some scope (part 2 of evil plan) |  Vas Crabb | 2016-08-18 | 1 | -101/+142 |
* | Memory fun [O.Galibert] |  Olivier Galibert | 2016-06-14 | 1 | -12/+12 |
* | Fixed back N5A22 clock steps, nw |  Angelo Salese | 2016-06-07 | 1 | -1/+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 | -1/+1 |
* | 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 |
* | macro removal INLINE -> static inline (nw) |  Miodrag Milanovic | 2015-12-12 | 2 | -6/+6 |