home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / emulation / frodo / readme < prev   
Text File  |  1996-02-10  |  2KB  |  56 lines

  1. Short:    C64 emulator, V2.1
  2. Uploader: bauec002@goofy.zdv.uni-mainz.de (Christian Bauer)
  3. Author:   bauec002@goofy.zdv.uni-mainz.de (Christian Bauer)
  4. Type:     misc/emu
  5. Replaces: misc/emu/Frodo.lha
  6. Version:  2.1
  7. Requires: AmigaOS 2.1, 68020
  8.  
  9. Frodo is a multitasking freeware C64 emulator for the Amiga.
  10. OS2.1 and a 68020 (or better) are required, as well as copys of
  11. the original C64 ROMs, which are not included.
  12.  
  13. This emulator focuses on the exact reproduction of special graphical
  14. effects possible on the 64, and has therefore relatively high system
  15. requirements. Using a 68060-50 and a CyberVision card gives about
  16. 140-160% of the original C64 speed in standard text mode in the
  17. emulation's most precise mode and about 700% in its fastest mode.
  18.  
  19. Using a line-based VIC model, Frodo is capable of running most games
  20. and demos correctly, even those with FLI, FLD, DYCP, open top/bottom
  21. borders, multiplexed sprites etc. A single-cycle version of the
  22. emulator, "Frodo SC", is included that runs even those programs that
  23. fail on the line-based emulation.
  24.  
  25. A graphics card (any one whose modes are selectable with a screenmode
  26. requester will do) is strongly recommended for faster display as the
  27. emulator's routines have been designed for a chunky display memory.
  28.  
  29. Some small demo programs and the full source code in C and assembly
  30. language are included in the archive.
  31.  
  32. Changes from V2.0:
  33.  - The C64 character ROM is now included in the archive
  34.  - Fixed write errors in 1541 "Dir" mode
  35.  - 1 bit Amiga mode fixed
  36.  - SID type gadget is localized
  37.  - Reset6526 stops timer B counting underflows of timer A
  38.  - Sprite display can be turned off
  39.  - Corrected VIC interrupt handling, raster interrupts can be
  40.    triggered by writing to $d01a
  41.  - CIA interrupts cannot be cleared by writing to the ICR
  42.  - Better CIA 1 PRA/PRB emulation (keyboard/joysticks)
  43.  - Corrected SAM CIA timer output mode display
  44.  - SAM can be invoked from the "Illegal Opcode" requester
  45.  - 6510 registers can be modified from within SAM
  46.  - The file name for the "o" command in SAM must now be surrounded
  47.    with quotation marks (")
  48.  - Added load and save commands to SAM
  49.  - Frodo SC: SAM "vv" command works
  50.  - Frodo SC: Implemented 3-cycle-delay when starting timers
  51.  - Frodo SC: LPY register reported wrong values
  52.  - Frodo SC: Implemented simple sprite display (no collisions, no
  53.    priorities, sprites are drawn over the border)
  54.  - Frodo SC: Corrected display of background color in left/right border
  55.    area
  56.