home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 June / PCO_06_97.ISO / filesbbs / DOS / VIC20.ARJ / VIC20.ZIP / VIC.DOC
Encoding:
Text File  |  1996-09-30  |  1.7 KB  |  51 lines

  1.  
  2.                             ====================
  3.                             VIC-20 Emulator v1.1
  4.                             ====================
  5.  
  6. This is the second release of my Vic-20 emulator. Lots of people wanted one ,
  7. including me, so here it is.
  8.  
  9. vic20 -s<n> -f<n> -c<n> <image>
  10.  
  11. -s<n>   Sets the frame skip rate (1 up)
  12. -f<n>   Sets the frames per IBM Clock tick (default = 3)
  13. -c<n>   Sets the cycles per scan line
  14. -g<n>   Set timer granularity (mask scan lines when VIA timers updated)
  15.                 (default = 15)
  16. -d      Switch off double buffering
  17.  
  18. <image> Name of an 8k/16k cartridge file. If none is provided it boots
  19.         into BASIC.
  20.  
  21. ESC             quit
  22. F10             load image (.prg format must be *.prg)
  23.                 this image format begins with 2 bytes which are the load
  24.                 address.
  25. F11             load cartridge (8 or 16k,must be called *.crt)
  26. F12             reset
  27.  
  28. Runstop         ` (top left of keyboard)
  29. Commodore       Large 0 key
  30. +               use keypad
  31. ;               use # key
  32. GBP             use Alt key
  33. left shift      now left shift !
  34. Delete          use Alt-Gr (sorry !)
  35.  
  36. You will need these in the current directory :-
  37.  
  38. basic.rom       kernel.rom      chargen.rom
  39.  
  40. These are the basic,kernel and character generator ROMS, which are available
  41. from all the VIC FTP sites.
  42.  
  43. Games should be 8k or 16k cartridge images. The 8k images should load at A000.
  44. The 16k images are split into 2 parts 'xxx.60' and 'xxx.A0'. To run these,
  45. concatenate them together as copy /b xxx.60 + xxx.a0 xxx.crt
  46. At present it does not handle carts that split into 20/a0 parts (Donkey Kong)
  47.  
  48. NOTE : All cartridges should be of type *.CRT or they will not be picked up
  49. by the selector.
  50.  
  51.