home *** CD-ROM | disk | FTP | other *** search
- ;CPCEMU.CFG - The Configuration-File for CPCEMU (v0.8)
- ;Marco Vieth, 1.9.1993
- ;
- ;
-
- SHOW_CONFIG = YES ;should the configuration be displayed ?
-
- ROM_PATH = .\ROM ;path to rom-images
- TAPE_PATH = .\TAPE ;path to "tape"-directory
- DISC_PATH = .\DISC ;path to disc-images
-
- DRV_A = CPCPD1.DSK ;disc in drive A
- ;DRV_B = CPCPD1.DSK ;and in drive B
-
- PRINTER = PRINTER.PRN ;the printer-file
-
- TAPE_BYPASS = YES ;install Tape-Bypass ?
-
- DISC_BYPASS = NO ;install Disc-Bypass ?
-
- DISC_SPEEDUP = YES ;speed up Disc-Access ?
-
- USE_JOYSTICK = YES ;yes or no
-
- PIO_PORT_B = 0x3F ;use 0x3B for "Schneider"
- ;b7 = 0
- ;b6 = 0 - printer never busy (1=busy)
- ;b5 = 1
- ;b4 = 1 (framefly 1= 50 Hz; 0= 60 Hz, not used)
- ;b3,b2,b1 = company :
- ; Isp (000), Triumph(001), Saisho(010), Solavox(011),
- ; Awa(100), Schneider(101), Orion(110), -> Amstrad(111)
- ;b0 = 1 V-Sync (toggles between 0 and 1 in the emulator)
-
-
- VSYNC_CT = 1 ;counts until Vsync toggles
-
- GENINT = 300 ;generate Interrupts with 300 Hz
-
- SCR_UPD_CT = 6 ;screen-update every n. Interrupt
-
-
- ROM_BLOCKS = 3 ;number of ROM-blocks to load
- ; romnum: file: offset in file:
- 255 Z80CPC.ROM 0x0000
- 0 Z80CPC.ROM 0x4000
- 7 Z80DISK.ROM 0x0000
- ;4 ZCOPY.ROM 0x0000 ;increment ROM_BLOCKS, if you add this
-
- ;romnum 0..252=upper-roms, 255=lower rom
- ;offset doesn't include an AMSDOS-header
-
-
- ;
- ; For detailed information concerning this file
- ;have a look at the documentation for detailed information
- ;
-
- ;end of configuration-file
-