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.5 by cebix, 2001-06-30T17:21:52Z

# 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