home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / misc / emu / apple2000 / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-12  |  1.8 KB  |  65 lines

  1. .name
  2. Apple2000
  3. .type
  4. Emulator
  5. .short
  6. Premier Apple ][ emulator for the Amiga
  7. .description
  8. "Apple 2000" is the premier Apple ][ emulator for the Amiga computer.
  9. At its current level it accurately emulates a 64K Apple ][+, including:
  10. 6502 CPU; ALL video modes (Text, LoRes, HiRes, Mixed modes, etc); 16k RAM
  11. card (64k computer); 5¼" disk drive (via disk images); Two button joystick;
  12. Keyboard; Sound.  The emulation also runs in a completely system friendly
  13. manner, multitasking properly with other programs.  The two main goals were
  14. speed and accuracy.  This was accomplished by hand coding the emulator in
  15. 100% machine language, optimization via instruction cycle analysis, and
  16. painstaking attention to Apple hardware details.  Requires  Apple ][ ROM
  17. image &    disk controller ROM image.
  18. .author
  19. Kevin Kralian
  20. .version 
  21. 1.3
  22. .requirements
  23.  o Amiga computer with Kickstart 2.0 or newer (3.0+ still untested)
  24.  o A 68020+ CPU.  Emulation WILL NOT WORK on a 68000 system at this time.
  25.  o About 900k free RAM (preferably most of it FAST RAM)
  26.  o ReqTools.library by Nico François
  27.  o Apple ][ ROM image & disk controller ROM image
  28.      (called _APPLE.ROM and _DISK.ROM)
  29.  
  30.   Recommended:
  31.  o  A two-button joystick (to emulate the Apple's two-button joystick)
  32.  o  A 68030 at ~25MHz (for full speed 1 MHz emulation)
  33. .distribution
  34. Shareware
  35. .email
  36. Kevin_Kralian@sacbbx.com
  37. .docs
  38. Apple2000.doc
  39. Apple2000.guide
  40. ReadMeFirst
  41. .described-by
  42. Fred Fish (fnf@fishpond.cygnus.com)
  43. .submittal
  44. Downloaded via ftp from wuarchive.wustl.edu.
  45. .aminet-dir
  46. misc/emu
  47. .execute
  48. set choice `RequestChoice "Apple2000" "Please select an option" "View Readme" "View Doc" "View Guide" "Cancel"`
  49.  
  50. if $choice EQ "0"
  51.   quit 5
  52. endif
  53.  
  54. if $choice EQ "1"
  55.   MetaTool ReadMeFirst TEXT
  56. endif
  57.  
  58. if $choice EQ "2"
  59.   MetaTool Apple2000.doc TEXT
  60. endif
  61.  
  62. if $choice EQ "3"
  63.   MetaTool Apple2000.guide GUIDE
  64. endif
  65.