Subversion Repositories pentevo

Rev

Rev 783 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1. [*]
  2. ; unreal speccy configuration file
  3.  
  4. UNREAL=0.38.3   ; make sure you don't have old INI version
  5.  
  6.  
  7. [MISC]
  8. ; give idle timeslices to other applications
  9. ShareCPU=1      ; 1 - only for fast CPUs (incompatible with SoundDrv=none)
  10. ;
  11. HighPriority=1  ; boost process priority, disabled on ShareCPU=0
  12. ;
  13. SyncMode=SOUND ; video synchronization method: sound, tsc, video
  14. ;
  15. HighResolutionTimer=0 ; 1 - set system timer resolution to 1ms, 0 - default timer resolution (~15ms)
  16. ;
  17. ; high memory: PENTAGON, SCORPION, PROFSCORP, PROFI, ATM450, ATM710, ATM3, KAY, PLUS3, QUORUM
  18. HIMEM=PENTAGON
  19. ; memory size, KB. pentagon,atm2: 128/256/512/1024, scorp,kay: 256/1024,
  20. ; ATM450: 512/1024, profi: 1024 only, quorum: 128/1024
  21. RAMSize=128
  22. ; Lock memory above 128k when loading sna128 (pentagon only)
  23. Sna128Lock=1
  24. ; intercept rom tape loader for faster loading
  25. TapeTraps=1
  26. ; start tape on ROM load routine
  27. TapeAutoStart=1
  28. ; cmos on DFF7/BFF7: none, DALLAS (pc chip), or 512Bu1 (russian chip)
  29. CMOS=none
  30. ; cache size: 16,32 or 0 - disabled. no effect for ATM-4.50 model
  31. Cache=0
  32. ; bits, that can't be updated by Z80 and cleared by RESET (decimal value)
  33. ; ex: mask=3 - disable HWMC and 512x192, mask=255 - disable all additional hardware
  34. EFF7mask=0      ; EFF7mask=0 - all pentagon features on
  35. ;
  36. SMUC=0          ; enable/disable NVRAM + CMOS RTC
  37. ;
  38. RESET=MENU       ; may be: BASIC,DOS,MENU,SYS
  39. ;
  40. ZC=0             ; enable/disable Z-Controller
  41. ;
  42. HideConsole=0   ; for gui freaks, who annoyed by main console window, set to 1
  43. ;
  44. ConfirmExit=0   ; 1 for exit confirmation message
  45. ;
  46. ; help filename
  47. Help=help_eng.html
  48.  
  49. ; directory with zx-files
  50. DIR=.
  51.  
  52. ; Kondrat'yev ISA modem emulated through windows modem on COM-port
  53. ; if you own internal PCI modem, use "settings/input" dialog to find out port
  54. Modem=NONE      ; NONE or COM1-COM255
  55.  
  56.  
  57. [AUTOLOAD]
  58. ; disk images and snapshot, loaded at startup
  59. ; file may be compressed, but only one file in archive is allowed
  60. ;c:\zx\us032atm\atmmm4.trd
  61. ;c:\zx\sys.trd
  62. diskA=
  63. diskB=
  64. diskC=
  65. diskD=
  66. ;snapshot=demo1.sna
  67. DefaultDrive=Auto ; Auto, A, B, C, D
  68.  
  69.  
  70. [INPUT]
  71. ; default/bk08/quorum
  72. ZXKeyMap=default
  73. ; you can define own layout, naming section in this INI file [ZX.KEYS.myname]
  74. ; create layouts for xas/storm/zxasm/alasm/zxword/sts/etc yourself, i'm bored
  75. KeybLayout=default
  76. KeybPCMode=0    ; when enabled, using pc defaults, ex: SHIFT+7 => &
  77. Mouse=KEMPSTON  ; mouse type: NONE/KEMPSTON/AY
  78. Wheel=KEMPSTON  ; mouse wheel: NONE/KEMPSTON/KEYBOARD
  79. JoyMouse=0      ; emulate kempston joystick on mouse
  80. MouseScale=0    ; logarithmic scale: ZX_mouse=PC_mouse*2^(Scale), valid: [-3;3]
  81. SwapMouse=0     ; swap left and right mouse buttons
  82. KJoystick=1     ; emulate kempston joystick on keyboard and/or gameport
  83. Matrix=1        ; emulate keymatrix effect
  84. Fire=KFIRE      ; autofire key -> kempston
  85. FireRate=1      ; autofire button up/down delay (INTs)
  86. AltLock=1       ; does not update ZX-SPECTRUM keyboard while ALT pressed
  87. ATMKBD=0        ; ATM PC/XT keyboard controller
  88. Joy=0           ; Joystick id (0, 1, ...)
  89.  
  90. ; clipboad paste delays
  91. HoldDelay=2
  92. ReleaseDelay=5
  93. NewlineDelay=20
  94.  
  95.  
  96. [ULA]
  97. Frame=71680      ; t-states in frame
  98. Paper=17989      ; t-states before paper
  99. Line=224         ; t-states in line
  100. int=50           ; int freq
  101. intlen=32        ; int length in t-states
  102. EvenM1=0         ; align M1 cycle to even T-state (for scorpion)
  103. 4TBorder=0       ; update border every 4T states (for scorpion)
  104. FloatBus=0       ; unstable data bus
  105. FloatDOS=0       ; unstable data bus in TR-DOS mode
  106. PortFF=0         ; enable/disable port FF
  107. mcx_small=320    ; visible multicolor area width (small border)
  108. mcy_small=240    ; visible multicolor area height (small border)
  109. b_top_small=24   ; top border height (small border)
  110. b_left_small=32  ; left border width (small border)
  111. mcx_full=384     ; visible multicolor area width (full border)  
  112. mcy_full=288     ; visible multicolor area height (full border)
  113. b_top_full=48    ; top border height (full border)              
  114. b_left_full=64   ; left border width (full border)              
  115.  
  116. Preset=PENTAGON     ; don't use above settings and load preset
  117.  
  118. ; PRESET.NAME=FRAME,PAPER,LINE,INT,INTLEN,EvenM1,4TBorder,floatBus,floatDOS,PortFF,
  119. ; mcx_small,mcy_small,b_top_small,b_left_small,mcx_full,mcy_full,b_top_full,b_left_full
  120. PRESET.PENTAGON=71680,17989,224,50,32,0,0,0,0,0,320,240,24,32,384,288,48,64
  121. PRESET.SCORPION=69888,14344,224,50,32,1,1,0,0,1,320,240,24,32,384,288,48,64 ; thanks to Faster
  122. PRESET.SCORPION_TURBO+=70784,14344,224,50,32,0,1,0,0,1,320,240,24,32,384,288,48,64 ; thanks to Faster
  123. PRESET.ATM1_2_3.5MHz=69888,14395,224,50,32,0,0,0,0,1,320,240,24,32,384,288,48,64 ; thanks to DDp
  124. PRESET.ATM1_2_7.0MHz=99880,17989,224,50,32,0,0,0,0,1,320,240,24,32,384,288,48,64
  125. PRESET.PROFI=69888,12580,224,50,28,0,0,0,0,0,320,240,24,32,384,288,48,64 ; thanks to DDp
  126. PRESET.KAY1024=69887,16132,224,50,32,0,1,0,0,0,320,240,24,32,384,296,56,64 ; (яюфуюэ яюф kay_demo)
  127.  
  128. ; ATM 7.10 hi-res video modes swap RAM/CPU address bus A5-A7<=>A8-A10
  129. AtmMemSwap=0
  130. ; reprogram color DACs with ATM palette. with this option
  131. ; noflic filter works only in fullscreen 16/32-bit,
  132. ; colors of system leds are also affected
  133. UsePalette=1
  134. ProfiMonochrome=0
  135.  
  136. [VIDEO]
  137.  
  138. VSync=0       ; enable for slower, but less jerky screen repaint.
  139.              ; uses backbuffer - requires twice more video memory
  140.              ; WARNING: eats a lot of cpu time!
  141.  
  142. FullScr=0     ; start at full-screen. windowed mode can be used only for
  143.              ; GDI, Blitter or Overlay video filter / driver
  144.  
  145. Refresh=0     ; monitor refresh rate in fullscreen mode (0-default).
  146.              ; for video=resampler, the more - the better
  147.  
  148. Border=small  ; border size:            none / small / wide
  149. NoFlic=0      ; apply noflic filter
  150. AltNoFlic=0   ; use interlaced algorithm for video=double
  151. FlashColor=0  ;
  152.  
  153. MinRes=480    ; minimal screen y-resolution in fullscreen mode
  154.              ; use 480 or higher to avoid switching mode when entering monitor
  155.              ; use 1024 to force 1280x1024 on LCD instead of 1280x960
  156.  
  157.  
  158. ChunkSize=auto  ; 2,4, or auto-detect (only for ch* videofilters)
  159. PixelScroll=0   ; detect per-pixel scrolling for video=text
  160.  
  161.  
  162. ; frame resampler options:
  163. rsm.frames=4  ; frames to mix (2-8)
  164.  
  165. ; fir interpolation mode:
  166. ; 2C - 12hz cut-off (gigascreen), 3C - 8hz cut-off (3-color)
  167. ; FULL - full details (scrollers), SIMPLE - average of last 2 frames
  168. rsm.mode=2C
  169.  
  170.  
  171. ; scale factor for 'video=advmame'. accepted values: 2,3,4
  172. ; 4x scale requires 1280x960 pixels. use border=none, if your monitor displays only 1024x768
  173. scale=2
  174.  
  175. ; window scale factor (for hardware stretching)
  176. winscale=1
  177.  
  178. ; video filter/renderer
  179.  
  180. video=double
  181.  
  182. ; values for video filter:
  183. ;  normal - fastest, but supports only standart spectrum screen, noflic, flash-color and HWMC
  184. ;  double - slower, but offers better quality and works in: pentagon 512x192, profi 512x240, ...
  185. ;  triple - 3x picture scale
  186. ;  quad - 4x picture scale, designed to use in LCD with 1280x1024 to avoid hardware stretching
  187. ;         use with minres=1024 to avoid 1280x960 mode
  188. ;  text - converts 4x8 fonts to 8x8 or 8x16 (for reading e-zines)
  189. ;  resampler - converts spectrum 50hz-int into 60/75/80/... hz display refresh
  190. ;  bilinear - color interpolation (MMX)
  191. ;  scale - fake 'vector' scaling
  192. ;  advmame - 2x,3x,4x scaling algorithm from AdvanceMAME project
  193. ;  tv - color TV emulation, windowed mode
  194. ;  ch_ov - chunky (fast), windowed mode (overlay, 16bit)
  195. ;  ch_hw - chunky (fast), windowed mode (hardware accel, 32bit)
  196. ;  ch_bl - chunky (filtered,320x240x16)
  197. ;  ch_b  - chunky (filtered,640x480x16)
  198. ;  ch4true - 32bit 4x4 chunky, full color precision (slow, but no special hardware reqd)
  199.  
  200. ; driver for video=normal/double/triple/quad/text
  201.  
  202. driver=blt
  203.  
  204. ; video driver:
  205. ;   ddraw - direct access to video memory, fullscreen only, fastest
  206. ;   ddrawh, ddrawt - fullscreen 16- and 32-bit modes
  207. ;   gdi   - standart windows driver (slowest, but most compatible)
  208. ;   blt   - hardware blitter. recommended for accelerated cards (geforce4/etc)
  209. ;   ovr   - video overlay. recommended in windowed mode for slow video cards
  210. ;   d3d   - hardware scaling via direct 3d surface (dx9 required)
  211. ;   d3de  - hardware scaling via direct 3d surface (dx9 required) fullscreen only
  212.  
  213. fastlines=0 ; for video=double - draw twice faster in expense of visual quality
  214.            ; for video=anti64 - 4x8->8x8, else 4x8->8x16
  215.  
  216. ; use overlay is faster, but you'll get wrong colors if videocard can't
  217. ; use RGB555/RGB565 pixels formats for overlay (such as all nVidia cards)
  218. ; some video cards do interpolation in overlay mode,
  219. ; even if we don't requested it
  220.  
  221. ScanIntens=100;45  ; (%) bright for scan lines when video=double,fastlines=0
  222.               ; only for true-color and high-color modes
  223.               ; 8-bit modes use palette values ZN,ZB
  224.  
  225. ; ignore these filters
  226. Hide= ;ch_bl,ch_ov,ch4true
  227.  
  228. ; update border for CPU expensive filters
  229. Update=1
  230. ; how much frames to skip before displaying frame (for PCI video set to 2)
  231. SkipFrame=0
  232. ; don't wastetime on drawing when running on max speed
  233. SkipFrameMaxSpeed=64
  234. ; screenshot format: SCR, BMP, PNG
  235. ScrShot=PNG
  236. ; directory for screenshots (without '\' at end)
  237. ScrShotDir=.
  238. ; when enabled, displays videocard vendor id, device id, card name
  239. ; (warning: sometimes uses driver database at http://crl.microsoft.com !!!)
  240. ; when disabled, faster startup but no additional information
  241. DetectModel=0
  242.  
  243. ; apply filter for 1x2 Atari chunks. situable for games, converted from XL,
  244. ; like SpyVsSpy, Flying Shark. presets for games defined in [COLORS] section
  245. ; (for now, filter works in 8-bit and 16-bit-normal /not-double/ modes)
  246. ;AtariPreset=fl_shark_red_palette
  247. AtariPreset=none
  248.  
  249.  
  250. ; ffmpeg settings
  251. ; exec:       path and name of ffmpeg executable (without quotes)
  252. ; newconsole: 1 - open new console for ffmpeg output,
  253. ;             0 - print ffmpeg output into emul's console (useful for debug)
  254. ; parm:       encoding settings (see ffmpeg doc)
  255. ; vout:       output video file name (use '#' sign for sequence number substitution)
  256. ffmpeg.exec=ffmpeg.exe
  257. ffmpeg.newconsole=1
  258.  
  259. ; ffmpeg encoding options
  260. ; -ss 00:00:00.500   - skip first 500 ms (skip 25 frames with status line)
  261. ; -af volume=3.0     - gain sound volume by 3
  262. ; -vf "..."          - apply video filter
  263. ; -r 25              - set 25 fps
  264. ; -c:a ...           - set audio codec ("copy" for uncompressed wav)
  265. ; -c:v ...           - set video codec ("copy" for uncompressed rgb24)
  266. ; -b:a 320k          - set bitrate for audio
  267. ; -b:v 2800k         - set bitrate for video
  268.  
  269. ;# mp3:320kbps, x264:baseline,10
  270. ffmpeg.parm=-c:a libmp3lame -b:a 320k -af volume=3.000000 -c:v libx264 -pix_fmt yuvj420p -preset:v veryfast -profile:v baseline -crf 10 -ss 00:00:00.500
  271. ffmpeg.vout=video#.avi
  272.  
  273. ;# mp3:320kbps, x264:lossless
  274. ;ffmpeg.parm=-c:a libmp3lame -b:a 320k -af volume=3.000000 -c:v libx264 -pix_fmt yuvj420p -preset:v veryfast -crf 0 -ss 00:00:00.500
  275. ;ffmpeg.vout=video#.avi
  276.  
  277. ;# wav, x264:lossless
  278. ;ffmpeg.parm=-c:a copy -c:v libx264 -pix_fmt yuvj420p -preset:v veryfast -crf 0 -ss 00:00:00.500
  279. ;ffmpeg.vout=video#.avi
  280.  
  281. ;# uncompressed
  282. ;ffmpeg.parm=-c:a copy -c:v copy -ss 00:00:00.500
  283. ;ffmpeg.vout=video#.avi
  284.  
  285. ;# Image sequence: PNG
  286. ;ffmpeg.parm=
  287. ;ffmpeg.vout=video#_%06d.png
  288.  
  289. ;# PAL DVD video
  290. ;  MUST use picture size greater than 720x576 (for example, DOUBLE SIZE and COMPLETE border)!
  291. ;ffmpeg.parm=-af volume=3.000000 -bf 2 -vf "crop=720:576,tinterlace=mode=interlacex2" -aspect 4:3 -target pal-dvd -r 25 -b:v 2800k -ss 00:00:00.500
  292. ;ffmpeg.vout=video#.mpg
  293.  
  294. ;# PAL DVD video
  295. ;  MUST use picture size lower than 720x576 (and DOUBLE SIZE for correct interlace)!
  296. ;ffmpeg.parm=-af volume=3.000000 -bf 2 -vf "pad=720:576:(ow-iw)/2:(oh-ih)/2,tinterlace=mode=interlacex2" -aspect 4:3 -target pal-dvd -r 25 -b:v 2800k -ss 00:00:00.500
  297. ;ffmpeg.vout=video#.mpg
  298.  
  299. ;# RTMP streaming: justin.tv
  300. ;ffmpeg.parm=-af volume=3.000000 -r 10 -ss 00:00:00.500 -f flv
  301. ;ffmpeg.vout=rtmp://live.justin.tv/app/live_74829844_mfrdpoeg034tn03gn03ring3f0rngc
  302.  
  303. ;# RTMP streaming: own3d.tv
  304. ;ffmpeg.parm=-af volume=3.000000 -r 10 -ss 00:00:00.500 -c:v libx264 -pix_fmt yuvj420p -preset:v veryfast -profile:v baseline -crf 10 -f flv
  305. ;ffmpeg.vout=rtmp://live.eu.own3d.tv/live/b8493921_949585_kjhb5632l3l1
  306.  
  307. ;# RTMP streaming: twitch.tv
  308. ;ffmpeg.parm=-af volume=3.000000 -r 10 -ss 00:00:00.500 -c:v libx264 -pix_fmt yuvj420p -preset:v veryfast -profile:v baseline -crf 10 -bufsize 1835k -f flv
  309. ;ffmpeg.vout=rtmp://live.justin.tv/app/live_sub_5b8ed4fae83fe83e920227337beab7e73b7a3ba3
  310.  
  311.  
  312.  
  313. [BETA128]
  314. Beta128=1
  315. Noise=1 ; seek noise
  316. Traps=1 ; intercept sector save/load routines in TR-DOS ROM for faster loading
  317. Fast=1  ; disable all FDD/FDC delays. some programs will not work
  318. IL=1    ; sector interleave (1=1:1, 2=2:1, 3=3:1) applied when loading TRD/SCL
  319.        ; if you prefer fast=0, set to 2 for 3d13 loaders, to 1 for turbo-loaders
  320. BOOT=boot6.$b
  321.  
  322. [SOUND]
  323. SoundFilter=0   ; lowpass filter (good for beeper)
  324. SoundDrv=ds     ; wave, ds or none
  325. RejectDC=1      ; reject DC component of output sound
  326.  
  327. ; sound buffer size for SoundDrv=wave
  328. ; the more buffer, the more delay before sound playing...
  329. ; if sound is jerky, try SoundBuffer=16
  330. ; for really fast computers with windows 2000, try SoundBuffer=4
  331. SoundBuffer=auto;10  ; only for SoundDrv=wave
  332.  
  333. DSPrimary=0;1     ; use primary buffer for DSound. no sound in background.
  334.                ; useful only for troubleshooting
  335.  
  336.  
  337. ; when [SOUND] Enabled=0, emulator runs on maximum speed
  338. Enabled=1
  339.  
  340. Fq=44100        ; check maximum sampling rate in your soundcard manual
  341.                ; setting freq not supported by hardware
  342.                ; will cause resampling and degrade quality and performance
  343.  
  344. GSType=none     ; BASS, Z80 or NONE
  345. GSReset=0       ; reinit GS on reset
  346.  
  347. SD=0            ; enable/disable soundrive
  348. CovoxFB=0       ; enable/disable pentagon covox
  349. CovoxDD=0       ; enable/disable scorpion covox
  350.  
  351. Saa1099=0       ; enable/disable saa1099
  352.  
  353. ; max sound volume is 8192. set to 0 to completely disable sound device
  354. BeeperVol=8192     ; most popular sound device
  355. MicOutVol=1000     ; tape saving
  356. MicInVol=1000      ; tape loading
  357. AYVol=8192         ; volume of each channel
  358. CovoxFBVol=8192    ; pentagon covox
  359. CovoxDDVol=6000    ; scorpion covox
  360. SDVol=4000         ; soundrive
  361. GSVol=8000         ; general sound (for both high- and low- level emulation modes)
  362. BASSVol=8000       ; MOD-player of BASS.DLL
  363.  
  364. [NGS]           ; neo gs settings
  365. RamSize=2048    ; ngs ram size 2048, 4096
  366. ; sdcard image
  367. SDCARD=
  368.  
  369. [SAA1099]
  370. FQ=8000000
  371.  
  372. [AY]
  373. Chip=YM                         ; bus reaction (none/AY/YM/YM2203)
  374. FQ=1774400                      ; chip clock fq
  375. Stereo=ABC                      ; AY stereo mode - any of STEREO.*
  376. VolTab=default.YM               ; volume table - any of VOLTAB.*
  377. UseSamples=0                    ; 0 - square tones, 1 - digital samples (low quality)
  378. ; double-AY scheme:
  379. ;   none    - no soundchip
  380. ;   default - single AY/YM
  381. ;   PSEUDO  - pseudo-turbo (one port for two devices + some phase shift)
  382. ;   QUADRO  - pentagon 2nd AY on #AFFD,#EFFD
  383. ;   POS     - power of sound turbo-AY (bit 0 of port #1F)
  384. ;   CHRV    - NedoPC turbo-sound (switch chip on selection reg #FE/FF)
  385. Scheme=default;CHRV;default
  386.  
  387.  
  388. ; STEREO.PRESET_NAME=A_left,A_right,B_left,B_right,C_left,C_right
  389. ; (you can define your custom presets, all numbers are from [0; 100])
  390. STEREO.ABC=100,10,66,66,10,100
  391. STEREO.ACB=100,10,10,100,66,66
  392. STEREO.BAC=66,66,100,10,10,100
  393. STEREO.mono=66,66,66,66,66,66
  394. STEREO.unreal=90,20,66,66,20,90
  395.  
  396. ; volume tables
  397. VOLTAB.default.AY=0000,0340,04C0,06F2,0A44,0F13,1510,227E,289F,414E,5B21,7258,905E,B550,D7A0,FFFF
  398. VOLTAB.default.YM=0000,0000,00EF,01D0,0290,032A,03EE,04D2,0611,0782,0912,0A36,0C31,0EB6,1130,13A0,1751,1BF5,20E2,2594,2CA1,357F,3E45,475E,5502,6620,7730,8844,A1D2,C102,E0A2,FFFF
  399. VOLTAB.BULBA_OPEN.AY=0000,1111,2222,3333,4444,5555,6666,7777,8888,9999,AAAA,BBBB,CCCC,DDDD,EEEE,FFFF
  400. VOLTAB.BULBA_OPEN.YM=0000,0000,041A,08D4,11A8,1A7B,234F,2C23,34F7,3DCB,469F,4F72,5846,611A,69EE,72C2,7B96,8469,8D3D,9611,9EE5,A7B9,B08D,B960,C234,CB08,D3DB,DCB0,E584,EE57,F72B,FFFF
  401. VOLTAB.DELPHISPEC=0136,0170,01B5,0208,026A,02DF,0369,040E,04D2,05BB,06CF,0818,099F,0B6F,0D97,1026,1332,16D0,1B1D,203A,264D,2D85,361A,404D,4C6C,5AD4,6BF3,804D,987C,B53B,D764,FFFF
  402. VOLTAB.X128=0000,0200,0500,0700,0A00,0C00,1200,1600,1D00,2200,2600,2C00,3F00,3F00,3F00,FF00
  403. VOLTAB.YASE=0000,0200,0500,0700,0A00,0C00,1200,1600,1D00,2200,2600,2C00,3F00,3F00,3F00,FF00
  404. VOLTAB.ZXMAK=0000,0000,00F8,01C2,029E,033A,03F2,04D7,0610,077F,090A,0A42,0C3B,0EC2,1137,13A7,1750,1BF9,20DF,2596,2C9D,3579,3E55,4768,54FF,6624,773B,883F,A1DA,C0FC,E094,FFFF
  405. ;original Lion17.YM=0000,0156,0228,033A,0502,086F,0CD4,17B9,1AF0,2E8D,4047,4F47,6528,7B19,92E1,AAAA
  406. ;original Lion17.AY=0000,0014,007F,00BF,00FA,0139,0175,01BB,0241,02F1,03F2,04B2,05DE,076B,08BA,0A0F
  407. VOLTAB.Lion17.YM=0000,0201,033C,04D7,0783,0CA6,133E,2395,2868,45D3,606A,76EA,97BC,B8A5,DC51,FFFF
  408. VOLTAB.Lion17.AY=0000,01FD,0CA0,12FD,18DA,1F1E,2515,2C0A,395C,4ADC,6468,777F,9552,BCCA,DE18,FFFF
  409. ;original Vaggelis Kapartzianis=00,03,04,05,06,07,08,0A,0C,0E,11,15,19,1D,23,2A
  410. VOLTAB.Vaggelis Kapartzianis=0000,1249,1861,1E79,2492,2AAA,30C2,3CF3,4924,5555,679E,7FFF,9860,B0C2,D554,FFFF
  411. VOLTAB.RAMSOFT.AY=0000,0364,0500,0700,0A80,1000,1600,2300,2A00,4300,5C00,7300,9180,B400,D800,FFFF
  412. VOLTAB.RAMSOFT.YM=0000,0000,00F8,01C2,029E,033A,03F2,04D7,0610,077F,090A,0A42,0C3B,0EC2,1137,13A7,1750,1BF9,20DF,2596,2C9D,3579,3E55,4768,54FF,6624,773B,883F,A1DA,C0FC,E094,FFFF
  413. VOLTAB.R80=0000,0201,033C,04D7,0783,0CA6,133E,2396,2868,45D4,606A,76EA,97BC,B8A6,DC52,FFFF
  414.  
  415. [COLORS]
  416. color=alone     ; default
  417.  
  418. ; palette format:
  419. ; name=ZZ,ZN,NN,NB,BB,ZB:R11,R12,R13;R21;R22;R23;R31;R32;R33
  420. ; where ZZ,NN,BB - bright levels for black,normal,and bright colors
  421. ; ZN,NB,ZB - bright levels for zero+normal, normal+bright, zero+bright
  422. ;            for GIGASCREEN and FLASH-COLORS
  423. ; Rnn - matrix for post-processing:
  424. ;  real_Red    = (Red*R11 + Green*R12 + Blue*R13) / 0x100
  425. ;  real_Green  = (Red*R21 + Green*R22 + Blue*R23) / 0x100
  426. ;  real_Blue   = (Red*R31 + Green*R32 + Blue*R33) / 0x100
  427. ;
  428. ; note: emulator uses 8-bit precision for color components,
  429. ; 8-bit filters: use 6 bit precision (VGA palette limitation)
  430. ; overlay & hi-color: truncates results to 5 bit
  431. ; true color: no quality loss
  432. ;
  433. ; R, G, B - 0..0xFF
  434. ; R11..R33 - 0..0x100
  435. ; palette settings does not affect chunky modes
  436. ;
  437. ; default=00,80,C0,E0,FF,C8:100,00,00;00,100,00;00,00,100
  438.  
  439. Mars=00,80,C0,E0,FF,C8:100,00,00;40,C0,00;00,40,C0
  440. Ocean=20,80,A0,C0,E0,A8:D0,00,30;00,D0,30;00,00,100
  441. Grey=00,80,C0,E0,FF,C8:49,92,24;49,92,24;49,92,24
  442. alone=00,60,A0,E0,FF,A0:100,00,00;00,100,00;00,00,100
  443. pulsar=00,76,CD,E9,FF,9F:100,00,00;00,100,00;00,00,100
  444. ATM=00,55,AA,E0,FF,80:100,00,00;00,100,00;00,00,100
  445.  
  446. ; presets for atari-like mode
  447. ; format: <PAPER><INK>:<COL1><COL2><COL3><COL4> [ , <PAPER><INK>:<COL1><COL2><COL3><COL4> ]*
  448. ; color is a mix of 2 pure spectrum colors, e.g. 11=red+red=red, 47=green+white=light-green, etc...
  449. atari.fl_shark_red_palette=06:EE666600
  450. atari.test=70:00132177,0F:001199FF,34:33119944
  451.  
  452.  
  453. [HDD]
  454. Scheme=NONE     ; interface type: NONE/ATM/NEMO/NEMO-A8/NEMO-DIVIDE/SMUC/PROFI/DIVIDE
  455. SkipReal=1;1  ; disable work with physical drives. faster startup when
  456.            ; you have no connected spectrum drive(s)
  457.  
  458. CDROM=SPTI ;ASPI;SPTI  ; SPTI (native WinNT) or ASPI (use 3rd-party library wnaspi32.dll)
  459.  
  460. ; for image file, specify filename with full path, else it'll not work
  461.  
  462. ; master device. specify image filename or <MODEL,SERIAL> to use real drive
  463. Image0=
  464. ;D:\CPM.HDD
  465. CHS0=20/16/63  ; max size, accessible through CHS. not used for real drive
  466. LBA0=20160;412110     ; max size, accessible through LBA. not used for real drive
  467. HD0RO=1         ; read only flag
  468. CD0=0           ; 1 if image is cdrom
  469. ; slave device. empty filename used for disconnected device
  470. Image1=
  471. ;<SAMSUNG CD-ROM SC-140F,>
  472. ;<_NEC CD-RW NR-7800B>
  473. ;<SONY DVD RW DRU-710A,May26,2005>
  474. CHS1=0/0/0
  475. LBA1=0
  476. HD1RO=0
  477. CD1=0            ; 1 if image is cdrom
  478.  
  479. [ZC]            ; Z-Controller settings
  480. ; sdcard image
  481. SDCARD=
  482.  
  483. [ROM]
  484. ; general sound firmware
  485. GS=bootgs.rom
  486.  
  487. ; 64/128/512/1024K ROM images (single file)
  488.  
  489. ATM1=atm103rs.rom
  490.  
  491. ;ATM2=Xbios103.rom
  492. ATM2=bios_1_07_13.rom
  493. ;ATM2=glukatm.rom
  494.  
  495. ATM3=zxevo.rom
  496.  
  497. ; standard PROFI 64K rom
  498. PROFI=profi.rom
  499.  
  500. ; standard scorpion 64K rom
  501. SCORP=scorp295.rom
  502.  
  503. ; for SMUC 512k ROM, use file.rom:0 and file.rom:1 to select active bank
  504. PROFROM=scorp_prof401.rom:0
  505.  
  506. ; standard +3 64K rom
  507. PLUS3=plus341.rom
  508.  
  509. ; standard quorum 64K rom
  510. QUORUM=qu7v42.rom
  511.  
  512.  
  513.  
  514. ; you can create own 64K-ROMSET, naming ini section [ROM.my_own_set]
  515. ; for empty ROMSET, single-file large ROM used (accordingly to memory model)
  516. ROMSET=PENTAGON
  517.  
  518. [ROM.default]
  519. title=Separate ROMs set
  520. ; service rom [optional]
  521. sys=glukpen.rom
  522. ; basic48 - high 16K of sinclair rom [required!]
  523. sos=2006.rom
  524. ; tr-dos [optional]
  525. dos=dos6_10e.rom
  526. ; basic128 - low 16K of sinclair rom [optional]
  527. 128=qc_3_05.rom
  528.  
  529. [ROM.pentagon]
  530. title=Pentagon-128 (32K) + TR-DOS
  531. 128=pentagon.rom:0
  532. sos=pentagon.rom:1
  533. dos=trd504tm.rom
  534. sys=trd504tm.rom
  535.  
  536. [ROM.GLUK]
  537. title=Mr Gluk Reset Service
  538. 128=qc_3_05.rom
  539. sos=2006.rom
  540. dos=dos6_10e.rom
  541. sys=glukpen.rom
  542.  
  543. [ROM.scorpion]
  544. title=Scorpion (64K,v2.95)
  545. 128=scorp295.rom:0
  546. sos=scorp295.rom:1
  547. sys=scorp295.rom:2
  548. dos=scorp295.rom:3
  549.  
  550. [ROM.profi]
  551. title=PROFI (64k)
  552. sys=profi.rom:0
  553. dos=profi.rom:1
  554. 128=profi.rom:2
  555. sos=profi.rom:3
  556.  
  557. [ROM.KAY1]
  558. title=KAY (64K,JV Kramis 0.3)
  559. 128=kay1024.rom:0
  560. sos=kay1024.rom:1
  561. dos=kay1024.rom:2
  562. sys=kay1024.rom:3
  563.  
  564. [ROM.KAY2]
  565. title=KAY (64K,JV Kramis 0.2)
  566. sys=kay1024b.rom:0
  567. dos=kay1024b.rom:1
  568. 128=kay1024b.rom:2
  569. sos=kay1024b.rom:3
  570.  
  571. [ROM.48K]
  572. title=ZX-Spectrum 48K
  573. sos=48.rom
  574.  
  575. [ROM.48KTRDOS]
  576. title=ZX-Spectrum 48K + TR-DOS
  577. sos=48.rom
  578. dos=trd504tm.rom
  579.  
  580. [ROM.128K]
  581. title=ZX-Spectrum 128K
  582. 128=128.rom:0
  583. sos=128.rom:1
  584.  
  585. [ROM.ATM2]
  586. Title=BIOS1.07.13 for ATM2
  587. sos=bios_1_07_13.rom:0
  588. dos=bios_1_07_13.rom:1
  589. 128=bios_1_07_13.rom:2
  590. sys=bios_1_07_13.rom:3
  591.  
  592. [ROM.PLUS3]
  593. title=ZX-Spectrum +3
  594. 128=plus341.rom:0
  595. sys=plus341.rom:1
  596. dos=plus341.rom:2
  597. sos=plus341.rom:3
  598.  
  599.  
  600. [LEDS]
  601. ; enable leds
  602. leds=1
  603. ; ay amplitude peaks on keyboard leds
  604. KBD_AY=0
  605.  
  606. ; led coordinates in pixels. comment out, if you don't want some led
  607. ; negative coordinates are offset from bottom and right
  608. ; WARNING! if you choose coordinates outside visible screen area
  609. ; emulator will crash
  610.  
  611. ; AY volumes. color indicates noise, envelope or digital sound use
  612. AY=1:1,1
  613. ; show Z80 t-states between HALTs and PC framerate
  614. Perf=1:1,-11
  615. PerfShowT=0             ; display used CPU t-states
  616.  
  617. ; GS/TRDOS/TAPE read/write
  618. LOAD=1:-24,1
  619. ; active input devices: keyboard, mouse, kempston
  620. Input=1:20,1
  621. ; local time
  622. Time=1:-32,-10
  623. ; on-screen watches (debugger)
  624. OSW=0:-50,26
  625. ; zx-spectrum memory in dynamic: read/write/execute
  626. MemBand=0:60,3
  627. ; bytes per pixel in memory band (allowed 64,128,256,512)
  628. BandBpp=256
  629.  
  630. [ARC]
  631. ; these files are ignored
  632. SkipFiles=*.nfo;*.txt;*.diz;*.inf;files.bbs;descript.ion
  633.  
  634. ; you may add your own archivers!
  635.  
  636. ; command line to extract all files without pathnames and without
  637. ; queries on overwrite, use %s to indicate archive filename;
  638. ; use archivers, that understand long filenames!
  639. CAB=extrac32 /E /Y "%s"
  640. ZIP=pkzip25 -extract=all -overwrite=all "%s"
  641. ZIP=pkunzip -o -Jahrs %s
  642. ZIP=pkunzip -o %s
  643. ZIP=pkunzip %s
  644. RAR=rar32 e -y "%s"
  645. RAR=unrar e -y "%s"
  646. 7Z=7z e -y  "%s"
  647.  
  648. [SYSTEM.KEYS]
  649.  
  650. ; pc keyboard:
  651. ;
  652. ;  ESC  F1  F2  F3  F4     F5  F6  F7  F8    F9  F10 F11 F12          PRSCR SCLOCK PAUSE
  653. ;  TIL   1   2   3   4   5   6   7   8   9   0 MINUS PLUS  BACK         INS HOME PGUP     NUMLOCK GRDIV GRMUL GRSUB
  654. ;  TAB   Q   W   E   R   T   Y   U   I   O   P   LB    RB               DEL END  PGDN        N7    N8    N9   GRADD
  655. ;  CAPS  A   S   D   F   G   H   J   K   L   COL QUOTE ENTER                                 N4    N5    N6
  656. ;  LSHIFT Z  X   C   V   B   N   M COMMA POINT SLASH RSHIFT BACKSL           UP              N1    N2    N3   GRENTER
  657. ;  LCONTROL LALT              SPACE                  RALT RCONTROL     LEFT DOWN RIGHT       N0          NP
  658.  
  659. ; LMB,RMB,MMB - mouse buttons
  660. ; MWU,MWD - mouse wheel up/down
  661. ; JLEFT,JRIGHT,JUP,JDOWN,JFIRE - joystick/gamepad
  662. ; JB0..JB31 - joystick/gamepad buttons
  663.  
  664. ; mouse & joystick "keys" can't be bound to commands, only to spectrum keys
  665.  
  666. ; p.s.
  667. ;      CONTROL = LCONTROL or RCONTROL
  668. ;      ALT     = LALT or RALT
  669. ;      SHIFT   = LSHIFT or RSHIFT
  670. ; numlock must be on for N0-N9 and NP
  671.  
  672. ; system commands:
  673. ; command=key1 [key2 [key3 [key4]]]
  674.  
  675. ; keys active in emulation mode
  676.  
  677. main.exit=ALT F4           ; why do this?
  678. main.lockmouse=MMB         ; read kempston mouse in windowed mode
  679. main.monitor=ESC           ; for hackers only
  680. main.selectfilter=F4       ; select video filter
  681. main.selectdriver=SHIFT F4 ; select video driver for some filters
  682. main.fullscreen=ALT ENTER  ; toggle full-screen on/off
  683. main.pause=PAUSE           ; pause
  684. main.selectfix=GRMUL       ; select video parameter
  685. main.selectsnd=ALT GRMUL   ; select soundchip parameter or palette
  686. main.incfix=SHIFT GRADD    ; fine tuneup
  687. main.decfix=SHIFT GRSUB    ; fine tuneup
  688. main.incfix10=GRADD        ; tuneup
  689. main.decfix10=GRSUB        ; tuneup
  690. main.leds=GRDIV            ; leds on/off
  691. main.maxspeed=NUMLOCK      ; max speed on/off
  692. main.pokedialog=F6         ; enter poke(s)
  693. main.starttape=F7          ; start/stop tape
  694. main.tapebrowser=SHIFT F7  ; tape browser
  695. main.screenshot=ALT F8     ; screenshot
  696. main.savevideo=CONTROL F8  ; save video
  697. main.reset=F12             ; reset to [MISC]Reset=DOS/BASIC/MENU/SYS
  698. main.reset128=CONTROL SHIFT F12 ; reset to basic 128
  699. main.resetsys=ALT F12      ; reset to service ROM
  700. main.reset48=ALT SHIFT F12 ; reset to basic 48 with locked 128k memory
  701. main.resetbasic=SHIFT F12  ; reset to basic 48 with unlocked 128k memory
  702. main.resetdos=CONTROL F12  ; reset to TR-DOS
  703. main.resetcache=ALT CONTROL F12    ; reset to cache
  704. main.nmi=ALT SHIFT F11     ; NMI without ROM switching
  705. main.nmidos=CONTROL F11    ; TR-DOS magic
  706. main.nmicache=ALT F11      ; NMI in cache
  707. main.help=F1               ; show keys
  708. main.settings=Alt F1       ; emulation settings (GUI)
  709. main.save=F2               ; save disk/snapshot
  710. main.load=F3               ; load disk/tape/snapshot
  711. main.savesound=F5          ; save WAV/VTX
  712. main.qsave1=ALT F2         ; quick save to qsave1.sna
  713. main.qsave2=CONTROL F2     ; quick save to qsave2.sna
  714. main.qsave3=SHIFT F2       ; quick save to qsave3.sna
  715. main.qload1=ALT F3         ; quick load from qsave1.sna
  716. main.qload2=CONTROL F3     ; quick load from qsave2.sna
  717. main.qload3=SHIFT F3       ; quick load from qsave3.sna
  718. main.keystick=SCLOCK       ; toggle keystick mode
  719. main.autofire=ALT NUMLOCK  ; toggle autofire mode
  720. main.saveall=F9            ; quick save cmos and disks
  721. main.xtkbd=ALT CONTROL Z   ; enable/disable ATM XT keyboard (emulation controls blocked!)
  722. main.pastetext=ALT SHIFT INS ; copy text from clipboard to keyboard buffer
  723. main.size1=ALT 1           ; set normal window size (in windowed mode)
  724. main.size2=ALT 2           ; set double window size (in windowed mode)
  725. main.sizem=ALT 3           ; maximize window (in windowed mode)
  726. main.memsearch=ALT F6      ; search in memory for changed values (cheats, etc)
  727. main.border_none=ALT 4     ; set empty border
  728. main.border_small=ALT 5    ; set small border
  729. main.border_full=ALT 6     ; set full border
  730.  
  731. ; keys in all monitor windows
  732.  
  733. mon.exit=ALT F4           ;
  734. mon.emul=ESC              ; back to emulation
  735. mon.bpdialog=ALT C        ; conditional breakpoints dialog
  736. mon.gs=ALT G              ; gs status dialog
  737. mon.pokedialog=ALT P      ; enter poke(s) F6 is already used
  738. mon.tapebrowser=SHIFT F7  ; tape browser
  739. mon.reset=F12             ; reset to [MISC]Reset=DOS/BASIC/MENU/SYS
  740. mon.reset128=CONTROL SHIFT F12 ; reset to basic 128
  741. mon.resetsys=ALT F12      ; reset to service ROM
  742. mon.reset48=ALT SHIFT F12 ; reset to basic 48 with locked 128k memory
  743. mon.resetbasic=SHIFT F12  ; reset to basic 48 with unlocked 128k memory
  744. mon.resetdos=CONTROL F12  ; reset to TR-DOS
  745. mon.resetcache=ALT CONTROL F12    ; reset to cache
  746. mon.nmi=ALT SHIFT F11     ; NMI without ROM switching
  747. mon.nmidos=CONTROL F11    ; TR-DOS magic
  748. mon.nmicache=ALT F11      ; NMI in cache
  749. mon.help=F1               ; show keys
  750. mon.settings=ALT F1       ; emulation settings (GUI)
  751. mon.save=F2               ; save disk/snapshot
  752. mon.load=F3               ; load disk/tape/snapshot
  753. mon.savesound=F5          ; save WAV/VTX
  754. mon.qsave1=ALT F2         ; quick save to qsave1.sna
  755. mon.qsave2=CONTROL F2     ; quick save to qsave2.sna
  756. mon.qsave3=SHIFT F2       ; quick save to qsave3.sna
  757. mon.qload1=ALT F3         ; quick load from qsave1.sna
  758. mon.qload2=CONTROL F3     ; quick load from qsave2.sna
  759. mon.qload3=SHIFT F3       ; quick load from qsave3.sna
  760. mon.setrange=F6           ; set range of breakpoints
  761. mon.resetrange=SHIFT F6   ; reset range of breakpoints
  762. mon.screen=F9             ; show screen, as it present in video memory
  763. mon.altscreen=SHIFT F9    ; show inactive screen
  764. mon.rayscreen=ALT F9      ; show painted screen area until crt-ray (with MC, border & 2-scr effects)
  765. mon.step=F7               ; single step
  766. mon.stepover=F8           ; step over loops and calls
  767. mon.exitsub=F11           ; trace until (sp)
  768. mon.loadblock=ALT R       ; load memory block
  769. mon.saveblock=ALT W       ; save memory block
  770. mon.fillblock=ALT F       ; fill memory block with pattern
  771. mon.setbank=ALT B         ; write to #7FFD
  772. mon.sethimem=ALT M        ; write to model-specific extended memory port
  773. mon.next=TAB              ; next window
  774. mon.prev=SHIFT TAB        ; prev window
  775. mon.dump=ALT D            ; toggle dump
  776. mon.rip=ALT T             ; ripper's tool
  777. mon.osw=ALT O             ; setup on-screen watches
  778. mon.scrshot=ALT S         ; toggle screenshot/scrdump/watches
  779. mon.setwatch=CONTROL U    ; set user-defined watch address
  780. mon.switchay=ALT Y        ; switch active AY (turbo-sound)
  781. mon.labels=CONTROL J      ; goto label
  782. mon.memsearch=ALT F6      ; search in memory for changed values (cheats, etc)
  783. mon.cpu=CONTROL TIL       ; switch to next cpu
  784. mon.switchdump=CONTROL D  ; switch dump mode (mem/cmos/nvram)
  785. ; keys in registers window
  786.  
  787. reg.left=LEFT           ; select register
  788. reg.right=RIGHT         ; select register
  789. reg.up=UP               ; select register
  790. reg.down=DOWN           ; select register
  791. reg.edit=ENTER          ; edit current register
  792. reg.a=CONTROL A         ; edit A
  793. reg.f=CONTROL F         ; edit flags
  794. reg.bc=CONTROL B        ; edit BC
  795. reg.de=CONTROL D        ; edit DE
  796. reg.hl=H                ; edit HL
  797. reg.pc=P                ; edit PC
  798. reg.sp=S                ; edit SP
  799. reg.ix=X                ; edit IX
  800. reg.iy=Y                ; edit IY
  801. reg.i=I                 ; edit i
  802. reg.r=R                 ; edit R
  803. reg.im=M                ; edit im
  804. reg.iff1=CONTROL 1      ; edit iff1
  805. reg.iff2=CONTROL 2      ; edit iff2
  806. reg.SF=ALT S            ; toggle SF
  807. reg.ZF=ALT Z            ; toggle ZF
  808. reg.F5=ALT 5            ; toggle F5
  809. reg.HF=ALT H            ; toggle HF
  810. reg.F3=ALT 3            ; toggle F3
  811. reg.PF=ALT P            ; toggle PF/PV
  812. reg.NF=ALT N            ; toggle NF
  813. reg.CF=ALT C            ; toggle CF
  814. reg.codejump=QUOTE      ; goto address in code window under cursor
  815. reg.datajump=COL        ; goto address in data window under cursor
  816.  
  817. ; keys in cpu window
  818.  
  819. cpu.findpc=HOME         ; set cursor at PC
  820. cpu.here=F4             ; trace to cursor
  821. cpu.findtext=ALT F7     ; find string
  822. cpu.findcode=CONTROL F7 ; find code with mask
  823. cpu.goto=G              ; goto address
  824. cpu.bpx=SPACE           ; breakpoint under cursor
  825. cpu.asm=ENTER           ; edit instruction
  826. cpu.setpc=Z             ; set PC to cursor
  827. cpu.up=UP               ; move cursor up
  828. ;cpu.up=MWU             ; move cursor up
  829. cpu.down=DOWN           ; move cursor down
  830. ;cpu.down=MWD           ; move cursor down
  831. cpu.left=LEFT           ; move cursor left
  832. cpu.right=RIGHT         ; move cursor right
  833. cpu.pgdn=PGDN           ; next page
  834. cpu.pgup=PGUP           ; prev page
  835. cpu.save1=CONTROL 1     ; save cursor position to slot 1
  836. cpu.save2=CONTROL 2
  837. cpu.save3=CONTROL 3
  838. cpu.save4=CONTROL 4
  839. cpu.save5=CONTROL 5
  840. cpu.save6=CONTROL 6
  841. cpu.save7=CONTROL 7
  842. cpu.save8=CONTROL 8
  843. cpu.rest1=1             ; save cursor position to jumpstack, load from slot 1
  844. cpu.rest2=2
  845. cpu.rest3=3
  846. cpu.rest4=4
  847. cpu.rest5=5
  848. cpu.rest6=6
  849. cpu.rest7=7
  850. cpu.rest8=8
  851. cpu.back=BACK           ; pop cursor position from jumpstack
  852. cpu.context=QUOTE       ; push cursor position and goto instruction operand
  853. cpu.datajump=COL        ; jump to instruction operand in data window
  854. cpu.labels=CONTROL L    ; show labels on/off
  855. cpu.importl=CONTROL A   ; menu for importing labels from XAS/ALASM
  856.  
  857. ; keys in memory dump window
  858.  
  859. mem.left=LEFT           ; cursor left
  860. mem.right=RIGHT         ; cursor right
  861. mem.up=UP               ; cursor up
  862. mem.down=DOWN           ; cursor down
  863. mem.pgup=PGUP           ; page up
  864. mem.pgdn=PGDN           ; page down
  865. mem.switch=CONTROL TAB  ; move to hex/ascii
  866. mem.stline=HOME         ; start of line
  867. mem.endline=END         ; end of line
  868. mem.findtext=ALT F7     ; find text in memory / disk track
  869. mem.findcode=CONTROL F7 ; find code with mask in memory / disk track
  870. mem.goto=CONTROL G      ; goto address
  871. mem.mem=CONTROL M       ; select memory editor
  872. mem.diskphys=CONTROL V  ; select disk editor (physical track)
  873. mem.disklog=CONTROL O   ; select disk editor (logical sectors)
  874. mem.diskgo=CONTROL T    ; select drive/track/sector in diskeditor
  875. mem.pc=CONTROL P        ; goto PC
  876. mem.sp=CONTROL S        ; goto SP
  877. mem.bc=CONTROL B        ; goto BC
  878. mem.de=CONTROL D        ; goto DE
  879. mem.hl=CONTROL H        ; goto HL
  880. mem.ix=CONTROL X        ; goto IX
  881. mem.iy=CONTROL Y        ; goto IY
  882.  
  883.  
  884.  
  885. [ZX.KEYS.default]
  886.  
  887. Name=unreal default
  888.  
  889. ;               ZX keyboard layout:
  890. ;
  891. ;  1    2    3    4    5    6    7    8    9    0
  892. ;  Q    W    E    R    T    Y    U    I    O    P
  893. ;  A    S    D    F    G    H    J    K    L   ENT
  894. ; CAP   Z    X    C    V    B    N    M   SYM  SPC
  895.  
  896. ; KLEFT,KRIGHT,KUP,KDOWN,KFIRE        - kempston joystick
  897.  
  898. ; format:
  899. ; PC_KEY=[ZX_KEY_SHIFT] ZX_KEY
  900.  
  901. 1=1
  902. 2=2
  903. 3=3
  904. 4=4
  905. 5=5
  906. 6=6
  907. 7=7
  908. 8=8
  909. 9=9
  910. 0=0
  911. Q=Q
  912. W=W
  913. E=E
  914. R=R
  915. T=T
  916. Y=Y
  917. U=U
  918. I=I
  919. O=O
  920. P=P
  921. A=A
  922. S=S
  923. D=D
  924. F=F
  925. G=G
  926. H=H
  927. J=J
  928. K=K
  929. L=L
  930. Z=Z
  931. X=X
  932. C=C
  933. V=V
  934. B=B
  935. N=N
  936. M=M
  937. TIL=CAP 1
  938. CAPS=CAP 2
  939. PGUP=CAP 3
  940. PGDN=CAP 4
  941. LEFT=CAP 5
  942. DOWN=CAP 6
  943. UP=CAP 7
  944. RIGHT=CAP 8
  945. DEL=CAP 9
  946. BACK=CAP 0
  947. MINUS=SYM J
  948. PLUS=SYM K
  949. COMMA=SYM N
  950. POINT=SYM M
  951. ENTER=ENT
  952. SPACE=SPC
  953. LB=SYM 8
  954. RB=SYM 9
  955. COL=SYM Z
  956. TAB=CAP SPC             ; break
  957. INS=SYM W
  958. HOME=SYM Q
  959. END=SYM E
  960. QUOTE=SYM P
  961. SLASH=SYM C
  962. BACKSL=SYM CAP
  963.  
  964. LSHIFT=CAP
  965. RSHIFT=SYM
  966.  
  967. N4=KLEFT
  968. N6=KRIGHT
  969. N8=KUP
  970. N2=KDOWN
  971. N5=KFIRE
  972. N1=KLEFT KDOWN
  973. N3=KRIGHT KDOWN
  974. N7=KUP KLEFT
  975. N9=KUP KRIGHT
  976.  
  977. MWU=CAP 7
  978. MWD=CAP 6
  979.  
  980. JLEFT=KLEFT
  981. JRIGHT=KRIGHT
  982. JUP=KUP
  983. JDOWN=KDOWN
  984. JFIRE=KFIRE
  985.  
  986. JB1=1
  987. JB2=2
  988. JB3=3
  989. JB4=4
  990. JB5=5
  991. JB6=6
  992. JB7=7
  993. JB8=8
  994.  
  995. [ZX.KEYS.XAS]
  996.  
  997. Name=XAS 7.xx (incomplete)
  998.  
  999. 1=1
  1000. 2=2
  1001. 3=3
  1002. 4=4
  1003. 5=5
  1004. 6=6
  1005. 7=7
  1006. 8=8
  1007. 9=9
  1008. 0=0
  1009. Q=Q
  1010. W=W
  1011. E=E
  1012. R=R
  1013. T=T
  1014. Y=Y
  1015. U=U
  1016. I=I
  1017. O=O
  1018. P=P
  1019. A=A
  1020. S=S
  1021. D=D
  1022. F=F
  1023. G=G
  1024. H=H
  1025. J=J
  1026. K=K
  1027. L=L
  1028. Z=Z
  1029. X=X
  1030. C=C
  1031. V=V
  1032. B=B
  1033. N=N
  1034. M=M
  1035. SHIFT=CAP
  1036. CONTROL=SYM
  1037.  
  1038. [ZX.KEYS.ACEDIT]
  1039.  
  1040. ; layout created by Alone Coder
  1041.  
  1042. Name=ACEdit
  1043.  
  1044. 1=1
  1045. 2=2
  1046. 3=3
  1047. 4=4
  1048. 5=5
  1049. 6=6
  1050. 7=7
  1051. 8=8
  1052. 9=9
  1053. 0=0
  1054. Q=Q
  1055. W=W
  1056. E=E
  1057. R=R
  1058. T=T
  1059. Y=Y
  1060. U=U
  1061. I=I
  1062. O=O
  1063. P=P
  1064. A=A
  1065. S=S
  1066. D=D
  1067. F=F
  1068. G=G
  1069. H=H
  1070. J=J
  1071. K=K
  1072. L=L
  1073. Z=Z
  1074. X=X
  1075. C=C
  1076. V=V
  1077. B=B
  1078. N=N
  1079. M=M
  1080. TIL=CAP 1
  1081. CAPS=CAP 2
  1082. PGUP=CAP 3
  1083. PGDN=CAP 4
  1084. LEFT=CAP 5
  1085. DOWN=CAP 6
  1086. UP=CAP 7
  1087. RIGHT=CAP 8
  1088. DEL=CAP 9
  1089. BACK=CAP 0
  1090. MINUS=SYM J
  1091. PLUS=SYM L
  1092. COMMA=SYM N
  1093. POINT=SYM M
  1094. ENTER=ENT
  1095. SPACE=SPC
  1096. LB=SYM 8
  1097. RB=SYM 9
  1098. COL=SYM O
  1099. TAB=SYM CAP
  1100. ;ESC=CAP SPC
  1101. INS=SYM W
  1102. HOME=SYM Q
  1103. END=SYM E
  1104. QUOTE=SYM P
  1105. SLASH=SYM C
  1106. BACKSL=SYM Z
  1107.  
  1108. SHIFT=CAP
  1109. CONTROL=SYM
  1110.  
  1111. N4=KLEFT
  1112. N6=KRIGHT
  1113. N8=KUP
  1114. N2=KDOWN
  1115. N5=KFIRE
  1116. N1=KLEFT KDOWN
  1117. N3=KRIGHT KDOWN
  1118. N7=KUP KLEFT
  1119. N9=KUP KRIGHT
  1120. GRSUB=SYM J
  1121. GRADD=SYM K
  1122. GRMUL=SYM B
  1123. GRDIV=SYM V
  1124.  
  1125. [ZX.KEYS.Z80Stealth]
  1126.  
  1127. Name=Z80Stealth default
  1128.  
  1129. ;               ZX keyboard layout:
  1130. ;
  1131. ;  1    2    3    4    5    6    7    8    9    0
  1132. ;  Q    W    E    R    T    Y    U    I    O    P
  1133. ;  A    S    D    F    G    H    J    K    L   ENT
  1134. ; CAP   Z    X    C    V    B    N    M   SYM  SPC
  1135.  
  1136. ; KLEFT,KRIGHT,KUP,KDOWN,KFIRE        - kempston joystick
  1137.  
  1138. ; format:
  1139. ; PC_KEY=[ZX_KEY_SHIFT] ZX_KEY
  1140.  
  1141. 1=1
  1142. 2=2
  1143. 3=3
  1144. 4=4
  1145. 5=5
  1146. 6=6
  1147. 7=7
  1148. 8=8
  1149. 9=9
  1150. 0=0
  1151. Q=Q
  1152. W=W
  1153. E=E
  1154. R=R
  1155. T=T
  1156. Y=Y
  1157. U=U
  1158. I=I
  1159. O=O
  1160. P=P
  1161. A=A
  1162. S=S
  1163. D=D
  1164. F=F
  1165. G=G
  1166. H=H
  1167. J=J
  1168. K=K
  1169. L=L
  1170. Z=Z
  1171. X=X
  1172. C=C
  1173. V=V
  1174. B=B
  1175. N=N
  1176. M=M
  1177. TIL=CAP 1
  1178. CAPS=CAP 2
  1179. PGUP=CAP 3
  1180. PGDN=CAP 4
  1181. LEFT=CAP 5
  1182. DOWN=CAP 6
  1183. UP=CAP 7
  1184. RIGHT=CAP 8
  1185. DEL=CAP 9
  1186. BACK=CAP 0
  1187. MINUS=SYM J
  1188. PLUS=SYM K
  1189. COMMA=SYM N
  1190. POINT=SYM M
  1191. ENTER=ENT
  1192. SPACE=SPC
  1193. LB=SYM 8
  1194. RB=SYM 9
  1195. COL=SYM Z
  1196. TAB=CAP SPC             ; break
  1197. INS=SYM W
  1198. HOME=SYM Q
  1199. END=SYM E
  1200. QUOTE=SYM P
  1201. SLASH=SYM C
  1202. BACKSL=SYM CAP
  1203.  
  1204. RALT=SYM
  1205. LSHIFT=CAP
  1206. RSHIFT=CAP
  1207. RCONTROL=CAP SYM
  1208.  
  1209. N4=KLEFT
  1210. N6=KRIGHT
  1211. N8=KUP
  1212. N2=KDOWN
  1213. N5=KFIRE
  1214. N1=KLEFT KDOWN
  1215. N3=KRIGHT KDOWN
  1216. N7=KUP KLEFT
  1217. N9=KUP KRIGHT
  1218.  
  1219. MWU=CAP 7
  1220. MWD=CAP 6
  1221.  
  1222. JLEFT=KLEFT
  1223. JRIGHT=KRIGHT
  1224. JUP=KUP
  1225. JDOWN=KDOWN
  1226. JFIRE=KFIRE
  1227.  
  1228. [ZX.KEYS.quorum]
  1229. Name=Quorum
  1230.  
  1231. ;               Quorum keyboard layout:
  1232. ;
  1233. ; F1 F2 F3 F4 F5      [G]  NMI  INV   [< RES
  1234. ; [E] 1 2 3 4 5 6 7 8 9 0 - + BS DEL                        NSLASH NSTAR NMINUS
  1235. ; TAB  Q  W  E  R  T  Y  U  I  O  P  [  ]  \                  N7    N8     N9
  1236. ; CAPS  A  S  D  F  G  H  J  K  L  ;  '  ~  ENT               N4    N5     N6
  1237. ; RUS LAT Z X C V B N M , . /  UP                             N1    N2     N3
  1238. ; CAP FIRE   SPC       SYM LT  DN  RT                         N0  NPOINT NPLUS
  1239. ;
  1240. ; FIRE,LT,DN,RT,UP=0,5,6,8,7
  1241. ; NMI,RES=F11,F12(see main.*)
  1242. ; INV,[< - NOT emulated
  1243. ; KLEFT,KRIGHT,KUP,KDOWN,KFIRE        - kempston joystick
  1244. ; (JLEFT,JRIGHT,JUP,JDOWN,JFIRE  reserved for joystick)
  1245. ; format:
  1246. ; PC_KEY=[ZX_KEY_SHIFT] ZX_KEY
  1247. 1=1
  1248. 2=2
  1249. 3=3
  1250. 4=4
  1251. 5=5
  1252. 6=6
  1253. 7=7
  1254. 8=8
  1255. 9=9
  1256. 0=0
  1257. Q=Q
  1258. W=W
  1259. E=E
  1260. R=R
  1261. T=T
  1262. Y=Y
  1263. U=U
  1264. I=I
  1265. O=O
  1266. P=P
  1267. A=A
  1268. S=S
  1269. D=D
  1270. F=F
  1271. G=G
  1272. H=H
  1273. J=J
  1274. K=K
  1275. L=L
  1276. Z=Z
  1277. X=X
  1278. C=C
  1279. V=V
  1280. B=B
  1281. N=N
  1282. M=M
  1283. ESC=EBOX
  1284. DEL=BS
  1285. TIL=TILDA
  1286. CAPS=CAPS
  1287. LEFT=5
  1288. DOWN=6
  1289. UP=7
  1290. RIGHT=8
  1291. BACK=DEL
  1292. MINUS=-
  1293. PLUS=+
  1294. COMMA=,
  1295. POINT=.
  1296. ENTER=ENT
  1297. SPACE=SPC
  1298. LB=[
  1299. RB=]
  1300. COL=COLON
  1301. TAB=TAB
  1302. ;HOME=N7
  1303. ;END=N1
  1304. ;PGUP=N8
  1305. ;PGDN=N2
  1306. N1=N1
  1307. N2=N2
  1308. N3=N3
  1309. N4=N4
  1310. N5=N5
  1311. N6=N6
  1312. N7=N7
  1313. N8=N8
  1314. N9=N9
  1315. N0=N0
  1316. NP=NPOINT
  1317. QUOTE=QUOTE
  1318. SLASH=/
  1319. BACKSL=\
  1320. F1=F1
  1321. F2=F2
  1322. F3=F3
  1323. F4=F4
  1324. F5=F5
  1325. F6=GBOX
  1326. GRDIV=NSLASH
  1327. GRMUL=NSTAR
  1328. GRSUB=NMINUS
  1329. GRADD=NPLUS
  1330. PGUP=RUS
  1331. PGDN=LAT
  1332.  
  1333. LSHIFT=CAP
  1334. RSHIFT=SYM
  1335.  
  1336. ;N4=KLEFT
  1337. ;N6=KRIGHT
  1338. ;N8=KUP
  1339. ;N2=KDOWN
  1340. ;N5=KFIRE
  1341. ;N1=KLEFT KDOWN
  1342. ;N3=KRIGHT KDOWN
  1343. ;N7=KUP KLEFT
  1344. ;N9=KUP KRIGHT
  1345.