dingusppc/devices/common/scsi
Mihai Parparita ea9de4feaf Fix uninitialized value read in the ScsiHardDisk constructor
The call to the ScsiDevice superclass was using the name field (which
was not initialized yet) instead of the name constructor argument
2023-12-10 08:58:12 -08:00
..
mesh.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
mesh.h Clean up #includes 2023-11-03 00:33:47 -07:00
sc53c94.cpp Clean up names for SCSI devices. 2023-12-04 22:41:01 +01:00
sc53c94.h scsidevice: add get_more_data() method. 2023-12-10 00:19:44 +01:00
scsi.h scsidevice: add get_more_data() method. 2023-12-10 00:19:44 +01:00
scsibus.cpp Improve SCSI state machine. 2023-12-04 21:41:55 +01:00
scsicdrom.cpp scsicdrom: use CdromDrive as base class. 2023-12-10 00:19:44 +01:00
scsicdrom.h scsicdrom: use CdromDrive as base class. 2023-12-10 00:19:44 +01:00
scsidevice.cpp scsidevice: add get_more_data() method. 2023-12-10 00:19:44 +01:00
scsihd.cpp Fix uninitialized value read in the ScsiHardDisk constructor 2023-12-10 08:58:12 -08:00
scsihd.h scsidevice: add get_more_data() method. 2023-12-10 00:19:44 +01:00