summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs51 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-5/+5
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* srcclean (nw) Vas Crabb2019-08-252-6/+6
* some monon disassembly helpers [anonymous] (#5504) David Haywood2019-08-196-13/+300
* unidasm: Add address shift for scudsp AJR2019-08-051-1/+1
* One more bit name for 8XC51GB (nw) AJR2019-07-121-0/+1
* mcs51: Disassembler update AJR2019-07-124-19/+179
* ax208 disassembly improvements (nw) (#5088) David Haywood2019-05-202-68/+600
* (nw) Clean up the mess on master Vas Crabb2019-03-262-0/+16
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-16/+0
* mcs51: New version of old hack to break out of JB INT0/INT1 loops when interr... AJR2019-03-222-0/+16
* srcclean (nw) Vas Crabb2018-12-234-64/+64
* add SFR register names for axc51 disassemler (#4405) David Haywood2018-12-213-2/+279
* add derived CPU type for AX51-CORE (used by AX208 and others) so that we can ... DavidHaywood2018-12-146-6/+147
* mcs51: Remove remaining MCFGs, nw mooglyguy2018-12-091-15/+3
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-27/+0
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-0/+3
* New skeleton device: Western Digital WD1007A ESDI hard disk controller [Al Ko... AJR2018-07-142-0/+15
* devcb3 Vas Crabb2018-07-071-10/+12
* cidx628: Make this display something again AJR2018-06-222-0/+28
* mcs51.cpp: Consolidate internal address maps; remove P0 from ROMless versions... AJR2018-06-132-24/+13
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+0
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-5/+5
* 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-012-2/+10
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* 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
* move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb2018-04-011-0/+3
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-18/+18
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-14/+14
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-21/+21
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-272-86/+52
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-6/+10
* mcs51: Add DPTR, P0, P1, P2 and P3 to debug state registration AJR2018-01-232-3/+9
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-435/+444
* x David Haywood2017-07-201-2/+2
* gaelco / ds5002fp changes: David Haywood2017-07-192-31/+82
* A number of DS5002FP chips were dumped using the method published by Morten S... David Haywood2017-07-171-1/+1
* 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/+10
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-65/+67
* 8051 MCU family core fix : Fix the indirect memory access opcodes dec,inc and... Jean-François DEL NERO2017-03-301-3/+3
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-14/+14
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-242-5/+5