| Commit message (Expand) | Author | Age | Files | Lines |
* | Post b8c33885 fixes: hyperduel, indigo, and all pic16c5x games |  Olivier Galibert | 2020-11-07 | 1 | -5/+2 |
* | cpu/pic16c5x: Initialise a couple of variables that can be problematic. |  Vas Crabb | 2020-10-14 | 1 | -0/+2 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -10/+8 |
* | 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 | -6/+6 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -2/+2 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -2/+2 |
* | h2h basketball/hockey/soccer: draw the diagonal leds (nw) |  hap | 2019-03-04 | 1 | -2/+2 |
* | -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-15 | 2 | -53/+28 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -8/+8 |
* | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -1/+1 |
* | 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/+31 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 2 | -18/+20 |
* | 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 | -8/+8 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -21/+18 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -7/+12 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -3/+3 |
* | Some fixes (nw) |  Olivier Galibert | 2017-11-26 | 1 | -1/+1 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 5 | -232/+119 |
* | 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/+8 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -42/+42 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -8/+8 |
* | srcclean (nw) |  Vas Crabb | 2017-02-19 | 1 | -1/+1 |
* | rm double (nw) |  hap | 2017-02-13 | 1 | -1/+0 |
* | pic16c5x: added alias for RTCC pin (nw) |  hap | 2017-02-13 | 2 | -2/+6 |
* | hh_pic16: update notes (nw) |  hap | 2017-02-13 | 1 | -2/+5 |
* | pic16c5x: changed rtcc pin to inputline (nw) |  hap | 2017-02-13 | 2 | -10/+19 |
* | PIC16C5x updates [hap] |  hap | 2017-02-12 | 1 | -0/+3 |
* | added PIC1650 device (nw) |  hap | 2017-02-12 | 2 | -29/+95 |
* | pic15c5x: fix rtcc clocking in sleep mode, and potentially clocking it too fa... |  hap | 2017-02-12 | 2 | -1/+8 |
* | pic16c5x: added RTCC pin (not called T0, plus it was implemented in reverse) ... |  hap | 2017-02-12 | 2 | -31/+16 |
* | pic16: added pic1655 (nw) |  hap | 2017-02-11 | 2 | -20/+53 |
* | pic16: small update, correct savestates (nw) |  hap | 2017-02-11 | 2 | -40/+33 |
* | PIC cpu: fixes for writes with the status register as destination [Luca Elia] |  Luca Elia | 2017-02-05 | 1 | -5/+21 |
* | Make devcb objects more consistently available for further configuration (nw) |  AJR | 2017-01-31 | 1 | -7/+7 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -14/+4 |
* | Changed the pic16c5x disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-16 | 1 | -12/+18 |
* | add virtual for consistency (nw) |  smf- | 2016-10-24 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 3 | -84/+84 |
* | change cpu cores pcbase handling to be consistent with the majority of cpu co... |  smf- | 2016-09-28 | 1 | -2/+1 |
* | 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 |
* | Revert "change cpu cores pcbase handling to be consistent with the majority o... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+2 |
* | change cpu cores pcbase handling to be consistent with the majority of cpu co... |  smf- | 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 | -0/+1 |
* | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -4/+4 |
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -2/+2 |