home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / c64eng.doc < prev    next >
Text File  |  1993-02-28  |  2KB  |  65 lines

  1.           The program 'C64.EXE' is an emulator for the well known home computer by
  2.           Commodore.
  3.           
  4.           A few remarks pertaining to the program:
  5.           
  6.           - Runs only on PCs/ATs with Hercules card
  7.           
  8.           - The keyboard is original C64, thus [Shift-Right] in order to go left, [#]    
  9.             for the equal sign, [Y] and [Z] reversed and so on.
  10.           
  11.           - One can terminate the part with 'SYS 1' [Enter]. The same happens with an    
  12.             undefined Opcode
  13.           
  14.           - [Ctrl-Alt-Del] causes a reset. [Num] stands for [Run/Stop] and [Scroll] for  
  15.             [Restore]. A Restore is therefore induced with [Num-Scroll]
  16.           
  17.           - A Floppy VC1541 is emulated, which contains a Machine Language Monitor (from 
  18.             the Chip). It is loaded with 'LOAD "MONITOR" ,8,1' and called up with        
  19.             'SYS 49152'. Own programs can be stored. Forbidden are both formatting       
  20.             commands.
  21.           
  22.           - Storage location (Bank Switching) 1 is emulated (try 'Poke 1, 0')
  23.           
  24.           - With the CIA at address DC00 (IRQ) Timer 1 is partially emulated.
  25.           
  26.           - With the VIC different Character sets (not Multicolor) and background        
  27.             colours ( Poke 53281,x) are functional. The key combination [Shift-CBM]      
  28.             ( here Shift-Alt ) works also.
  29.           
  30.           That's all. My suggestion: Smuggle the thing into the 'AUTOEXEC.BAT' of an
  31.           unpopular colleague...
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.