summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pic16c5x/pic16c5x.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* pic16c5x: Store FSR and show in debugger without extra high bits; eliminate n... AJR2024-02-221-14/+6
* m6801: add input ports ddr override mask hap2024-02-221-9/+9
* pic16c5x: Register file cleanup AJR2024-02-201-287/+336
* gmaster: update notes hap2023-10-051-1/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-13/+4
* srcclean and bump copyright date on language files to 2023 Vas Crabb2023-02-191-1/+1
* pic16c5x: no need for m_old_data class variable hap2023-01-081-38/+25
* pic16c5x: shorthand variable types hap2023-01-081-57/+65
* pic16c5x: lowercase function names that aren't macros hap2023-01-081-69/+69
* pic16c5x: improved RTCC pin timer count hap2023-01-081-25/+24
* pic16c5x: writing to reg 2 takes one more cycle hap2023-01-081-5/+6
* pic16c5x: make it easier to write in the comment block hap2023-01-071-72/+91
* pic16c5x: statusreg high bits are 1 on old GI PIC hap2023-01-071-87/+93
* pic16c5x: don't do a double read with swapf hap2023-01-041-2/+2
* pic16c5x: remove bitpos arrays hap2023-01-041-12/+7
* pic16c5x: small cleanup (1-line comments C++ style, switch/case spacing) hap2023-01-011-286/+324
* pic16c5x.cpp: add support for the GI PIC1654S. [R. Belmont] arbee2022-09-291-5/+11
* Cleanup of various recently-changed files. Vas Crabb2022-08-191-21/+21
* misc/magicard.cpp: Added required devices and default NVRAM contents. (#9970) Paul-Arnold2022-08-181-6/+8
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Post b8c33885 fixes: hyperduel, indigo, and all pic16c5x games Olivier Galibert2020-11-071-5/+2
* cpu/pic16c5x: Initialise a couple of variables that can be problematic. Vas Crabb2020-10-141-0/+2
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-7/+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-151-8/+8
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+2
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-26/+31
* Reshuffle some stuff: Vas Crabb2018-03-281-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-8/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-19/+19
* 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-131-2/+2
* hh_pic16: update notes (nw) hap2017-02-131-2/+5
* pic16c5x: changed rtcc pin to inputline (nw) hap2017-02-131-8/+13
* PIC16C5x updates [hap] hap2017-02-121-0/+3
* added PIC1650 device (nw) hap2017-02-121-20/+66
* pic15c5x: fix rtcc clocking in sleep mode, and potentially clocking it too fa... hap2017-02-121-1/+7
* pic16c5x: added RTCC pin (not called T0, plus it was implemented in reverse) ... hap2017-02-121-24/+14
* pic16: added pic1655 (nw) hap2017-02-111-19/+44
* pic16: small update, correct savestates (nw) hap2017-02-111-38/+30