| Commit message (Expand) | Author | Age | Files | Lines |
* | srcclean (nw) |  Vas Crabb | 2019-08-25 | 2 | -6/+6 |
* | some monon disassembly helpers [anonymous] (#5504) |  David Haywood | 2019-08-19 | 6 | -13/+300 |
* | unidasm: Add address shift for scudsp |  AJR | 2019-08-05 | 1 | -1/+1 |
* | One more bit name for 8XC51GB (nw) |  AJR | 2019-07-12 | 1 | -0/+1 |
* | mcs51: Disassembler update |  AJR | 2019-07-12 | 4 | -19/+179 |
* | ax208 disassembly improvements (nw) (#5088) |  David Haywood | 2019-05-20 | 2 | -68/+600 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 2 | -0/+16 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 2 | -16/+0 |
* | mcs51: New version of old hack to break out of JB INT0/INT1 loops when interr... |  AJR | 2019-03-22 | 2 | -0/+16 |
* | srcclean (nw) |  Vas Crabb | 2018-12-23 | 4 | -64/+64 |
* | add SFR register names for axc51 disassemler (#4405) |  David Haywood | 2018-12-21 | 3 | -2/+279 |
* | add derived CPU type for AX51-CORE (used by AX208 and others) so that we can ... |  DavidHaywood | 2018-12-14 | 6 | -6/+147 |
* | mcs51: Remove remaining MCFGs, nw |  mooglyguy | 2018-12-09 | 1 | -15/+3 |
* | mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw |  mooglyguy | 2018-12-09 | 1 | -27/+0 |
* | mcs48: Removed MCFG, nw |  mooglyguy | 2018-12-08 | 1 | -0/+3 |
* | New skeleton device: Western Digital WD1007A ESDI hard disk controller [Al Ko... |  AJR | 2018-07-14 | 2 | -0/+15 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -10/+12 |
* | cidx628: Make this display something again |  AJR | 2018-06-22 | 2 | -0/+28 |
* | mcs51.cpp: Consolidate internal address maps; remove P0 from ROMless versions... |  AJR | 2018-06-13 | 2 | -24/+13 |
* | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -1/+0 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 2 | -5/+5 |
* | mcs51.cpp: Eliminate atrocious hack for breaking out of INT0 polling loops (nw) |  AJR | 2018-05-09 | 1 | -4/+0 |
* | mcs51: Add more interrupt and timer registers to debug state |  AJR | 2018-05-01 | 2 | -2/+10 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
* | srcclean (nw) |  Vas Crabb | 2018-04-22 | 1 | -2/+2 |
* | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -17/+21 |
* | mcs51: Safer way to propagate INT0 and INT1 inputs, which also need to be act... |  AJR | 2018-04-16 | 1 | -3/+3 |
* | vp415 updates, now actually starts proper testing loop, nw |  mooglyguy | 2018-04-15 | 1 | -1/+4 |
* | move some not-directly-emulation-related helpers to lib/util, further extrica... |  Vas Crabb | 2018-04-01 | 1 | -0/+3 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 2 | -18/+18 |
* | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -14/+14 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -21/+21 |
* | mcs51: Use callbacks for parallel ports (nw) |  AJR | 2018-02-27 | 2 | -86/+52 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -6/+10 |
* | mcs51: Add DPTR, P0, P1, P2 and P3 to debug state registration |  AJR | 2018-01-23 | 2 | -3/+9 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -2/+2 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -435/+444 |
* | x |  David Haywood | 2017-07-20 | 1 | -2/+2 |
* | gaelco / ds5002fp changes: |  David Haywood | 2017-07-19 | 2 | -31/+82 |
* | A number of DS5002FP chips were dumped using the method published by Morten S... |  David Haywood | 2017-07-17 | 1 | -1/+1 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 2 | -3/+3 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 2 | -4/+10 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -65/+67 |
* | 8051 MCU family core fix : Fix the indirect memory access opcodes dec,inc and... |  Jean-François DEL NERO | 2017-03-30 | 1 | -3/+3 |
* | fix some device validation errors, also fix uninitialised members in some dev... |  Vas Crabb | 2017-03-03 | 1 | -1/+1 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -14/+14 |
* | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 2 | -5/+5 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -32/+23 |
* | Changed the mcs51 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-16 | 1 | -114/+123 |