summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* z80scc: Remove generic device type (which nothing was using) and custom MCFG_... AJR2018-05-271-6/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-37/+37
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-8/+10
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-3024-47/+23
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-135-10/+10
* destaticify initializations (nw) (#3289) wilbertpol2018-03-0414-51/+31
* nubus: cleanup to current practice (nw) arbee2018-03-0220-115/+97
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-10/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-232-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-1718-18/+18
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-0512-34/+34
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-0510-53/+53
* mac: preliminary support for AE Quadralink 4-port serial [R. Belmont, Al Kossow] arbee2018-01-022-0/+239
* mac: added 1.3 ROM to BootBug card [Al Kossow] arbee2018-01-011-2/+5
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-302-4/+4
* mac: Support for "BootBug" NuBus remote debugger card [Al Kossow, R. Belmont] arbee2017-12-252-0/+167
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-132-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-132-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-132-2/+2
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-5/+5
* Fix build (nw) AJR2017-06-123-0/+4
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-1232-314/+239
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-2216-16/+16
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1434-685/+661
* nubus_48gc: add full rom label for 341-0868 (nw) Lord-Nightmare2017-04-301-1/+1
* rand() corrections in src/devices/* (nw) hap2017-04-261-1/+1
* 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