summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pic16c5x (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-6/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* h2h basketball/hockey/soccer: draw the diagonal leds (nw) hap2019-03-041-2/+2
* -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-152-53/+28
* devcb3 Vas Crabb2018-07-071-8/+8
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-3/+3
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-26/+31
* Reshuffle some stuff: Vas Crabb2018-03-282-18/+20
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-8/+8
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-21/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-7/+12
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-3/+3
* Some fixes (nw) Olivier Galibert2017-11-261-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-265-232/+119
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-4/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-42/+42
* Self-registering devices prep: Vas Crabb2017-02-271-8/+8
* srcclean (nw) Vas Crabb2017-02-191-1/+1
* rm double (nw) hap2017-02-131-1/+0
* pic16c5x: added alias for RTCC pin (nw) hap2017-02-132-2/+6
* hh_pic16: update notes (nw) hap2017-02-131-2/+5
* pic16c5x: changed rtcc pin to inputline (nw) hap2017-02-132-10/+19
* PIC16C5x updates [hap] hap2017-02-121-0/+3
* added PIC1650 device (nw) hap2017-02-122-29/+95
* pic15c5x: fix rtcc clocking in sleep mode, and potentially clocking it too fa... hap2017-02-122-1/+8
* pic16c5x: added RTCC pin (not called T0, plus it was implemented in reverse) ... hap2017-02-122-31/+16
* pic16: added pic1655 (nw) hap2017-02-112-20/+53
* pic16: small update, correct savestates (nw) hap2017-02-112-40/+33
* PIC cpu: fixes for writes with the status register as destination [Luca Elia] Luca Elia2017-02-051-5/+21
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-7/+7
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Changed the pic16c5x disassembler to use 'std::ostream &' internally Nathan Woods2016-11-161-12/+18
* add virtual for consistency (nw) smf-2016-10-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-84/+84
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-281-2/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Revert "change cpu cores pcbase handling to be consistent with the majority o... Lord-Nightmare2016-09-271-1/+2
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-271-2/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+4
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* reverting: Miodrag Milanovic2016-01-202-12/+12
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-12/+12