ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/scsi_amiga.cpp
(Generate patch)

Comparing BasiliskII/src/AmigaOS/scsi_amiga.cpp (file contents):
Revision 1.4 by cebix, 2001-05-24T14:31:07Z vs.
Revision 1.6 by cebix, 2002-01-15T14:58:34Z

# Line 1 | Line 1
1   /*
2   *  scsi_amiga.cpp - SCSI Manager, Amiga specific stuff
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2002 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 78 | Line 78 | void SCSIInit(void)
78          buffer = (UBYTE *)AllocMem(buffer_size = 0x10000, buffer_memf);
79          sense_buffer = (UBYTE *)AllocMem(SENSE_LENGTH, MEMF_CHIP | MEMF_PUBLIC);
80          if (the_port == NULL || buffer == NULL || sense_buffer == NULL) {
81 <                ErrorAlert(GetString(STR_NO_MEM_ERR));
81 >                ErrorAlert(STR_NO_MEM_ERR);
82                  QuitEmulator();
83          }
84  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines