summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abcbus (follow)
Commit message (Expand)AuthorAgeFilesLines
* abc80x: Fixed ROM loading. (nw) Curt Coder2016-06-151-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-1/+1
* abc80x: Added ROM version 1.05 for the 55-21046 disk controller. [Anders Sand... Curt Coder2016-06-141-6/+8
* Iterate over devices C++11 style AJR2016-04-181-40/+20
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-146-6/+6
* Iterate over core classes C++11 style AJR2016-03-311-2/+2
* z80: added crude implementation of WAIT pin hap2016-02-071-4/+4
* reverting: Miodrag Milanovic2016-01-2028-52/+52
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-1628-52/+52
* override part 1 (nw) Miodrag Milanovic2015-12-0514-120/+120
* clang-modernize part 2 Miodrag Milanovic2015-12-047-50/+50
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-145-9/+9
* - Fix PVS-Studio warning V564, "The &/| operator is applied to bool type value. therealmogminer@gmail.com2015-11-092-15/+15
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0814-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1328-0/+6190