summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs51
Commit message (Expand)AuthorAgeFilesLines
* ui: Improved media control experience, cleaned up a lot of bad code. Vas Crabb13 days4-0/+8
* mcs51: Fix regression with sfr_map in derived classes AJR2026-05-081-1/+1
* hexa,brixian: increase ay clock (matches pcb videos) hap2026-05-061-1/+1
* mcs51: Change address space names to resemble those used by Intel's tools AJR2026-03-274-100/+93
* -cpu/sharc: More recompiler improvements: Vas Crabb2026-03-081-3/+5
* sidearms: correct z80 clock (guru readme and now jwestfall), remove old chang... hap2026-01-241-1/+1
* srcclean and minor manual cleanup. Vas Crabb2026-01-251-11/+11
* mcs51: clean up some single line comments hap2026-01-248-180/+179
* i8051: small cleanup to spacing hap2026-01-2411-206/+203
* i8051: some variables were missing savestates after OG's refactor [TheLostNinja] hap2026-01-241-0/+9
* mcs51: Add read/write slave address registers to 80c51 Olivier Galibert2025-11-192-0/+46
* [Access Virus] Analog input knobs for Virus A & B (#14461) Felipe CorrĂȘa da Silva Sanches2025-11-032-1/+37
* mcs51: remove spurious port read messages Olivier Galibert2025-10-281-4/+4
* sab80c535: hook up the ports 4-5 Olivier Galibert2025-10-194-4/+131
* Fix include guards Olivier Galibert2025-10-172-4/+4
* mcs51: Modernization step 2 Olivier Galibert2025-10-1713-1185/+1331
* mcs51: Modernization step 1 Olivier Galibert2025-10-134-2567/+2627
* mcs51: start turning the internal maps into real maps Olivier Galibert2025-10-122-102/+85
* mcs51: Rename the external data bus from io to data Olivier Galibert2025-10-122-47/+52
* mcs51: fix destination RAM type in XCHD A, @R0/@R1 (#14289) Fabio D'Urso2025-10-081-1/+1
* srcclean and manual cleanup Vas Crabb2025-01-261-6/+6
* mcs51: clean up source code spacing hap2025-01-222-559/+560
* misc: remove "all rights reserved" copyright comment, hap2025-01-224-181/+103
* mcs51: remove unneeded powerdown check hap2025-01-221-4/+0
* mcs51: max opcode cycles is 4 hap2025-01-191-1/+1
* mcs51: improve execute_run icount timing hap2025-01-192-83/+51
* micro3d: correct mcu type, re-add underclock hack, it was still crashing, jus... hap2025-01-181-5/+6
* cpu/mcs51/mcs51.cpp: Implemented PES bit for DS5002FP. (#13224) cam9002025-01-192-4/+12
* mcs51: don't mask P3.1 at reset Patrick Mackinlay2025-01-141-1/+1
* mcs51: update savestates, hap2025-01-102-86/+100
* mcs51: fix P3.1 output logic Patrick Mackinlay2025-01-102-7/+19
* system1: clean up mcfg names, lower sound hw clocks for starjack and upndown hap2024-12-161-1/+1
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-4/+4
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-6/+14
* New machines marked as NOT_WORKING AJR2024-02-192-0/+22
* mcs51: Correctly override some SFR names in dissassemblers AJR2024-02-141-10/+11
* mcs51: Add placeholder device types for P87C552 and P80C562, with custom SFR ... AJR2024-02-134-0/+189
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
* mcs51: add rxb8 to uart reset hap2023-06-032-4/+5
* mcs51: implement serial input/output as bit stream (#11190) Patrick Mackinlay2023-05-083-122/+231
* Interrupt callback rationalization AJR2023-03-111-10/+15
* cloned the mcs51 core as axc51, stripped it back, will allow monon work to co... David Haywood2022-07-285-1278/+1
* Monon / AX208 - load internal AX208 ROM in device [Peter Wilhelmson, David Ha... David Haywood2022-07-264-10/+78
* i8xc51gb: Correct SFR address of ACON for disassembly AJR2022-06-151-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-062-3/+0
* Debugger feature improvements AJR2022-03-271-2/+13
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-272-9/+16
* Remove fileio.h from emu.h AJR2022-02-111-1/+3