Commented out scsi tape function
This commit is contained in:
parent
9d4654aca9
commit
90a06200ee
1 changed files with 6 additions and 6 deletions
12
src/scsi.cpp
12
src/scsi.cpp
|
@ -697,12 +697,12 @@ int add_scsi_cd (struct scsi_data **sd, int ch, int unitnum)
|
||||||
return *sd ? 1 : 0;
|
return *sd ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int add_scsi_tape (struct scsi_data **sd, int ch, const TCHAR *tape_directory, bool readonly)
|
//int add_scsi_tape (struct scsi_data **sd, int ch, const TCHAR *tape_directory, bool readonly)
|
||||||
{
|
//{
|
||||||
free_scsi (*sd);
|
// free_scsi (*sd);
|
||||||
*sd = scsi_alloc_tape (ch, tape_directory, readonly, ch);
|
// *sd = scsi_alloc_tape (ch, tape_directory, readonly, ch);
|
||||||
return *sd ? 1 : 0;
|
// return *sd ? 1 : 0;
|
||||||
}
|
//}
|
||||||
|
|
||||||
int add_scsi_device(struct scsi_data **sd, int ch, struct uaedev_config_info *ci, struct romconfig *rc)
|
int add_scsi_device(struct scsi_data **sd, int ch, struct uaedev_config_info *ci, struct romconfig *rc)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue