home *** CD-ROM | disk | FTP | other *** search
/ Brotikasten / BROTCD01.iso / amiga / frodov13.lha / README < prev   
Text File  |  1995-02-22  |  2KB  |  46 lines

  1. Short:    V1.3 of a new C64 emulator, 68020+ only
  2. Uploader: cbauer@mzdmza.zdv.uni-mainz.de (Christian Bauer)
  3. Author:   cebix@ng-box.wwb.sub.de (Christian Bauer)
  4. Type:     misc/emu
  5.  
  6. Third release of a new multitasking C64 emulator for the Amiga.
  7. OS2.1 and a 68020 (or better) are required, as well as copys of
  8. the original C64 ROMs, which are not included.
  9.  
  10. This emulator focuses on the exact reproduction of special graphical
  11. effects possible on the 64, and is therefore not very fast (using a
  12. 68040/25 and a Piccolo card gives about half of the original C64 speed).
  13. However, using a line-based VIC model, it is capable of running most
  14. games and demos correctly, even those with FLI, FLD, DYCP, open
  15. top/bottom borders, multiplexed sprites etc. (but not AFLI and other
  16. effects depending on exact VIC/6510 synchronization).
  17.  
  18. EGS, Picasso and CyBERgraphics graphics cards are supported for faster
  19. display. Using Amiga modes is possible, but slower (though there's a
  20. very fast monochrome Amiga mode).
  21.  
  22. Some small demo programs and the full source code in assembly language
  23. are included in the archive.
  24.  
  25. Changes from V1.0:
  26.  - Average graphics speed is now higher, especially in multicolor and
  27.    bitmap modes
  28.  - New, very fast monochrome mode
  29.  - Sprite routines are more efficient. No processor time is wasted
  30.    when all sprites are off.
  31.  - Sound emulation with 6581sid.library when SID card is disabled
  32.  - Minimal screen resolution is now 384╫272
  33.  - Sprite collisions can be turned off
  34.  - 1541 emulation now handles sequential files, wildcards and access
  35.    modes and ignores drive numbers and the '@'
  36.  - Frodo is now multilingual by means of "locale.library"
  37.  - Overscan resolutions can now be used
  38.  - Modes like PAL:Lowres are now selectable under OS2.x
  39.  - Option to translate '/' in file names to '\' and vice versa
  40.  - Joysticks are now only polled in the VIC vertical blank routine
  41.  - Amiga graphics routines now also use double buffering
  42.  - Option to accelerate the memory test on reset
  43.  - Bug in Close1541 corrected (could crash on quit)
  44.  - CyBERgraphics support
  45.  - Option to skip frames implemented
  46.