summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add later SuperMac Spec/8 III V1.3 NuBus ROM [fink] Lord-Nightmare2017-03-271-1/+2
* more validation fixes (nw) Vas Crabb2017-03-041-1/+1
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-6/+0
* Image instance name refactoring and bug fixing (nw) AJR2017-03-022-24/+26
* Self-registering devices prep: Vas Crabb2017-02-2717-23/+39
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1117-17/+0
* mac: fix NuBus memory stomp [R. Belmont] arbee2017-01-291-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2234-289/+289
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-2115-15/+15
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0632-36/+36
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* Removing nullptr image_formats, and fixing formatting Nathan Woods2016-07-141-1/+0
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-252-5/+4
* Memory fun [O.Galibert] Olivier Galibert2016-06-145-13/+17
* Fix several buses so they can work when not a direct child of the root (nw) arbee2016-04-121-1/+1
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-142-15/+13
* reverting: Miodrag Milanovic2016-01-2034-104/+110
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2034-36/+36
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1634-36/+36
* tags are now strings (nw) Miodrag Milanovic2016-01-1634-110/+104
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-7/+7
* override part 1 (nw) Miodrag Milanovic2015-12-0518-95/+95
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-0515-43/+43
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-0515-43/+43
* clang-modernize part 2 Miodrag Milanovic2015-12-0413-23/+23
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-1416-38/+40
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0817-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1334-0/+6586