home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1290 / cpcemu.cfg < prev    next >
Encoding:
Text File  |  1993-09-02  |  1.5 KB  |  60 lines

  1. ;CPCEMU.CFG - The Configuration-File for CPCEMU (v0.8)
  2. ;Marco Vieth, 1.9.1993
  3. ;
  4. ;
  5.  
  6. SHOW_CONFIG = YES        ;should the configuration be displayed ?
  7.  
  8. ROM_PATH = .\ROM        ;path to rom-images
  9. TAPE_PATH = .\TAPE        ;path to "tape"-directory
  10. DISC_PATH = .\DISC        ;path to disc-images
  11.  
  12. DRV_A = CPCPD1.DSK        ;disc in drive A
  13. ;DRV_B = CPCPD1.DSK        ;and in drive B
  14.  
  15. PRINTER = PRINTER.PRN        ;the printer-file
  16.  
  17. TAPE_BYPASS = YES        ;install Tape-Bypass ?
  18.  
  19. DISC_BYPASS = NO        ;install Disc-Bypass ?
  20.  
  21. DISC_SPEEDUP = YES        ;speed up Disc-Access ?
  22.  
  23. USE_JOYSTICK = YES        ;yes or no
  24.  
  25. PIO_PORT_B = 0x3F        ;use 0x3B for "Schneider"
  26.     ;b7 = 0
  27.     ;b6 = 0 - printer never busy (1=busy)
  28.     ;b5 = 1
  29.     ;b4 = 1 (framefly 1= 50 Hz; 0= 60 Hz, not used)
  30.     ;b3,b2,b1 = company :
  31.     ;  Isp (000), Triumph(001), Saisho(010), Solavox(011),
  32.     ;  Awa(100), Schneider(101), Orion(110),  -> Amstrad(111)
  33.     ;b0 = 1 V-Sync (toggles between 0 and 1 in the emulator)
  34.  
  35.  
  36. VSYNC_CT = 1            ;counts until Vsync toggles
  37.  
  38. GENINT = 300            ;generate Interrupts with 300 Hz
  39.  
  40. SCR_UPD_CT = 6            ;screen-update every n. Interrupt
  41.  
  42.  
  43. ROM_BLOCKS = 3            ;number of ROM-blocks to load
  44. ;    romnum:    file:        offset in file:
  45.     255    Z80CPC.ROM    0x0000
  46.     0    Z80CPC.ROM    0x4000
  47.     7    Z80DISK.ROM    0x0000
  48. ;4    ZCOPY.ROM    0x0000 ;increment ROM_BLOCKS, if you add this
  49.  
  50. ;romnum 0..252=upper-roms, 255=lower rom
  51. ;offset doesn't include an AMSDOS-header
  52.  
  53.  
  54. ;
  55. ; For detailed information concerning this file
  56. ;have a look at the documentation for detailed information
  57. ;
  58.  
  59. ;end of configuration-file
  60.