summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus
Commit message (Expand)AuthorAgeFilesLines
* nubus/laserview.cpp: Remove debug printfs that snuck in. [R. Belmont] arbee2026-05-021-2/+0
* nubus/laserview.cpp: Folded the SE/30 PDS version of the card in and improved... arbee2026-05-025-255/+90
* Mac updates: [R. Belmont] arbee2026-04-181-1/+0
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-3/+1
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-3/+1
* aic6250,ncr5380,ncr53c90: Deslotify Olivier Galibert2026-03-031-7/+6
* misc: correct accommodate typo hap2025-08-151-1/+1
* machine/icd2053b.cpp: Support for the Cypress Semiconductor ICD2053B programm... arbee2025-06-291-21/+34
* nubus/cards.cpp: It helps to make the newest cards actually accessible. [R. ... arbee2025-06-281-1/+13
* Revert "nubus_image: fix gcc compile warning with strncpy (size does not incl... hap2025-06-121-5/+9
* nubus_image: fix gcc compile warning with strncpy (size does not include \0 c... hap2025-06-121-9/+5
* -validate passes nullptr for tags. [R. Belmont] arbee2025-06-112-4/+10
* Fix clang error: 'm_nubus' is a private member of 'device_nubus_card_interfac... AJR2025-06-111-1/+1
* pwrbkduo/cards.h: Corrected include guard. [R. Belmont] arbee2025-06-111-2/+2
* nubus/enetlc.cpp: Support for the Apple Ethernet LC Card and Apple Ethernet L... arbee2025-06-1116-23/+1733
* nubus/nubus_vikbw.h: More include guard fun. arbee2025-04-261-3/+3
* nubus/8lc.h: Fix include guard. arbee2025-04-261-3/+3
* apple/macii.cpp: Fixed regression where NuBus was stealing the internal video... arbee2025-04-2640-2924/+2813
* -apple/rbv.cpp, apple/maciici.cpp: Implemented monochrome mode, cleaned up cl... Vas Crabb2025-04-141-4/+2
* machine/mv_sonora.cpp: Support 2, 4, and 16bpp modes. [R. Belmont] arbee2025-01-232-0/+11
* bus/nubus: Updates and minor cleanup [R. Belmont] arbee2025-01-202-81/+102
* 8530scc: retire legacy device Patrick Mackinlay2025-01-141-2/+2
* Cleanup: Vas Crabb2024-11-254-12/+12
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2723-101/+101
* bus/nubus/nubus_specpdq.cpp: Added comment about issue with Apple RGB monitor. Vas Crabb2024-08-291-5/+9
* nubus/nubus_specpdq.cpp: Remove debug print. [skip ci] [R. Belmont] arbee2024-08-061-5/+0
* nubus/nubus_specpdq.cpp: Better derivation of the active width. [R. Belmont] arbee2024-08-061-8/+18
* nubus/nubus_specpdq.cpp: Adjust the drawing offset to match the new CRTC para... arbee2024-08-011-2/+3
* nubus/nubus_specpdq.cpp: Derive the horizontal visible area from the written ... arbee2024-08-011-16/+6
* osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) Vas Crabb2024-02-251-1/+1
* Miscellaneous cleanup: Vas Crabb2024-01-191-24/+21
* nubus/laserview.cpp: Rewrite to current standards, add save state support.. [... arbee2023-12-172-153/+160
* nubus/nubus_wsportrait.cpp: Updates [R. Belmont] arbee2023-12-132-153/+110
* emu/diimage.cpp: Added media change notifier and exposed to Lua. Vas Crabb2023-12-142-3/+7
* nubus/nubus_cb264.cpp, pds30_cb264.cpp: Better guess at screen parameters; no... AJR2023-12-122-9/+8
* nubus/nubus_cb264.cpp: Modernization pass [R. Belmont] arbee2023-12-112-125/+118
* nubus/nubus_vikbw.cpp: Additional modernizations, add save state support. [R.... arbee2023-12-111-35/+39
* nubus/nubus_vikbw: Modernized and cleaned up the Moniterm MacViking II card s... arbee2023-12-102-88/+50
* Cleaned up some recent commits. Vas Crabb2023-11-031-1/+2
* srcclean in preparation for MAME 0.260 release branch Vas Crabb2023-10-221-7/+7
* nubus/thunder4gx.cpp: Preliminary support for Radius Thunder IV GX video card... arbee2023-10-163-0/+825
* Add missing files from last commit. [R. Belmont] arbee2023-10-112-0/+432
* nubus/8lc.cpp: Add support for the RasterOps 8LC card for the original Macint... arbee2023-10-112-1/+10
* bus/nubus/nubus.cpp: Support address mask for LC PDS. [R. Belmont] arbee2023-09-256-37/+86
* nubus/nubus_asntmc3b.cpp: Updates [R. Belmont] arbee2023-09-246-95/+137
* Change parameter type for device_network_interface::set_mac from char * to u8 * AJR2023-09-191-2/+5
* sinclair/scorpion.cpp: Added Scorpion ZS-256 TURBO+. (#11418) holub2023-07-181-2/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-20/+2
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-013-13/+13
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-6/+5