home *** CD-ROM | disk | FTP | other *** search
- ; Catalog description for Frodo
- ;
- ; Titles and requester gadgets
- ;
- MSG_SCREENTITLE (//)
- Frodo C64 Emulator V1.4 ©1994-1995 Christian Bauer. Freely distributable.
- ;
- MSG_PREFSTITLE (//)
- Frodo Settings
- ;
- MSG_REQTITLE (//)
- Frodo C64 Emulator
- ;
- MSG_REQGADS (//)
- Quit
- ;
- MSG_REQGADS2 (//)
- Don't care
- ;
- MSG_REQGADS3 (//)
- Reset|So what?
- ;
- MSG_REQGADS4 (//)
- Reset
- ;
- ; Main.asm messages
- ;
- MSG_NO68020 ($20//)
- Frodo requires at least\n\
- a 68020 processor.
- ;
- MSG_NOMEM (//)
- There is not enough memory\n\
- to start the emulator.
- ;
- MSG_NOSCREEN (//)
- The C64 screen cannot be created.
- ;
- MSG_NOEGS (//)
- EGS is not installed on your Amiga.
- ;
- MSG_NOVILINTUI (//)
- The 'vilintuisup.library' is not\n\
- installed on your Amiga.
- ;
- MSG_NODISPLAYID (//)
- The selected screen mode is\n\
- not available on your Amiga.
- ;
- MSG_SCRTOOSMALL (//)
- The resolution of the selected\n\
- screen mode is too small.\n\
- It must be greater than 384×272.
- ;
- MSG_NOKERNAL (//)
- The file 'Kernal ROM' is\n\
- missing or damaged.
- ;
- MSG_NOBASIC (//)
- The file 'Basic ROM' is\n\
- missing or damaged.
- ;
- MSG_NOCHAR (//)
- The file 'Char ROM' is\n\
- missing or damaged.
- ;
- MSG_NOPARPORT (//)
- The parallel port is currently\n\
- in use by another program.\n\
- Using IEC devices is therefore\n\
- not possible.
- ;
- MSG_NOTIMER (//)
- Frodo is unable to find a free CIA timer.\n\
- Using IEC devices is therefore not possible.
- ;
- MSG_SCREENHAIL (//)
- Choose a screen mode
- ;
- MSG_DIRHAIL (//)
- Choose a directory
- ;
- MSG_NOCYBERGFX (//)
- The 'cybergraphics.library' is\n\
- not installed on your Amiga.
- ;
- MSG_NOCYBERMODE (//)
- The selected screen mode is\n\
- not a CyBERgraphics mode.
- ;
- ; 6510.asm messages
- ;
- MSG_ILLEGALOP ($40//)
- Unknown opcode %02x, PC %04x
- ;
- MSG_JUMPTOIO (//)
- Jump into I/O space, PC %04x
- ;
- ; Settings gadgets
- ;
- MSG_OK_GAD ($100//)
- _OK
- ;
- MSG_SAVE_GAD (//)
- _Save
- ;
- MSG_CANCEL_GAD (//)
- _Cancel
- ;
- MSG_JOYSTICK1ON_GAD (//)
- Joystick on Port 1
- ;
- MSG_JOYSTICK2ON_GAD (//)
- Joystick on Port 2
- ;
- MSG_JOYSTICKSWAP_GAD (//)
- Swap joysticks
- ;
- MSG_GETDISPLAYID_GAD (//)
- Choose...
- ;
- MSG_DISPLAYID_GAD (//)
- Screen mode
- ;
- MSG_SCREENTYPE_GAD (//)
- Screen type
- ;
- MSG_NORMALCYCLES_GAD (//)
- Cycles per line (CPU)
- ;
- MSG_BADLINECYCLES_GAD (//)
- Cycles per bad line (CPU)
- ;
- MSG_CIACYCLES_GAD (//)
- Cycles per line (CIA)
- ;
- MSG_DIR8_GAD (//)
- Drive 8
- ;
- MSG_DIR9_GAD (//)
- Drive 9
- ;
- MSG_DIR10_GAD (//)
- Drive 10
- ;
- MSG_DIR11_GAD (//)
- Drive 11
- ;
- MSG_USESIDCARD_GAD (//)
- Use SID card
- ;
- MSG_OTHERIEC_GAD (//)
- Use IEC for other devices
- ;
- MSG_KEYBOARDYZ_GAD (//)
- American keyboard
- ;
- MSG_COLLISIONS_GAD (//)
- Sprite collisions
- ;
- MSG_MAPSLASH_GAD (//)
- "/" -> "\\" in file names
- ;
- MSG_FASTRESET_GAD (//)
- Fast reset
- ;
- MSG_SKIPLATCH_GAD (//)
- Every (n)th frame
-