home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
006A
/
CPCEMU.ZIP
/
CPCEMU.CFG
< prev
next >
Wrap
Text File
|
1994-09-03
|
3KB
|
114 lines
;CPCEMU.CFG - The Configuration File for CPCEMU (v1.2)
;Marco Vieth, 3.9.1994
;
;configuration for CPC 464, 664 and 6128
;
SHOW_CONFIG=yes ;should the configuration be displayed ?
ROM_PATH = .\ROM ;path to rom images
TAPE_PATH = .\TAPE ;path to "tape" directory
SNAPSHOT = .\SNAP ;or use a snapshot .\SNAP\mysnap.sna
DRIVE_A = .\DISC\CPCPD1.DSK ;disc image in drive A (or a path only)
DRIVE_B = .\DISC ;disc image in drive B ( " )
;PRINTER = .\TAPE\PRINTER.PRN ;the printer file
TMP_PATH = .\TMP ;for temporary ZIP-decompression
;remove this line to use the TMP environment
KBD_LANGUAGE = UK ;UK, GR or FR
EMS_EI = YES ;EMS enabled ?
SOUND = YES ;playing sound ?
SBLASTER = YES ;using Soundblaster ?
SB_DELAY = 1 ;one delay after writing to the Soundcard.
;Use 35, if the sound is wrong.
COLOUR = YES ;Colour screen or Greeny
TAPE_BYPASS = YES ;install tape bypass ?
AMSDOS_DI = NO ;disable AMSDOS ?
AMSDOS_SPDUP = YES ;speed up AMSDOS ?
PIO_PORT_B = %00111110 ;use %00111010 for "Schneider"
;b7 = 0 - data from cassette (unused)
;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 = vsync (set automatically by the emulator)
;RAM for CPC 464, 664 or 6128:
#IFCPC 464
RAM_SIZE = 64 ;64 KB RAM
#ENDIF
#IFCPC 664
RAM_SIZE = 64 ;64 KB RAM
#ENDIF
#IFCPC 6128
RAM_SIZE = 128 ;128 KB RAM (up to 576 possible)
#ENDIF
;BASIC, OS, AMSDOS for CPC 464, 664 or 6128:
#IFCPC 464
ROM_BLOCK = 255 CPC464.ROM 0x0000
ROM_BLOCK = 0 CPC464.ROM 0x4000
ROM_BLOCK = 7 CPCADOS.ROM 0x0000
#ENDIF
#IFCPC 664
ROM_BLOCK = 255 CPC664.ROM 0x0000
ROM_BLOCK = 0 CPC664.ROM 0x4000
ROM_BLOCK = 7 CPCADOS.ROM 0x0000
#ENDIF
#IFCPC 6128
ROM_BLOCK = 255 CPC6128.ROM 0x0000
ROM_BLOCK = 0 CPC6128.ROM 0x4000
ROM_BLOCK = 7 CPCADOS.ROM 0x0000
#ENDIF
;another example ROM (for all CPCs):
; romnum: file: offset in file:
;ROM_BLOCK = 4 COPYMATE.ROM 0x0000
;romnum 0..252=upper-roms, 255=lower rom
;offset doesn't include an AMSDOS-header
INT_FREQ = 300 ;Interrupt Frequency 300 Hz
BREAK_MASK = 0xfffb ;don't display port errors
;INT_RESUME = NO
;use INT_RESUME = NO and EMS = YES, if you want to use CP/M Plus !
;(or set don't forget ints to 0 in the setup menu (F7)
JOY_CALIBRATE = 0 0 0 0
;use the values displayed after calibration
;
;
; For detailed information concerning this file
;have a look at the documentation
;
;end of configuration file