home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / emulation / frodo / catalogs / frodo.cd
Text File  |  1996-01-29  |  4KB  |  254 lines

  1. ; Catalog description for Frodo
  2. ;
  3. ; Titles and requester gadgets
  4. ;
  5. MSG_SCREENTITLE (//)
  6. Frodo C64 Emulator ©1994-1996 Christian Bauer. Freely distributable.
  7. ;
  8. MSG_SCREENTITLESC (//)
  9. Frodo SC C64 Emulator ©1994-1996 Christian Bauer. Freely distributable.
  10. ;
  11. MSG_PREFSTITLE (//)
  12. Frodo Settings
  13. ;
  14. MSG_PREFSTITLESC (//)
  15. Frodo SC Settings
  16. ;
  17. MSG_ABOUTTITLE (//)
  18. About Frodo...
  19. ;
  20. MSG_ABOUTTITLESC (//)
  21. About Frodo SC...
  22. ;
  23. MSG_ABOUT_REQ (//)
  24. Frodo V%ld.%ld\n\
  25. ©1994-1996 by\n\
  26. Christian Bauer\n\
  27. Max-Planck-Str.60\n\
  28. 55124 Mainz\n\
  29. Germany\n\n\
  30. EMail: bauec002@goofy.zdv.uni-mainz.de
  31. ;
  32. MSG_ABOUTSC_REQ (//)
  33. Frodo SC V%ld.%ld\n\
  34. ©1994-1996 by\n\
  35. Christian Bauer\n\
  36. Max-Planck-Str.60\n\
  37. 55124 Mainz\n\
  38. Germany\n\n\
  39. EMail: bauec002@goofy.zdv.uni-mainz.de
  40. ;
  41. MSG_REQTITLE (//)
  42. Frodo C64 Emulator
  43. ;
  44. MSG_REQGADS (//)
  45. Quit
  46. ;
  47. MSG_REQGADS2 (//)
  48. Don't care
  49. ;
  50. MSG_REQGADS3 (//)
  51. Reset|So what?
  52. ;
  53. MSG_REQGADS4 (//)
  54. Reset
  55. ;
  56. MSG_REQGADS5 (//)
  57. OK
  58. ;
  59. MSG_SCREENHAIL (//)
  60. Choose a screen mode
  61. ;
  62. MSG_DIRHAIL (//)
  63. Choose a directory
  64. ;
  65. MSG_D64HAIL (//)
  66. Choose a .d64 file
  67. ;
  68. MSG_PREFSHAIL (//)
  69. Choose a settings file
  70. ;
  71. MSG_REQGADS6 (//)
  72. Reset|SAM
  73. ;
  74. ; Main.asm messages
  75. ;
  76. MSG_NO68020 ($20//)
  77. Frodo requires at least\n\
  78. a 68020 processor.
  79. ;
  80. MSG_NOMEM (//)
  81. There is not enough memory\n\
  82. to start the emulator.
  83. ;
  84. MSG_NOSCREEN (//)
  85. The C64 screen cannot be created.
  86. ;
  87. MSG_NOKERNAL (//)
  88. The file 'Kernal ROM' is\n\
  89. missing or damaged.
  90. ;
  91. MSG_NOBASIC (//)
  92. The file 'Basic ROM' is\n\
  93. missing or damaged.
  94. ;
  95. MSG_NOCHAR (//)
  96. The file 'Char ROM' is\n\
  97. missing or damaged.
  98. ;
  99. MSG_NOPARPORT (//)
  100. The parallel port is currently\n\
  101. in use by another program.\n\
  102. Using IEC devices is therefore\n\
  103. not possible.
  104. ;
  105. MSG_NOTIMER (//)
  106. Frodo is unable to find a free CIA timer.\n\
  107. Using IEC devices is therefore not possible.
  108. ;
  109. ; 6510.asm messages
  110. ;
  111. MSG_ILLEGALOP ($40//)
  112. Unknown opcode %02x, PC %04x
  113. ;
  114. MSG_JUMPTOIO (//)
  115. Jump into I/O space, PC %04x
  116. ;
  117. ; IEC.asm messages
  118. ;
  119. MSG_UNSUPFLOPPYCMD ($80//)
  120. Unsupported 1541 command\n\
  121. '%s' received.
  122. ;
  123. ; Settings gadgets
  124. ;
  125. MSG_OK_GAD ($100//)
  126. _OK
  127. ;
  128. MSG_SAVE_GAD (//)
  129. _Save
  130. ;
  131. MSG_CANCEL_GAD (//)
  132. _Cancel
  133. ;
  134. MSG_JOYSTICK1ON_GAD (//)
  135. Joystick on Port 1
  136. ;
  137. MSG_JOYSTICK2ON_GAD (//)
  138. Joystick on Port 2
  139. ;
  140. MSG_JOYSTICKSWAP_GAD (//)
  141. Swap joysticks
  142. ;
  143. MSG_GETDISPLAYID_GAD (//)
  144. Choose...
  145. ;
  146. MSG_DISPLAYID_GAD (//)
  147. Screen mode
  148. ;
  149. MSG_SCREENTYPE_GAD (//)
  150. Screen type
  151. ;
  152. MSG_NORMALCYCLES_GAD (//)
  153. Cycles per line (CPU)
  154. ;
  155. MSG_BADLINECYCLES_GAD (//)
  156. Cycles per bad line (CPU)
  157. ;
  158. MSG_CIACYCLES_GAD (//)
  159. Cycles per line (CIA)
  160. ;
  161. MSG_DIR8_GAD (//)
  162. Drive 8
  163. ;
  164. MSG_DIR9_GAD (//)
  165. Drive 9
  166. ;
  167. MSG_DIR10_GAD (//)
  168. Drive 10
  169. ;
  170. MSG_DIR11_GAD (//)
  171. Drive 11
  172. ;
  173. MSG_SIDTYPE_GAD (//)
  174. SID emulation
  175. ;
  176. MSG_OTHERIEC_GAD (//)
  177. Use IEC for other devices
  178. ;
  179. MSG_KEYBOARDYZ_GAD (//)
  180. American keyboard
  181. ;
  182. MSG_COLLISIONS_GAD (//)
  183. Sprite collisions
  184. ;
  185. MSG_MAPSLASH_GAD (//)
  186. "/" -> "\\" in file names
  187. ;
  188. MSG_FASTRESET_GAD (//)
  189. Fast reset
  190. ;
  191. MSG_SKIPLATCH_GAD (//)
  192. Every (n)th frame
  193. ;
  194. MSG_LIMITSPEED_GAD (//)
  195. Limit speed
  196. ;
  197. MSG_DIRECTVIDEO_GAD (//)
  198. Allow direct video access
  199. ;
  200. MSG_SPRITESON_GAD (//)
  201. Sprite display
  202. ;
  203. MSG_SIDTYPEOFF_LAB (//)
  204. None
  205. ;
  206. MSG_SIDTYPECARD_LAB (//)
  207. SID card
  208. ;
  209. MSG_SIDTYPEA64_LAB (//)
  210. 6581.library
  211. ;
  212. MSG_SIDTYPEPSID_LAB (//)
  213. playsid.library
  214. ;
  215. ; Settings menus
  216. ;
  217. MSG_PROJECT_MENU ($180//)
  218. Project
  219. ;
  220. MSG_OPEN_MENU (//)
  221. Open...
  222. ;
  223. MSG_SAVE_MENU (//)
  224. Save
  225. ;
  226. MSG_SAVEAS_MENU (//)
  227. Save As...
  228. ;
  229. MSG_ABOUT_MENU (//)
  230. About Frodo...
  231. ;
  232. MSG_ABOUTSC_MENU (//)
  233. About Frodo SC...
  234. ;
  235. MSG_OK_MENU (//)
  236. OK
  237. ;
  238. MSG_CANCEL_MENU (//)
  239. Cancel
  240. ;
  241. ; Emulator menus
  242. ;
  243. MSG_EMULATION_MENU ($200//)
  244. Emulation
  245. ;
  246. MSG_SETTINGS_MENU (//)
  247. Settings...
  248. ;
  249. MSG_SAM_MENU (//)
  250. SAM...
  251. ;
  252. MSG_QUIT_MENU (//)
  253. Quit
  254.