summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/nscsi_bus.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean in preparation for MAME 0.259 release branch Vas Crabb2023-09-241-3/+3
* nscsi_bus: pass pointer to struct for sense_data hap2023-09-211-16/+20
* nscsi_bus: designated initializers require c++20 Patrick Mackinlay2023-09-201-7/+29
* nscsi: Add SCSI tape device based on SIMH tape image format (#11430) Miëtek Bak2023-09-141-10/+156
* nscsi: Correct SCSI command names (#11426) Miëtek Bak‏2023-07-211-12/+12
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* cps3: Fix nscsi regression. [Curt Coder] Curt Coder2022-11-211-3/+18
* abc1600: Fixed hard disk formatting by introducing configurable byte transfer... Curt Coder2022-11-141-5/+17
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-6/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* nscsi: Added initialization of sense buffer on reset. Michael Zapf2021-08-201-0/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Much more core std::string_view modernization AJR2021-01-201-1/+1
* nscsi: Implemented REZERO command. [Curt Coder] Curt Coder2020-08-221-0/+4
* nscsi hle: Reset on reset [O. Galibert] Olivier Galibert2020-05-081-0/+5
* Spring cleaning: Vas Crabb2019-11-011-10/+3
* nscsi_bus: Class overhaul (nw) AJR2019-07-111-14/+32
* -nscsi_bus: Disable LOG_DATA_SENT by default to minimize log spam, nw MooglyGuy2019-05-181-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-30/+37
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-37/+30
* nscsi_cd: Add new nscsi_cdrom_device derived type for SGI systems tyfighter2019-02-081-9/+8
* nscsi_bus: fix showing answers (nw) Olivier Galibert2019-01-231-3/+3
* wd33c9x: Fix non-dma data retrieval [O. Galibert] Olivier Galibert2019-01-101-11/+24
* nscsi_bus: request sense fix (nw) Patrick Mackinlay2019-01-101-10/+5
* New NSCSI device for WD33C9x SCSI Controllers (#4449) tyfighter2018-12-311-4/+16
* NSCSI: disable debug Sven Schnelle2018-10-111-1/+1
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-1/+1
* -sbus: Fixed a minor typo in the description of the Artecon serial/parallel b... mooglyguy2018-09-161-1/+4
* nscsi: make sun4 probe-scsi happy (nw) Patrick Mackinlay2018-09-161-3/+11
* nscsi_bus: minor fix (nw) (#3621) Patrick Mackinlay2018-05-291-1/+2
* nscsi: use chd idnt metadata for inquiry Patrick Mackinlay2017-12-201-18/+22
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+8
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* reverting: Miodrag Milanovic2016-01-201-14/+14
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-14/+14
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+741