summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nubus
Commit message (Expand)AuthorAgeFilesLines
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-0811-16/+0
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-2/+2
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-18/+18
* nubus_device: converted to devcb2 (nw) Ivan Vangelista2014-04-172-67/+60
* dp8390_device: converted to devcb2 (nw) Ivan Vangelista2014-04-091-8/+4
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-072-2/+2
* can hide internally used classes (nw) Miodrag Milanovic2014-04-022-35/+38
* Getting rid of token usage in devices (nw) Miodrag Milanovic2014-04-022-78/+50
* changed destructors to prevent crash on exit (nw) Miodrag Milanovic2014-03-121-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-272-23/+28
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-1930-67/+67
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-1914-35/+35
* (MESS) Move NuBus and friends into the new bus structure (nw) R. Belmont2013-10-2234-0/+6392