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.5 by cebix, 2000-04-10T18:52:44Z vs.
Revision 1.7 by jlachmann, 2000-08-20T14:08:42Z

# Line 36 | Line 36 | user_string_def platform_strings[] = {
36          {STR_NO_IFFPARSE_LIB_ERR, "Cannot open iffparse.library V39."},
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 mode."},
39 >        {STR_NO_P96_MODE_ERR, "The selected screen mode is not a Picasso96 or CyberGraphX mode."},
40          {STR_WRONG_SCREEN_DEPTH_ERR, "Basilisk II only supports 8, 16 or 24 bit screens."},
41          {STR_WRONG_SCREEN_FORMAT_ERR, "Basilisk II only supports big-endian chunky ARGB screen modes."},
42          {STR_NOT_ETHERNET_WARN, "The selected network device is not an Ethernet device. Networking will be disabled."},
# Line 46 | Line 46 | user_string_def platform_strings[] = {
46          {STR_NO_AHI_CTRL_WARN, "Cannot open AHI control structure. Audio output will be disabled."},
47          {STR_AHI_MODE_CTRL, "AHI Mode"},
48  
49 +        {STR_NOT_ENOUGH_MEM_WARN, "Could not get %lu MBytes of memory.\nShould I use the largest Block (%lu MBytes) instead ?"},
50 +
51          {-1, NULL}      // End marker
52   };
53  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines