summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pic16c5x (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-202-325/+390
* 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
* tispeak: move k28m2 to its own file hap2023-01-161-2/+2
* pic16c5x: no need for m_old_data class variable hap2023-01-082-43/+27
* pic16c5x: shorthand variable types hap2023-01-083-117/+127
* pic16c5x: lowercase function names that aren't macros hap2023-01-082-76/+76
* pic16c5x: improved RTCC pin timer count hap2023-01-082-26/+25
* 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-074-126/+125
* pic16c5x: statusreg high bits are 1 on old GI PIC hap2023-01-072-90/+100
* 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-014-313/+354
* pic16c5x.cpp: add support for the GI PIC1654S. [R. Belmont] arbee2022-09-292-5/+23
* misc: remove unused variables that may give compiler warning hap2022-08-231-3/+1
* 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
* Debugger feature improvements AJR2022-03-271-0/+2
* 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-252-10/+8
* use C++ library includes (nw) firewave2020-01-221-1/+1
* 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