summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nubus
Commit message (Expand)AuthorAgeFilesLines
* Updated licenses to some of bus devices (nw) Miodrag Milanovic2015-05-1034-68/+68
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0734-0/+68
* mac: NuBus "image" card now provides primitives for programs on the Mac to in... arbee2015-05-022-0/+159
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-293-3/+3
* small cleanup (nw) Miodrag Milanovic2015-04-221-3/+2
* astring to std::string in bus section (nw) Miodrag Milanovic2015-04-1924-35/+35
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-1/+1
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-1415-42/+49
* few more changes (nw) Miodrag Milanovic2015-04-1312-45/+45
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-1213-25/+25
* 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