summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nubus/nubus.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-475/+0
* Updated licenses to some of bus devices (nw) Miodrag Milanovic2015-05-101-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* small cleanup (nw) Miodrag Milanovic2015-04-221-3/+2
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-1/+1
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-9/+16
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-6/+0
* nubus_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-41/+26
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-191-23/+22
* (MESS) Move NuBus and friends into the new bus structure (nw) R. Belmont2013-10-221-0/+489