summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nscsi
Commit message (Expand)AuthorAgeFilesLines
* Add tape support to Sony NEWS drivers and clean up CD-ROM support (#15353) Brice Onken3 days3-7/+33
* nscsi/cd.cpp: Added a CDROM_2X device that reasonably throttles the read spee... arbee2026-05-063-0/+39
* nscsi/hd.cpp: allow only lun=0 for test unit ready Patrick Mackinlay2026-04-011-1/+4
* src: bulk change osd_printf_warning -> osd_printf_info for LOG_OUTPUT_FUNC angelosa2026-03-171-1/+1
* aic6250,ncr5380,ncr53c90: Deslotify Olivier Galibert2026-03-031-1/+1
* nscsi: split HLE to a different file Olivier Galibert2026-03-023-3/+3
* nscsi: Turn nscsi_device into an interface for easier composition Olivier Galibert2026-03-029-752/+753
* nokia/mikromikko2: WIP. [Curt Coder] Curt Coder2026-03-021-5/+10
* nscsi/cd.cpp: Support the revised BlueSCSI host transfer protocol which allow... arbee2026-02-211-5/+49
* pc/filetto.cpp: extend voice note angelosa2026-02-021-1/+1
* hd63450: Add a special mode for the luna 68k Olivier Galibert2026-01-251-1/+1
* bus/nscsi/tape.cpp, util/ioprocs.cpp: Fixed last remaining tautological compa... Vas Crabb2026-01-261-9/+19
* srcclean and minor manual cleanup. Vas Crabb2026-01-251-1/+1
* luna: More advances Olivier Galibert2026-01-122-4/+17
* general: merge wayward speakers Olivier Galibert2026-01-062-4/+4
* nscsi/cd.cpp: Add the external version of the AppleCDSC. (Github #14779) [R. ... arbee2026-01-052-1/+36
* srcclean in preparation for release. Vas Crabb2025-12-281-1/+1
* bus/pc8801/pc8801_31.cpp: latch a form of CD motor sense angelosa2025-12-191-0/+2
* bus/nscsi: provide a fail safe HDD option for PC-98 based SCSI controllers angelosa2025-12-023-0/+137
* bus/nscsi/dtc510.cpp: speed up the data byte period a bit angelosa2025-11-231-1/+3
* bus/pc98_cbus/pc9801_27.cpp: hookup dip switches angelosa2025-11-231-0/+2
* bus/pc98_cbus: implement eop angelosa2025-11-222-4/+5
* bus/nscsi/dtc510.cpp: reorganize command set angelosa2025-11-222-64/+103
* pc/pc_t1t.h: Missing change corresponding to previous commit. Also srcclean. Vas Crabb2025-11-233-7/+7
* bus/nscsi/dtc510.cpp: bulk rename into dtc510 angelosa2025-11-213-17/+17
* bus/pc98_cbus: preliminary hookup for a PC-9801-27 SASI interface angelosa2025-11-213-0/+342
* nec/pc8801.cpp: misc QA notes angelosa2025-10-301-0/+2
* bus/nscsi/pc8801_30.cpp: fix set audio start position mode 0x80 angelosa2025-10-291-0/+6
* bus/pc8801/pc8801_31.cpp: pinpoint DMA enable bit angelosa2025-10-282-19/+26
* bus/nscsi/pc8801_30.cpp: implement fader control angelosa2025-10-282-19/+130
* bus/pc8801/pc8801_31.cpp: just ack the bytes on data ports angelosa2025-10-271-4/+9
* bus/nscsi/pc8801_30.cpp: hookup end mark and volume metering angelosa2025-10-262-1/+50
* bus/nscsi/pc8801_30.cpp: use PCE CD version for NEC Get dir, fix TOC parsing angelosa2025-10-261-17/+34
* bus/pc8801/pc8801_31.cpp: fix SCSI hookup, translate PCE CD implementation in... angelosa2025-10-252-0/+487
* mcs51: Modernization step 2 Olivier Galibert2025-10-171-1/+1
* mcs51: Rename the external data bus from io to data Olivier Galibert2025-10-121-1/+1
* srcclean and cleanup Vas Crabb2025-07-271-9/+3
* fz1 and clones: preliminary sound emulation, fz20m: fix SCSI hookup (#13967) Devin Acker2025-07-251-4/+18
* -sound/xaudio2_sound.cpp: Changed buffering strategy for output streams. Vas Crabb2025-06-061-0/+2
* Revert "wip" Patrick Mackinlay2025-01-101-1/+1
* wip Patrick Mackinlay2025-01-101-1/+1
* machine/nscsi_bus.cpp/.h: Add some more framework for future support of later... arbee2024-11-291-2/+7
* Cleanup: Vas Crabb2024-11-252-5/+5
* nscsi/cd.cpp: Support ZuluSCSI/BlueSCSI Toolbox commands for uploading and do... arbee2024-11-222-20/+272
* nscsi/cd.cpp: Update the Apple CD-ROM device based on the developer documenta... arbee2024-11-141-109/+135
* sound/cdda.cpp: Updates and additions [R. Belmont] arbee2024-11-021-54/+137
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2714-55/+55
* nscsi/cd.cpp: Fixed no-disc status for Apple CD drive and implemented eject c... arbee2024-07-062-10/+42
* ata/cr589.cpp, isa/mcd.cpp, nscsi/hd.cpp, nscsi/s1410.cpp: Use multibyte.h he... AJR2024-01-092-52/+47
* nscsi/cd.cpp: Use multibyte.h helpers; correct allocation length for READ TOC... AJR2024-01-071-48/+28