Subversion Repositories pentevo

Rev

Rev 797 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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