summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus (follow)
Commit message (Expand)AuthorAgeFilesLines
* nubus: Fix regression in 27aa4fe0750cd128c10d580c82ab95dbef960e8b AJR2020-09-061-29/+28
* nubus: Minor cleanup to fix deprecation warnings AJR2020-09-062-62/+83
* Use swapendian_int16/int32 in more devices AJR2020-07-291-2/+2
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-1840-240/+219
* dp8390: Eliminate CS line handler; use separate read and write handlers inste... AJR2020-06-041-9/+4
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-212-8/+8
* mac: Initial support for the Sigma Designs LaserView monochrome NuBus video c... arbee2020-03-152-0/+259
* macse30: make Sigma Designs L-View SE/30 PDS card work and eliminate deprecat... arbee2020-02-131-3/+3
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-12/+12
* Spring cleaning: Vas Crabb2019-11-012-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-2618-48/+48
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-2/+2
* Merge pull request #4678 from shattered/_02409f23fe R. Belmont2019-03-311-5/+2
|\
| * coverity: a few low hanging fruit (nw) Sergey Svishchev2019-02-221-5/+2
* | devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values cam9002019-03-301-2/+2
* | (nw) Clean up the mess on master Vas Crabb2019-03-2618-214/+209
* | Revert "conflict resolution (nw)" andreasnaive2019-03-2518-209/+214
* | nubus: Use required_address_space rather than old-style CPU lookup (nw) AJR2019-02-262-35/+28
|/
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-1114-98/+112
* nb_rtpd: Raw parameters for screen (nw) AJR2019-02-101-7/+6
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-42/+0
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+0
* srcclean and cleanup (nw) Vas Crabb2019-01-271-18/+21
* src/devices: a few less MCFG macros (nw) Ivan Vangelista2019-01-141-6/+7
* specpdq: Better boundaries, still some pattern offset issues [O. Galibert] Olivier Galibert2019-01-041-13/+15
* Duh (nw) Olivier Galibert2019-01-031-4/+4
* specpdq: Fix backwards copy [O. Galibert] Olivier Galibert2019-01-031-4/+23
* specpdq: Start fixing blitting ops [O. Galibert] Olivier Galibert2019-01-031-21/+29
* (nw) fix stuff: Vas Crabb2018-11-291-18/+23
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-232-34/+36
* -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... mooglyguy2018-09-221-16/+16
* -in8250: De-MCFG, nw mooglyguy2018-09-041-9/+9
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-18/+18
* Apply logical address mask properly in debug disassembly view AJR2018-08-241-5/+5
* -mac: MACHINE_CONFIG removal, nw mooglyguy2018-08-041-0/+16
* devcb3 Vas Crabb2018-07-071-6/+6
* 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