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.10 by jlachmann, 2001-10-14T18:00:44Z

# Line 37 | Line 37 | user_string_def platform_strings[] = {
37          {STR_NO_ASL_LIB_ERR, "Cannot open asl.library V36."},
38          {STR_NO_TIMER_DEV_ERR, "Cannot open timer.device."},
39          {STR_NO_P96_MODE_ERR, "The selected screen mode is not a Picasso96 or CyberGraphX mode."},
40 +        {STR_NO_VIDEO_MODE_ERR, "Cannot obtain selected video mode."},
41          {STR_WRONG_SCREEN_DEPTH_ERR, "Basilisk II only supports 8, 16 or 24 bit screens."},
42          {STR_WRONG_SCREEN_FORMAT_ERR, "Basilisk II only supports big-endian chunky ARGB screen modes."},
43          {STR_NOT_ETHERNET_WARN, "The selected network device is not an Ethernet device. Networking will be disabled."},
# Line 44 | Line 45 | user_string_def platform_strings[] = {
45          {STR_NO_GTLAYOUT_LIB_WARN, "Cannot open gtlayout.library V39. The preferences editor GUI will not be available."},
46          {STR_NO_AHI_WARN, "Cannot open ahi.device V2. Audio output will be disabled."},
47          {STR_NO_AHI_CTRL_WARN, "Cannot open AHI control structure. Audio output will be disabled."},
47        {STR_AHI_MODE_CTRL, "AHI Mode"},
48
48          {STR_NOT_ENOUGH_MEM_WARN, "Could not get %lu MBytes of memory.\nShould I use the largest Block (%lu MBytes) instead ?"},
49  
50 +        {STR_AHI_MODE_CTRL, "AHI Mode"},
51 +        {STR_SCSI_MEMTYPE_CTRL, "Buffer Memory Type"},
52 +        {STR_MEMTYPE_CHIP_LAB, "Chip"},
53 +        {STR_MEMTYPE_24BITDMA_LAB, "24-Bit DMA"},
54 +        {STR_MEMTYPE_ANY_LAB, "Any"},
55 +        {STR_SCSI_DEVICES_CTRL, "Virtual SCSI Devices"},
56 +
57          {-1, NULL}      // End marker
58   };
59  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines