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