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

Comparing BasiliskII/src/AmigaOS/user_strings_amiga.cpp (file contents):
Revision 1.8 by cebix, 2001-02-02T20:52:57Z vs.
Revision 1.9 by cebix, 2001-05-24T14:31:07Z

# Line 44 | Line 44 | user_string_def platform_strings[] = {
44          {STR_NO_GTLAYOUT_LIB_WARN, "Cannot open gtlayout.library V39. The preferences editor GUI will not be available."},
45          {STR_NO_AHI_WARN, "Cannot open ahi.device V2. Audio output will be disabled."},
46          {STR_NO_AHI_CTRL_WARN, "Cannot open AHI control structure. Audio output will be disabled."},
47        {STR_AHI_MODE_CTRL, "AHI Mode"},
48
47          {STR_NOT_ENOUGH_MEM_WARN, "Could not get %lu MBytes of memory.\nShould I use the largest Block (%lu MBytes) instead ?"},
48  
49 +        {STR_AHI_MODE_CTRL, "AHI Mode"},
50 +        {STR_SCSI_MEMTYPE_CTRL, "Buffer Memory Type"},
51 +        {STR_MEMTYPE_CHIP_LAB, "Chip"},
52 +        {STR_MEMTYPE_24BITDMA_LAB, "24-Bit DMA"},
53 +        {STR_MEMTYPE_ANY_LAB, "Any"},
54 +        {STR_SCSI_DEVICES_CTRL, "Virtual SCSI Devices"},
55 +
56          {-1, NULL}      // End marker
57   };
58  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines