summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs51/mcs51.cpp
Commit message (Expand)AuthorAgeFilesLines
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-25/+13
* x David Haywood2017-07-201-2/+2
* gaelco / ds5002fp changes: David Haywood2017-07-191-23/+61
* 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-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-41/+40
* 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-241-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-12/+12
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-95/+95
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* mcs51.cpp: converted serial_rx and serial_tx to devcb (nw) Ivan Vangelista2016-07-011-18/+7
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-23/+23
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-23/+23
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-3/+3
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2514