summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs51/mcs51.cpp
Commit message (Expand)AuthorAgeFilesLines
* srcclean and manual cleanup Vas Crabb2025-01-261-6/+6
* mcs51: clean up source code spacing hap2025-01-221-306/+303
* misc: remove "all rights reserved" copyright comment, hap2025-01-221-115/+86
* mcs51: remove unneeded powerdown check hap2025-01-221-4/+0
* mcs51: improve execute_run icount timing hap2025-01-191-80/+50
* 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-191-3/+11
* mcs51: don't mask P3.1 at reset Patrick Mackinlay2025-01-141-1/+1
* mcs51: update savestates, hap2025-01-101-16/+22
* mcs51: fix P3.1 output logic Patrick Mackinlay2025-01-101-7/+18
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-6/+14
* New machines marked as NOT_WORKING AJR2024-02-191-0/+11
* mcs51: Add placeholder device types for P87C552 and P80C562, with custom SFR ... AJR2024-02-131-0/+27
* 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-031-2/+3
* mcs51: implement serial input/output as bit stream (#11190) Patrick Mackinlay2023-05-081-108/+222
* Interrupt callback rationalization AJR2023-03-111-10/+15
* Monon / AX208 - load internal AX208 ROM in device [Peter Wilhelmson, David Ha... David Haywood2022-07-261-3/+9
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-2/+0
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-7/+14
* Remove fileio.h from emu.h AJR2022-02-111-1/+3
* Research into thoop and squash 'refresh rate' protection [Victor Fernandez (C... David Haywood2021-12-141-2/+31
* wrinkles: added most of the sensors hap2021-09-171-10/+8
* mcs51: add i8744 Patrick Mackinlay2021-07-231-0/+11
* Add DS80C320, SAB80(C)515 and RUPI-44 disassemblers AJR2020-06-111-0/+33
* consola_emt.cpp: Correct MCU type (nw) AJR2020-06-031-1/+17
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-22/+21
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-2/+2
* Finish midqslvr.cpp's documentation (nw) (#6340) Hydreigon2020-02-211-1/+4
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-071-7/+4
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* mcs51: Disassembler update AJR2019-07-121-12/+23
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+0
* mcs51: New version of old hack to break out of JB INT0/INT1 loops when interr... AJR2019-03-221-0/+12
* New skeleton device: Western Digital WD1007A ESDI hard disk controller [Al Ko... AJR2018-07-141-0/+6
* cidx628: Make this display something again AJR2018-06-221-0/+12
* mcs51.cpp: Consolidate internal address maps; remove P0 from ROMless versions... AJR2018-06-131-20/+10
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-4/+4
* mcs51.cpp: Eliminate atrocious hack for breaking out of INT0 polling loops (nw) AJR2018-05-091-4/+0
* mcs51: Add more interrupt and timer registers to debug state AJR2018-05-011-0/+7
* srcclean (nw) Vas Crabb2018-04-221-2/+2
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-17/+21
* mcs51: Safer way to propagate INT0 and INT1 inputs, which also need to be act... AJR2018-04-161-3/+3
* vp415 updates, now actually starts proper testing loop, nw mooglyguy2018-04-151-1/+4
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-12/+12
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-14/+14
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-71/+25