Subversion Repositories pentevo

Rev

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

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