Advertisement
Guest User

Untitled

a guest
Apr 17th, 2015
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 236.74 KB | None | 0 0
  1. ;VERSION 0.9.38.4
  2. ;Edit this file at your own risk!
  3. ;File format: <key><single space><value><LF or CR+LF>
  4.  
  5. ;Automatic load/save state on game load/save.
  6. autosave 0
  7.  
  8. ;Cache entire CD images in memory.
  9. cd.image_memcache 0
  10.  
  11. ;Enable (automatic) usage of this module.
  12. cdplay.enable 1
  13.  
  14. ;Force monophonic sound output.
  15. cdplay.forcemono 0
  16.  
  17. ;cdplay, Built-In, Controller: Next Track
  18. cdplay.input.builtin.controller.next_track keyboard 275
  19.  
  20. ;cdplay, Built-In, Controller: Next Track 10
  21. cdplay.input.builtin.controller.next_track_10 keyboard 273
  22.  
  23. ;cdplay, Built-In, Controller: Play/Pause
  24. cdplay.input.builtin.controller.play_pause keyboard 32
  25.  
  26. ;cdplay, Built-In, Controller: Previous Track
  27. cdplay.input.builtin.controller.previous_track keyboard 276
  28.  
  29. ;cdplay, Built-In, Controller: Previous Track 10
  30. cdplay.input.builtin.controller.previous_track_10 keyboard 274
  31.  
  32. ;cdplay, Built-In, Controller: Scan Forward
  33. cdplay.input.builtin.controller.scan_forward keyboard 280
  34.  
  35. ;cdplay, Built-In, Controller: Scan Reverse
  36. cdplay.input.builtin.controller.scan_reverse keyboard 281
  37.  
  38. ;cdplay, Built-In, Controller: Stop
  39. cdplay.input.builtin.controller.stop keyboard 13
  40.  
  41. ;Enable specified OpenGL pixel shader.
  42. cdplay.pixshader none
  43.  
  44. ;Enable scanlines with specified opacity.
  45. cdplay.scanlines 0
  46.  
  47. ;Enable specified special video scaler.
  48. cdplay.special none
  49.  
  50. ;Stretch to fill screen.
  51. cdplay.stretch aspect_mult2
  52.  
  53. ;Enable video temporal blur(50/50 previous/current frame by default).
  54. cdplay.tblur 0
  55.  
  56. ;Accumulate color data rather than discarding it.
  57. cdplay.tblur.accum 0
  58.  
  59. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  60. cdplay.tblur.accum.amount 50
  61.  
  62. ;Enable (bi)linear interpolation.
  63. cdplay.videoip 0
  64.  
  65. ;Enable simple waveform visualization.
  66. cdplay.visualization 1
  67.  
  68. ;Full-screen horizontal resolution.
  69. cdplay.xres 0
  70.  
  71. ;Scaling factor for the X axis in windowed mode.
  72. cdplay.xscale 4.000000
  73.  
  74. ;Scaling factor for the X axis in fullscreen mode.
  75. cdplay.xscalefs 1.000000
  76.  
  77. ;Full-screen vertical resolution.
  78. cdplay.yres 0
  79.  
  80. ;Scaling factor for the Y axis in windowed mode.
  81. cdplay.yscale 4.000000
  82.  
  83. ;Scaling factor for the Y axis in fullscreen mode.
  84. cdplay.yscalefs 1.000000
  85.  
  86. ;Enable cheats.
  87. cheats 1
  88.  
  89. ;Save state 0 select
  90. command.0 keyboard 48
  91.  
  92. ;Save state 1 select
  93. command.1 keyboard 49
  94.  
  95. ;Save state 2 select
  96. command.2 keyboard 50
  97.  
  98. ;Save state 3 select
  99. command.3 keyboard 51
  100.  
  101. ;Save state 4 select
  102. command.4 keyboard 52
  103.  
  104. ;Save state 5 select
  105. command.5 keyboard 53
  106.  
  107. ;Save state 6 select
  108. command.6 keyboard 54
  109.  
  110. ;Save state 7 select
  111. command.7 keyboard 55
  112.  
  113. ;Save state 8 select
  114. command.8 keyboard 56
  115.  
  116. ;Save state 9 select
  117. command.9 keyboard 57
  118.  
  119. ;Activate barcode(for Famicom)
  120. command.activate_barcode keyboard 289
  121.  
  122. ;Advance frame
  123. command.advance_frame keyboard 97+alt
  124.  
  125. ;Select virtual device on virtual input port 1
  126. command.device_select1 keyboard 49+ctrl+shift
  127.  
  128. ;Select virtual device on virtual input port 2
  129. command.device_select2 keyboard 50+ctrl+shift
  130.  
  131. ;Select virtual device on virtual input port 3
  132. command.device_select3 keyboard 51+ctrl+shift
  133.  
  134. ;Select virtual device on virtual input port 4
  135. command.device_select4 keyboard 52+ctrl+shift
  136.  
  137. ;Select virtual device on virtual input port 5
  138. command.device_select5 keyboard 53+ctrl+shift
  139.  
  140. ;Select virtual device on virtual input port 6
  141. command.device_select6 keyboard 54+ctrl+shift
  142.  
  143. ;Select virtual device on virtual input port 7
  144. command.device_select7 keyboard 55+ctrl+shift
  145.  
  146. ;Select virtual device on virtual input port 8
  147. command.device_select8 keyboard 56+ctrl+shift
  148.  
  149. ;Exit
  150. command.exit keyboard 293~keyboard 27
  151.  
  152. ;Fast-forward
  153. command.fast_forward keyboard 96
  154.  
  155. ;Configure buttons on virtual port 1
  156. command.input_config1 keyboard 49+alt+shift
  157.  
  158. ;Configure buttons on virtual port 2
  159. command.input_config2 keyboard 50+alt+shift
  160.  
  161. ;Configure buttons on virtual port 3
  162. command.input_config3 keyboard 51+alt+shift
  163.  
  164. ;Configure buttons on virtual port 4
  165. command.input_config4 keyboard 52+alt+shift
  166.  
  167. ;Configure buttons on virtual port 5
  168. command.input_config5 keyboard 53+alt+shift
  169.  
  170. ;Configure buttons on virtual port 6
  171. command.input_config6 keyboard 54+alt+shift
  172.  
  173. ;Configure buttons on virtual port 7
  174. command.input_config7 keyboard 55+alt+shift
  175.  
  176. ;Configure buttons on virtual port 8
  177. command.input_config8 keyboard 56+alt+shift
  178.  
  179. ;Detect analog buttons on physical joysticks/gamepads(for use with the input configuration process).
  180. command.input_config_abd keyboard 284
  181.  
  182. ;Configure command key
  183. command.input_configc keyboard 283
  184.  
  185. ;Configure command key, for all-pressed-to-trigger mode
  186. command.input_configc_am keyboard 283+shift
  187.  
  188. ;Insert coin
  189. command.insert_coin keyboard 289
  190.  
  191. ;Insert/Eject disk/disc
  192. command.insert_eject_disk keyboard 289
  193.  
  194. ;Load movie
  195. command.load_movie keyboard 288+shift
  196.  
  197. ;Load state
  198. command.load_state keyboard 288
  199.  
  200. ;Movie 0 select
  201. command.m0 keyboard 48+shift
  202.  
  203. ;Movie 1 select
  204. command.m1 keyboard 49+shift
  205.  
  206. ;Movie 2 select
  207. command.m2 keyboard 50+shift
  208.  
  209. ;Movie 3 select
  210. command.m3 keyboard 51+shift
  211.  
  212. ;Movie 4 select
  213. command.m4 keyboard 52+shift
  214.  
  215. ;Movie 5 select
  216. command.m5 keyboard 53+shift
  217.  
  218. ;Movie 6 select
  219. command.m6 keyboard 54+shift
  220.  
  221. ;Movie 7 select
  222. command.m7 keyboard 55+shift
  223.  
  224. ;Movie 8 select
  225. command.m8 keyboard 56+shift
  226.  
  227. ;Movie 9 select
  228. command.m9 keyboard 57+shift
  229.  
  230. ;Power toggle
  231. command.power keyboard 292
  232.  
  233. ;Reset
  234. command.reset keyboard 291
  235.  
  236. ;Rotate screen
  237. command.rotate_screen keyboard 111+alt
  238.  
  239. ;Return to normal mode after advancing frames
  240. command.run_normal keyboard 114+alt
  241.  
  242. ;Save movie
  243. command.save_movie keyboard 286+shift
  244.  
  245. ;Save state
  246. command.save_state keyboard 286
  247.  
  248. ;Select disk/disc
  249. command.select_disk keyboard 287
  250.  
  251. ;Slow-forward
  252. command.slow_forward keyboard 92
  253.  
  254. ;Rewind
  255. command.state_rewind keyboard 8
  256.  
  257. ;Decrease selected save state slot by 1
  258. command.state_slot_dec keyboard 45
  259.  
  260. ;Increase selected save state slot by 1
  261. command.state_slot_inc keyboard 61
  262.  
  263. ;Take scaled(and filtered) screen snapshot
  264. command.take_scaled_snapshot keyboard 290+shift
  265.  
  266. ;Take screen snapshot
  267. command.take_snapshot keyboard 290
  268.  
  269. ;Toggle graphics layer 1
  270. command.tl1 keyboard 49+ctrl
  271.  
  272. ;Toggle graphics layer 2
  273. command.tl2 keyboard 50+ctrl
  274.  
  275. ;Toggle graphics layer 3
  276. command.tl3 keyboard 51+ctrl
  277.  
  278. ;Toggle graphics layer 4
  279. command.tl4 keyboard 52+ctrl
  280.  
  281. ;Toggle graphics layer 5
  282. command.tl5 keyboard 53+ctrl
  283.  
  284. ;Toggle graphics layer 6
  285. command.tl6 keyboard 54+ctrl
  286.  
  287. ;Toggle graphics layer 7
  288. command.tl7 keyboard 55+ctrl
  289.  
  290. ;Toggle graphics layer 8
  291. command.tl8 keyboard 56+ctrl
  292.  
  293. ;Toggle graphics layer 9
  294. command.tl9 keyboard 57+ctrl
  295.  
  296. ;Grab input and disable commands
  297. command.toggle_cidisable keyboard 302+shift
  298.  
  299. ;Toggle debugger
  300. command.toggle_debugger keyboard 100+alt
  301.  
  302. ;Toggle DIP switch view
  303. command.toggle_dipview keyboard 287
  304.  
  305. ;Toggle frames-per-second display
  306. command.toggle_fps_view keyboard 282+shift
  307.  
  308. ;Toggle fullscreen mode
  309. command.toggle_fs keyboard 13+alt
  310.  
  311. ;Grab input
  312. command.toggle_grab_input keyboard 302
  313.  
  314. ;Toggle help screen
  315. command.toggle_help keyboard 282
  316.  
  317. ;Toggle state rewind functionality
  318. command.toggle_state_rewind keyboard 115+alt
  319.  
  320. ;Enable/Disable cheats
  321. command.togglecheatactive keyboard 116+alt
  322.  
  323. ;Toggle cheat console
  324. command.togglecheatview keyboard 99+alt
  325.  
  326. ;Toggle netplay console
  327. command.togglenetview keyboard 116
  328.  
  329. ;Automatically go into the debugger's step mode after a game is loaded.
  330. debugger.autostepmode 0
  331.  
  332. ;Enable (automatic) usage of this module.
  333. demo.enable 1
  334.  
  335. ;Force monophonic sound output.
  336. demo.forcemono 0
  337.  
  338. ;demo, Port 1, Controller: Rumble Control Strong
  339. demo.input.port1.controller.rcstrong
  340.  
  341. ;demo, Port 1, Controller: Rumble Control Weak
  342. demo.input.port1.controller.rcweak
  343.  
  344. ;demo, Port 1, Controller: Select Test Mode
  345. demo.input.port1.controller.stm
  346.  
  347. ;demo, Port 1, Controller: Switch Meow
  348. demo.input.port1.controller.swt
  349.  
  350. ;demo, Port 1, Controller: Toggle Interlace Mode
  351. demo.input.port1.controller.toggle_ilace
  352.  
  353. ;demo, Port 2, Controller: Rumble Control Strong
  354. demo.input.port2.controller.rcstrong
  355.  
  356. ;demo, Port 2, Controller: Rumble Control Weak
  357. demo.input.port2.controller.rcweak
  358.  
  359. ;demo, Port 2, Controller: Select Test Mode
  360. demo.input.port2.controller.stm
  361.  
  362. ;demo, Port 2, Controller: Switch Meow
  363. demo.input.port2.controller.swt
  364.  
  365. ;demo, Port 2, Controller: Toggle Interlace Mode
  366. demo.input.port2.controller.toggle_ilace
  367.  
  368. ;Enable specified OpenGL pixel shader.
  369. demo.pixshader none
  370.  
  371. ;Sound quality.
  372. demo.resamp_quality 3
  373.  
  374. ;Sound output rate tolerance.
  375. demo.resamp_rate_error 0.0000009
  376.  
  377. ;Enable scanlines with specified opacity.
  378. demo.scanlines 0
  379.  
  380. ;Enable specified special video scaler.
  381. demo.special none
  382.  
  383. ;Stretch to fill screen.
  384. demo.stretch aspect_mult2
  385.  
  386. ;Enable video temporal blur(50/50 previous/current frame by default).
  387. demo.tblur 0
  388.  
  389. ;Accumulate color data rather than discarding it.
  390. demo.tblur.accum 0
  391.  
  392. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  393. demo.tblur.accum.amount 50
  394.  
  395. ;Enable (bi)linear interpolation.
  396. demo.videoip 1
  397.  
  398. ;Full-screen horizontal resolution.
  399. demo.xres 0
  400.  
  401. ;Scaling factor for the X axis in windowed mode.
  402. demo.xscale 2.000000
  403.  
  404. ;Scaling factor for the X axis in fullscreen mode.
  405. demo.xscalefs 1.000000
  406.  
  407. ;Full-screen vertical resolution.
  408. demo.yres 0
  409.  
  410. ;Scaling factor for the Y axis in windowed mode.
  411. demo.yscale 2.000000
  412.  
  413. ;Scaling factor for the Y axis in fullscreen mode.
  414. demo.yscalefs 1.000000
  415.  
  416. ;Silence sound output when fast-forwarding.
  417. ffnosound 0
  418.  
  419. ;Fast-forwarding speed multiplier.
  420. ffspeed 4
  421.  
  422. ;Treat the fast-forward button as a toggle.
  423. fftoggle 0
  424.  
  425. ;Format string for movie filename.
  426. filesys.fname_movie %f.%M%p.%x
  427.  
  428. ;Format string for save games filename.
  429. filesys.fname_sav %F.%M%x
  430.  
  431. ;Format string for screen snapshot filenames.
  432. filesys.fname_snap %f-%p.%x
  433.  
  434. ;Format string for state filename.
  435. filesys.fname_state %f.%M%X
  436.  
  437. ;Path to directory for cheats.
  438. filesys.path_cheat cheats
  439.  
  440. ;Path to directory for firmware.
  441. filesys.path_firmware firmware
  442.  
  443. ;Path to directory for movies.
  444. filesys.path_movie mcm
  445.  
  446. ;Path to directory for custom palettes.
  447. filesys.path_palette palettes
  448.  
  449. ;Path to directory for per-game configuration override files.
  450. filesys.path_pgconfig pgconfig
  451.  
  452. ;Path to directory for save games and nonvolatile memory.
  453. filesys.path_sav sav
  454.  
  455. ;Path to directory for screen snapshots.
  456. filesys.path_snap snaps
  457.  
  458. ;Path to directory for save states.
  459. filesys.path_state mcs
  460.  
  461. ;Save state file compression level.
  462. filesys.state_comp_level 6
  463.  
  464. ;Enable untrusted file-inclusion path security check.
  465. filesys.untrusted_fip_check 1
  466.  
  467. ;Enable (automatic) usage of this module.
  468. gb.enable 1
  469.  
  470. ;Force monophonic sound output.
  471. gb.forcemono 0
  472.  
  473. ;gb, Built-In, Gamepad: A
  474. gb.input.builtin.gamepad.a keyboard 259
  475.  
  476. ;gb, Built-In, Gamepad: B
  477. gb.input.builtin.gamepad.b keyboard 258
  478.  
  479. ;gb, Built-In, Gamepad: DOWN ↓
  480. gb.input.builtin.gamepad.down keyboard 115
  481.  
  482. ;gb, Built-In, Gamepad: LEFT ←
  483. gb.input.builtin.gamepad.left keyboard 97
  484.  
  485. ;gb, Built-In, Gamepad: Rapid A
  486. gb.input.builtin.gamepad.rapid_a
  487.  
  488. ;gb, Built-In, Gamepad: Rapid B
  489. gb.input.builtin.gamepad.rapid_b
  490.  
  491. ;gb, Built-In, Gamepad: RIGHT →
  492. gb.input.builtin.gamepad.right keyboard 100
  493.  
  494. ;gb, Built-In, Gamepad: SELECT
  495. gb.input.builtin.gamepad.select keyboard 9
  496.  
  497. ;gb, Built-In, Gamepad: START
  498. gb.input.builtin.gamepad.start keyboard 13
  499.  
  500. ;gb, Built-In, Gamepad: UP ↑
  501. gb.input.builtin.gamepad.up keyboard 119
  502.  
  503. ;gb, Tilt, Tilt: DOWN ↓
  504. gb.input.tilt.tilt.down
  505.  
  506. ;gb, Tilt, Tilt: LEFT ←
  507. gb.input.tilt.tilt.left
  508.  
  509. ;gb, Tilt, Tilt: RIGHT →
  510. gb.input.tilt.tilt.right
  511.  
  512. ;gb, Tilt, Tilt: UP ↑
  513. gb.input.tilt.tilt.up
  514.  
  515. ;Enable specified OpenGL pixel shader.
  516. gb.pixshader none
  517.  
  518. ;Enable scanlines with specified opacity.
  519. gb.scanlines 0
  520.  
  521. ;Enable specified special video scaler.
  522. gb.special none
  523.  
  524. ;Stretch to fill screen.
  525. gb.stretch aspect_mult2
  526.  
  527. ;Emulated GB type.
  528. gb.system_type auto
  529.  
  530. ;Enable video temporal blur(50/50 previous/current frame by default).
  531. gb.tblur 0
  532.  
  533. ;Accumulate color data rather than discarding it.
  534. gb.tblur.accum 0
  535.  
  536. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  537. gb.tblur.accum.amount 50
  538.  
  539. ;Enable (bi)linear interpolation.
  540. gb.videoip 0
  541.  
  542. ;Full-screen horizontal resolution.
  543. gb.xres 0
  544.  
  545. ;Scaling factor for the X axis in windowed mode.
  546. gb.xscale 4.000000
  547.  
  548. ;Scaling factor for the X axis in fullscreen mode.
  549. gb.xscalefs 1.000000
  550.  
  551. ;Full-screen vertical resolution.
  552. gb.yres 0
  553.  
  554. ;Scaling factor for the Y axis in windowed mode.
  555. gb.yscale 4.000000
  556.  
  557. ;Scaling factor for the Y axis in fullscreen mode.
  558. gb.yscalefs 1.000000
  559.  
  560. ;Path to optional GBA BIOS ROM image.
  561. gba.bios
  562.  
  563. ;Enable (automatic) usage of this module.
  564. gba.enable 1
  565.  
  566. ;Force monophonic sound output.
  567. gba.forcemono 0
  568.  
  569. ;gba, Built-In, Gamepad: A
  570. gba.input.builtin.gamepad.a keyboard 259
  571.  
  572. ;gba, Built-In, Gamepad: B
  573. gba.input.builtin.gamepad.b keyboard 258
  574.  
  575. ;gba, Built-In, Gamepad: DOWN ↓
  576. gba.input.builtin.gamepad.down keyboard 115
  577.  
  578. ;gba, Built-In, Gamepad: LEFT ←
  579. gba.input.builtin.gamepad.left keyboard 97
  580.  
  581. ;gba, Built-In, Gamepad: Rapid A
  582. gba.input.builtin.gamepad.rapid_a
  583.  
  584. ;gba, Built-In, Gamepad: Rapid B
  585. gba.input.builtin.gamepad.rapid_b
  586.  
  587. ;gba, Built-In, Gamepad: RIGHT →
  588. gba.input.builtin.gamepad.right keyboard 100
  589.  
  590. ;gba, Built-In, Gamepad: SELECT
  591. gba.input.builtin.gamepad.select keyboard 9
  592.  
  593. ;gba, Built-In, Gamepad: SHOULDER L
  594. gba.input.builtin.gamepad.shoulder_l keyboard 261
  595.  
  596. ;gba, Built-In, Gamepad: SHOULDER R
  597. gba.input.builtin.gamepad.shoulder_r keyboard 262
  598.  
  599. ;gba, Built-In, Gamepad: START
  600. gba.input.builtin.gamepad.start keyboard 13
  601.  
  602. ;gba, Built-In, Gamepad: UP ↑
  603. gba.input.builtin.gamepad.up keyboard 119
  604.  
  605. ;Enable specified OpenGL pixel shader.
  606. gba.pixshader none
  607.  
  608. ;Enable scanlines with specified opacity.
  609. gba.scanlines 0
  610.  
  611. ;Enable specified special video scaler.
  612. gba.special none
  613.  
  614. ;Stretch to fill screen.
  615. gba.stretch aspect_mult2
  616.  
  617. ;Enable video temporal blur(50/50 previous/current frame by default).
  618. gba.tblur 0
  619.  
  620. ;Accumulate color data rather than discarding it.
  621. gba.tblur.accum 0
  622.  
  623. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  624. gba.tblur.accum.amount 50
  625.  
  626. ;Enable (bi)linear interpolation.
  627. gba.videoip 0
  628.  
  629. ;Full-screen horizontal resolution.
  630. gba.xres 0
  631.  
  632. ;Scaling factor for the X axis in windowed mode.
  633. gba.xscale 3.000000
  634.  
  635. ;Scaling factor for the X axis in fullscreen mode.
  636. gba.xscalefs 1.000000
  637.  
  638. ;Full-screen vertical resolution.
  639. gba.yres 0
  640.  
  641. ;Scaling factor for the Y axis in windowed mode.
  642. gba.yscale 3.000000
  643.  
  644. ;Scaling factor for the Y axis in fullscreen mode.
  645. gba.yscalefs 1.000000
  646.  
  647. ;Enable (automatic) usage of this module.
  648. gg.enable 1
  649.  
  650. ;Force monophonic sound output.
  651. gg.forcemono 0
  652.  
  653. ;gg, Built-In, Gamepad: Button 1
  654. gg.input.builtin.gamepad.button1 keyboard 258
  655.  
  656. ;gg, Built-In, Gamepad: Button 2
  657. gg.input.builtin.gamepad.button2 keyboard 259
  658.  
  659. ;gg, Built-In, Gamepad: DOWN ↓
  660. gg.input.builtin.gamepad.down keyboard 115
  661.  
  662. ;gg, Built-In, Gamepad: LEFT ←
  663. gg.input.builtin.gamepad.left keyboard 97
  664.  
  665. ;gg, Built-In, Gamepad: Rapid Button 1
  666. gg.input.builtin.gamepad.rapid_button1
  667.  
  668. ;gg, Built-In, Gamepad: Rapid Button 2
  669. gg.input.builtin.gamepad.rapid_button2
  670.  
  671. ;gg, Built-In, Gamepad: RIGHT →
  672. gg.input.builtin.gamepad.right keyboard 100
  673.  
  674. ;gg, Built-In, Gamepad: Start
  675. gg.input.builtin.gamepad.start keyboard 13
  676.  
  677. ;gg, Built-In, Gamepad: UP ↑
  678. gg.input.builtin.gamepad.up keyboard 119
  679.  
  680. ;Enable specified OpenGL pixel shader.
  681. gg.pixshader none
  682.  
  683. ;Enable scanlines with specified opacity.
  684. gg.scanlines 0
  685.  
  686. ;Enable specified special video scaler.
  687. gg.special none
  688.  
  689. ;Stretch to fill screen.
  690. gg.stretch aspect_mult2
  691.  
  692. ;Enable video temporal blur(50/50 previous/current frame by default).
  693. gg.tblur 0
  694.  
  695. ;Accumulate color data rather than discarding it.
  696. gg.tblur.accum 0
  697.  
  698. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  699. gg.tblur.accum.amount 50
  700.  
  701. ;Enable (bi)linear interpolation.
  702. gg.videoip 0
  703.  
  704. ;Full-screen horizontal resolution.
  705. gg.xres 0
  706.  
  707. ;Scaling factor for the X axis in windowed mode.
  708. gg.xscale 4.000000
  709.  
  710. ;Scaling factor for the X axis in fullscreen mode.
  711. gg.xscalefs 1.000000
  712.  
  713. ;Full-screen vertical resolution.
  714. gg.yres 0
  715.  
  716. ;Scaling factor for the Y axis in windowed mode.
  717. gg.yscale 4.000000
  718.  
  719. ;Scaling factor for the Y axis in fullscreen mode.
  720. gg.yscalefs 1.000000
  721.  
  722. ;Auto-fire frequency.
  723. input.autofirefreq 3
  724.  
  725. ;Dangerous key action delay.
  726. input.ckdelay 0
  727.  
  728. ;Analog axis binary press detection threshold.
  729. input.joystick.axis_threshold 75
  730.  
  731. ;Update physical joystick(s) internal state in Mednafen even when Mednafen lacks OS focus.
  732. input.joystick.global_focus 1
  733.  
  734. ;Enable (automatic) usage of this module.
  735. lynx.enable 1
  736.  
  737. ;Force monophonic sound output.
  738. lynx.forcemono 0
  739.  
  740. ;lynx, Built-In, Gamepad: A (outer)
  741. lynx.input.builtin.gamepad.a keyboard 259
  742.  
  743. ;lynx, Built-In, Gamepad: B (inner)
  744. lynx.input.builtin.gamepad.b keyboard 258
  745.  
  746. ;lynx, Built-In, Gamepad: DOWN ↓
  747. lynx.input.builtin.gamepad.down keyboard 115
  748.  
  749. ;lynx, Built-In, Gamepad: LEFT ←
  750. lynx.input.builtin.gamepad.left keyboard 97
  751.  
  752. ;lynx, Built-In, Gamepad: Option 1 (upper)
  753. lynx.input.builtin.gamepad.option_1 keyboard 263
  754.  
  755. ;lynx, Built-In, Gamepad: Option 2 (lower)
  756. lynx.input.builtin.gamepad.option_2 keyboard 257
  757.  
  758. ;lynx, Built-In, Gamepad: PAUSE
  759. lynx.input.builtin.gamepad.pause keyboard 13
  760.  
  761. ;lynx, Built-In, Gamepad: Rapid A (outer)
  762. lynx.input.builtin.gamepad.rapid_a
  763.  
  764. ;lynx, Built-In, Gamepad: Rapid B (inner)
  765. lynx.input.builtin.gamepad.rapid_b
  766.  
  767. ;lynx, Built-In, Gamepad: Rapid Option 1 (upper)
  768. lynx.input.builtin.gamepad.rapid_option_1
  769.  
  770. ;lynx, Built-In, Gamepad: Rapid Option 2 (lower)
  771. lynx.input.builtin.gamepad.rapid_option_2
  772.  
  773. ;lynx, Built-In, Gamepad: RIGHT →
  774. lynx.input.builtin.gamepad.right keyboard 100
  775.  
  776. ;lynx, Built-In, Gamepad: UP ↑
  777. lynx.input.builtin.gamepad.up keyboard 119
  778.  
  779. ;Enable sound output lowpass filter.
  780. lynx.lowpass 1
  781.  
  782. ;Enable specified OpenGL pixel shader.
  783. lynx.pixshader none
  784.  
  785. ;Virtually rotate D-pad along with screen.
  786. lynx.rotateinput 1
  787.  
  788. ;Enable scanlines with specified opacity.
  789. lynx.scanlines 0
  790.  
  791. ;Enable specified special video scaler.
  792. lynx.special none
  793.  
  794. ;Stretch to fill screen.
  795. lynx.stretch aspect_mult2
  796.  
  797. ;Enable video temporal blur(50/50 previous/current frame by default).
  798. lynx.tblur 0
  799.  
  800. ;Accumulate color data rather than discarding it.
  801. lynx.tblur.accum 0
  802.  
  803. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  804. lynx.tblur.accum.amount 50
  805.  
  806. ;Enable (bi)linear interpolation.
  807. lynx.videoip 0
  808.  
  809. ;Full-screen horizontal resolution.
  810. lynx.xres 0
  811.  
  812. ;Scaling factor for the X axis in windowed mode.
  813. lynx.xscale 4.000000
  814.  
  815. ;Scaling factor for the X axis in fullscreen mode.
  816. lynx.xscalefs 1.000000
  817.  
  818. ;Full-screen vertical resolution.
  819. lynx.yres 0
  820.  
  821. ;Scaling factor for the Y axis in windowed mode.
  822. lynx.yscale 4.000000
  823.  
  824. ;Scaling factor for the Y axis in fullscreen mode.
  825. lynx.yscalefs 1.000000
  826.  
  827. ;Path to the CD BIOS
  828. md.cdbios us_scd1_9210.bin
  829.  
  830. ;Correct the aspect ratio.
  831. md.correct_aspect 1
  832.  
  833. ;Disassembly font size.
  834. md.debugger.disfontsize small
  835.  
  836. ;Character encoding for the debugger's memory editor.
  837. md.debugger.memcharenc shift_jis
  838.  
  839. ;Enable (automatic) usage of this module.
  840. md.enable 1
  841.  
  842. ;Force monophonic sound output.
  843. md.forcemono 0
  844.  
  845. ;Automatically select appropriate input devices.
  846. md.input.auto 1
  847.  
  848. ;Emulated mouse sensitivity.
  849. md.input.mouse_sensitivity 1.00
  850.  
  851. ;Enable multitap(s).
  852. md.input.multitap none
  853.  
  854. ;Input device for Virtual Port 1
  855. md.input.port1 gamepad
  856.  
  857. ;md, Virtual Port 1, 3-Button Gamepad: A
  858. md.input.port1.gamepad.a keyboard 257
  859.  
  860. ;md, Virtual Port 1, 3-Button Gamepad: B
  861. md.input.port1.gamepad.b keyboard 258
  862.  
  863. ;md, Virtual Port 1, 3-Button Gamepad: C
  864. md.input.port1.gamepad.c keyboard 259
  865.  
  866. ;md, Virtual Port 1, 3-Button Gamepad: DOWN ↓
  867. md.input.port1.gamepad.down keyboard 115
  868.  
  869. ;md, Virtual Port 1, 3-Button Gamepad: LEFT ←
  870. md.input.port1.gamepad.left keyboard 97
  871.  
  872. ;md, Virtual Port 1, 3-Button Gamepad: Rapid A
  873. md.input.port1.gamepad.rapid_a
  874.  
  875. ;md, Virtual Port 1, 3-Button Gamepad: Rapid B
  876. md.input.port1.gamepad.rapid_b
  877.  
  878. ;md, Virtual Port 1, 3-Button Gamepad: Rapid C
  879. md.input.port1.gamepad.rapid_c
  880.  
  881. ;md, Virtual Port 1, 3-Button Gamepad: RIGHT →
  882. md.input.port1.gamepad.right keyboard 100
  883.  
  884. ;md, Virtual Port 1, 3-Button Gamepad: Start
  885. md.input.port1.gamepad.start keyboard 13
  886.  
  887. ;md, Virtual Port 1, 3-Button Gamepad: UP ↑
  888. md.input.port1.gamepad.up keyboard 119
  889.  
  890. ;md, Virtual Port 1, 2-Button Gamepad: A
  891. md.input.port1.gamepad2.a
  892.  
  893. ;md, Virtual Port 1, 2-Button Gamepad: B
  894. md.input.port1.gamepad2.b
  895.  
  896. ;md, Virtual Port 1, 2-Button Gamepad: DOWN ↓
  897. md.input.port1.gamepad2.down
  898.  
  899. ;md, Virtual Port 1, 2-Button Gamepad: LEFT ←
  900. md.input.port1.gamepad2.left
  901.  
  902. ;md, Virtual Port 1, 2-Button Gamepad: Rapid A
  903. md.input.port1.gamepad2.rapid_a
  904.  
  905. ;md, Virtual Port 1, 2-Button Gamepad: Rapid B
  906. md.input.port1.gamepad2.rapid_b
  907.  
  908. ;md, Virtual Port 1, 2-Button Gamepad: RIGHT →
  909. md.input.port1.gamepad2.right
  910.  
  911. ;md, Virtual Port 1, 2-Button Gamepad: Start
  912. md.input.port1.gamepad2.start
  913.  
  914. ;md, Virtual Port 1, 2-Button Gamepad: UP ↑
  915. md.input.port1.gamepad2.up
  916.  
  917. ;md, Virtual Port 1, 6-Button Gamepad: A
  918. md.input.port1.gamepad6.a keyboard 257
  919.  
  920. ;md, Virtual Port 1, 6-Button Gamepad: B
  921. md.input.port1.gamepad6.b keyboard 258
  922.  
  923. ;md, Virtual Port 1, 6-Button Gamepad: C
  924. md.input.port1.gamepad6.c keyboard 259
  925.  
  926. ;md, Virtual Port 1, 6-Button Gamepad: DOWN ↓
  927. md.input.port1.gamepad6.down keyboard 115
  928.  
  929. ;md, Virtual Port 1, 6-Button Gamepad: LEFT ←
  930. md.input.port1.gamepad6.left keyboard 97
  931.  
  932. ;md, Virtual Port 1, 6-Button Gamepad: Mode
  933. md.input.port1.gamepad6.mode keyboard 109
  934.  
  935. ;md, Virtual Port 1, 6-Button Gamepad: Rapid A
  936. md.input.port1.gamepad6.rapid_a
  937.  
  938. ;md, Virtual Port 1, 6-Button Gamepad: Rapid B
  939. md.input.port1.gamepad6.rapid_b
  940.  
  941. ;md, Virtual Port 1, 6-Button Gamepad: Rapid C
  942. md.input.port1.gamepad6.rapid_c
  943.  
  944. ;md, Virtual Port 1, 6-Button Gamepad: Rapid X
  945. md.input.port1.gamepad6.rapid_x
  946.  
  947. ;md, Virtual Port 1, 6-Button Gamepad: Rapid Y
  948. md.input.port1.gamepad6.rapid_y
  949.  
  950. ;md, Virtual Port 1, 6-Button Gamepad: Rapid Z
  951. md.input.port1.gamepad6.rapid_z
  952.  
  953. ;md, Virtual Port 1, 6-Button Gamepad: RIGHT →
  954. md.input.port1.gamepad6.right keyboard 100
  955.  
  956. ;md, Virtual Port 1, 6-Button Gamepad: Start
  957. md.input.port1.gamepad6.start keyboard 13
  958.  
  959. ;md, Virtual Port 1, 6-Button Gamepad: UP ↑
  960. md.input.port1.gamepad6.up keyboard 119
  961.  
  962. ;md, Virtual Port 1, 6-Button Gamepad: X
  963. md.input.port1.gamepad6.x keyboard 260
  964.  
  965. ;md, Virtual Port 1, 6-Button Gamepad: Y
  966. md.input.port1.gamepad6.y keyboard 261
  967.  
  968. ;md, Virtual Port 1, 6-Button Gamepad: Z
  969. md.input.port1.gamepad6.z keyboard 262
  970.  
  971. ;md, Virtual Port 1, Sega Mega Mouse: Left Button
  972. md.input.port1.megamouse.left mouse 0000000000000000 00000000
  973.  
  974. ;md, Virtual Port 1, Sega Mega Mouse: Middle Button
  975. md.input.port1.megamouse.middle mouse 0000000000000000 00000001
  976.  
  977. ;md, Virtual Port 1, Sega Mega Mouse: Right Button
  978. md.input.port1.megamouse.right mouse 0000000000000000 00000002
  979.  
  980. ;md, Virtual Port 1, Sega Mega Mouse: Start Button
  981. md.input.port1.megamouse.start keyboard 13
  982.  
  983. ;Input device for Virtual Port 2
  984. md.input.port2 gamepad
  985.  
  986. ;md, Virtual Port 2, 3-Button Gamepad: A
  987. md.input.port2.gamepad.a
  988.  
  989. ;md, Virtual Port 2, 3-Button Gamepad: B
  990. md.input.port2.gamepad.b
  991.  
  992. ;md, Virtual Port 2, 3-Button Gamepad: C
  993. md.input.port2.gamepad.c
  994.  
  995. ;md, Virtual Port 2, 3-Button Gamepad: DOWN ↓
  996. md.input.port2.gamepad.down
  997.  
  998. ;md, Virtual Port 2, 3-Button Gamepad: LEFT ←
  999. md.input.port2.gamepad.left
  1000.  
  1001. ;md, Virtual Port 2, 3-Button Gamepad: Rapid A
  1002. md.input.port2.gamepad.rapid_a
  1003.  
  1004. ;md, Virtual Port 2, 3-Button Gamepad: Rapid B
  1005. md.input.port2.gamepad.rapid_b
  1006.  
  1007. ;md, Virtual Port 2, 3-Button Gamepad: Rapid C
  1008. md.input.port2.gamepad.rapid_c
  1009.  
  1010. ;md, Virtual Port 2, 3-Button Gamepad: RIGHT →
  1011. md.input.port2.gamepad.right
  1012.  
  1013. ;md, Virtual Port 2, 3-Button Gamepad: Start
  1014. md.input.port2.gamepad.start
  1015.  
  1016. ;md, Virtual Port 2, 3-Button Gamepad: UP ↑
  1017. md.input.port2.gamepad.up
  1018.  
  1019. ;md, Virtual Port 2, 2-Button Gamepad: A
  1020. md.input.port2.gamepad2.a
  1021.  
  1022. ;md, Virtual Port 2, 2-Button Gamepad: B
  1023. md.input.port2.gamepad2.b
  1024.  
  1025. ;md, Virtual Port 2, 2-Button Gamepad: DOWN ↓
  1026. md.input.port2.gamepad2.down
  1027.  
  1028. ;md, Virtual Port 2, 2-Button Gamepad: LEFT ←
  1029. md.input.port2.gamepad2.left
  1030.  
  1031. ;md, Virtual Port 2, 2-Button Gamepad: Rapid A
  1032. md.input.port2.gamepad2.rapid_a
  1033.  
  1034. ;md, Virtual Port 2, 2-Button Gamepad: Rapid B
  1035. md.input.port2.gamepad2.rapid_b
  1036.  
  1037. ;md, Virtual Port 2, 2-Button Gamepad: RIGHT →
  1038. md.input.port2.gamepad2.right
  1039.  
  1040. ;md, Virtual Port 2, 2-Button Gamepad: Start
  1041. md.input.port2.gamepad2.start
  1042.  
  1043. ;md, Virtual Port 2, 2-Button Gamepad: UP ↑
  1044. md.input.port2.gamepad2.up
  1045.  
  1046. ;md, Virtual Port 2, 6-Button Gamepad: A
  1047. md.input.port2.gamepad6.a
  1048.  
  1049. ;md, Virtual Port 2, 6-Button Gamepad: B
  1050. md.input.port2.gamepad6.b
  1051.  
  1052. ;md, Virtual Port 2, 6-Button Gamepad: C
  1053. md.input.port2.gamepad6.c
  1054.  
  1055. ;md, Virtual Port 2, 6-Button Gamepad: DOWN ↓
  1056. md.input.port2.gamepad6.down
  1057.  
  1058. ;md, Virtual Port 2, 6-Button Gamepad: LEFT ←
  1059. md.input.port2.gamepad6.left
  1060.  
  1061. ;md, Virtual Port 2, 6-Button Gamepad: Mode
  1062. md.input.port2.gamepad6.mode
  1063.  
  1064. ;md, Virtual Port 2, 6-Button Gamepad: Rapid A
  1065. md.input.port2.gamepad6.rapid_a
  1066.  
  1067. ;md, Virtual Port 2, 6-Button Gamepad: Rapid B
  1068. md.input.port2.gamepad6.rapid_b
  1069.  
  1070. ;md, Virtual Port 2, 6-Button Gamepad: Rapid C
  1071. md.input.port2.gamepad6.rapid_c
  1072.  
  1073. ;md, Virtual Port 2, 6-Button Gamepad: Rapid X
  1074. md.input.port2.gamepad6.rapid_x
  1075.  
  1076. ;md, Virtual Port 2, 6-Button Gamepad: Rapid Y
  1077. md.input.port2.gamepad6.rapid_y
  1078.  
  1079. ;md, Virtual Port 2, 6-Button Gamepad: Rapid Z
  1080. md.input.port2.gamepad6.rapid_z
  1081.  
  1082. ;md, Virtual Port 2, 6-Button Gamepad: RIGHT →
  1083. md.input.port2.gamepad6.right
  1084.  
  1085. ;md, Virtual Port 2, 6-Button Gamepad: Start
  1086. md.input.port2.gamepad6.start
  1087.  
  1088. ;md, Virtual Port 2, 6-Button Gamepad: UP ↑
  1089. md.input.port2.gamepad6.up
  1090.  
  1091. ;md, Virtual Port 2, 6-Button Gamepad: X
  1092. md.input.port2.gamepad6.x
  1093.  
  1094. ;md, Virtual Port 2, 6-Button Gamepad: Y
  1095. md.input.port2.gamepad6.y
  1096.  
  1097. ;md, Virtual Port 2, 6-Button Gamepad: Z
  1098. md.input.port2.gamepad6.z
  1099.  
  1100. ;md, Virtual Port 2, Sega Mega Mouse: Left Button
  1101. md.input.port2.megamouse.left mouse 0000000000000000 00000000
  1102.  
  1103. ;md, Virtual Port 2, Sega Mega Mouse: Middle Button
  1104. md.input.port2.megamouse.middle mouse 0000000000000000 00000001
  1105.  
  1106. ;md, Virtual Port 2, Sega Mega Mouse: Right Button
  1107. md.input.port2.megamouse.right mouse 0000000000000000 00000002
  1108.  
  1109. ;md, Virtual Port 2, Sega Mega Mouse: Start Button
  1110. md.input.port2.megamouse.start keyboard 13
  1111.  
  1112. ;Input device for Virtual Port 3
  1113. md.input.port3 gamepad
  1114.  
  1115. ;md, Virtual Port 3, 3-Button Gamepad: A
  1116. md.input.port3.gamepad.a
  1117.  
  1118. ;md, Virtual Port 3, 3-Button Gamepad: B
  1119. md.input.port3.gamepad.b
  1120.  
  1121. ;md, Virtual Port 3, 3-Button Gamepad: C
  1122. md.input.port3.gamepad.c
  1123.  
  1124. ;md, Virtual Port 3, 3-Button Gamepad: DOWN ↓
  1125. md.input.port3.gamepad.down
  1126.  
  1127. ;md, Virtual Port 3, 3-Button Gamepad: LEFT ←
  1128. md.input.port3.gamepad.left
  1129.  
  1130. ;md, Virtual Port 3, 3-Button Gamepad: Rapid A
  1131. md.input.port3.gamepad.rapid_a
  1132.  
  1133. ;md, Virtual Port 3, 3-Button Gamepad: Rapid B
  1134. md.input.port3.gamepad.rapid_b
  1135.  
  1136. ;md, Virtual Port 3, 3-Button Gamepad: Rapid C
  1137. md.input.port3.gamepad.rapid_c
  1138.  
  1139. ;md, Virtual Port 3, 3-Button Gamepad: RIGHT →
  1140. md.input.port3.gamepad.right
  1141.  
  1142. ;md, Virtual Port 3, 3-Button Gamepad: Start
  1143. md.input.port3.gamepad.start
  1144.  
  1145. ;md, Virtual Port 3, 3-Button Gamepad: UP ↑
  1146. md.input.port3.gamepad.up
  1147.  
  1148. ;md, Virtual Port 3, 2-Button Gamepad: A
  1149. md.input.port3.gamepad2.a
  1150.  
  1151. ;md, Virtual Port 3, 2-Button Gamepad: B
  1152. md.input.port3.gamepad2.b
  1153.  
  1154. ;md, Virtual Port 3, 2-Button Gamepad: DOWN ↓
  1155. md.input.port3.gamepad2.down
  1156.  
  1157. ;md, Virtual Port 3, 2-Button Gamepad: LEFT ←
  1158. md.input.port3.gamepad2.left
  1159.  
  1160. ;md, Virtual Port 3, 2-Button Gamepad: Rapid A
  1161. md.input.port3.gamepad2.rapid_a
  1162.  
  1163. ;md, Virtual Port 3, 2-Button Gamepad: Rapid B
  1164. md.input.port3.gamepad2.rapid_b
  1165.  
  1166. ;md, Virtual Port 3, 2-Button Gamepad: RIGHT →
  1167. md.input.port3.gamepad2.right
  1168.  
  1169. ;md, Virtual Port 3, 2-Button Gamepad: Start
  1170. md.input.port3.gamepad2.start
  1171.  
  1172. ;md, Virtual Port 3, 2-Button Gamepad: UP ↑
  1173. md.input.port3.gamepad2.up
  1174.  
  1175. ;md, Virtual Port 3, 6-Button Gamepad: A
  1176. md.input.port3.gamepad6.a
  1177.  
  1178. ;md, Virtual Port 3, 6-Button Gamepad: B
  1179. md.input.port3.gamepad6.b
  1180.  
  1181. ;md, Virtual Port 3, 6-Button Gamepad: C
  1182. md.input.port3.gamepad6.c
  1183.  
  1184. ;md, Virtual Port 3, 6-Button Gamepad: DOWN ↓
  1185. md.input.port3.gamepad6.down
  1186.  
  1187. ;md, Virtual Port 3, 6-Button Gamepad: LEFT ←
  1188. md.input.port3.gamepad6.left
  1189.  
  1190. ;md, Virtual Port 3, 6-Button Gamepad: Mode
  1191. md.input.port3.gamepad6.mode
  1192.  
  1193. ;md, Virtual Port 3, 6-Button Gamepad: Rapid A
  1194. md.input.port3.gamepad6.rapid_a
  1195.  
  1196. ;md, Virtual Port 3, 6-Button Gamepad: Rapid B
  1197. md.input.port3.gamepad6.rapid_b
  1198.  
  1199. ;md, Virtual Port 3, 6-Button Gamepad: Rapid C
  1200. md.input.port3.gamepad6.rapid_c
  1201.  
  1202. ;md, Virtual Port 3, 6-Button Gamepad: Rapid X
  1203. md.input.port3.gamepad6.rapid_x
  1204.  
  1205. ;md, Virtual Port 3, 6-Button Gamepad: Rapid Y
  1206. md.input.port3.gamepad6.rapid_y
  1207.  
  1208. ;md, Virtual Port 3, 6-Button Gamepad: Rapid Z
  1209. md.input.port3.gamepad6.rapid_z
  1210.  
  1211. ;md, Virtual Port 3, 6-Button Gamepad: RIGHT →
  1212. md.input.port3.gamepad6.right
  1213.  
  1214. ;md, Virtual Port 3, 6-Button Gamepad: Start
  1215. md.input.port3.gamepad6.start
  1216.  
  1217. ;md, Virtual Port 3, 6-Button Gamepad: UP ↑
  1218. md.input.port3.gamepad6.up
  1219.  
  1220. ;md, Virtual Port 3, 6-Button Gamepad: X
  1221. md.input.port3.gamepad6.x
  1222.  
  1223. ;md, Virtual Port 3, 6-Button Gamepad: Y
  1224. md.input.port3.gamepad6.y
  1225.  
  1226. ;md, Virtual Port 3, 6-Button Gamepad: Z
  1227. md.input.port3.gamepad6.z
  1228.  
  1229. ;md, Virtual Port 3, Sega Mega Mouse: Left Button
  1230. md.input.port3.megamouse.left mouse 0000000000000000 00000000
  1231.  
  1232. ;md, Virtual Port 3, Sega Mega Mouse: Middle Button
  1233. md.input.port3.megamouse.middle mouse 0000000000000000 00000001
  1234.  
  1235. ;md, Virtual Port 3, Sega Mega Mouse: Right Button
  1236. md.input.port3.megamouse.right mouse 0000000000000000 00000002
  1237.  
  1238. ;md, Virtual Port 3, Sega Mega Mouse: Start Button
  1239. md.input.port3.megamouse.start keyboard 13
  1240.  
  1241. ;Input device for Virtual Port 4
  1242. md.input.port4 gamepad
  1243.  
  1244. ;md, Virtual Port 4, 3-Button Gamepad: A
  1245. md.input.port4.gamepad.a
  1246.  
  1247. ;md, Virtual Port 4, 3-Button Gamepad: B
  1248. md.input.port4.gamepad.b
  1249.  
  1250. ;md, Virtual Port 4, 3-Button Gamepad: C
  1251. md.input.port4.gamepad.c
  1252.  
  1253. ;md, Virtual Port 4, 3-Button Gamepad: DOWN ↓
  1254. md.input.port4.gamepad.down
  1255.  
  1256. ;md, Virtual Port 4, 3-Button Gamepad: LEFT ←
  1257. md.input.port4.gamepad.left
  1258.  
  1259. ;md, Virtual Port 4, 3-Button Gamepad: Rapid A
  1260. md.input.port4.gamepad.rapid_a
  1261.  
  1262. ;md, Virtual Port 4, 3-Button Gamepad: Rapid B
  1263. md.input.port4.gamepad.rapid_b
  1264.  
  1265. ;md, Virtual Port 4, 3-Button Gamepad: Rapid C
  1266. md.input.port4.gamepad.rapid_c
  1267.  
  1268. ;md, Virtual Port 4, 3-Button Gamepad: RIGHT →
  1269. md.input.port4.gamepad.right
  1270.  
  1271. ;md, Virtual Port 4, 3-Button Gamepad: Start
  1272. md.input.port4.gamepad.start
  1273.  
  1274. ;md, Virtual Port 4, 3-Button Gamepad: UP ↑
  1275. md.input.port4.gamepad.up
  1276.  
  1277. ;md, Virtual Port 4, 2-Button Gamepad: A
  1278. md.input.port4.gamepad2.a
  1279.  
  1280. ;md, Virtual Port 4, 2-Button Gamepad: B
  1281. md.input.port4.gamepad2.b
  1282.  
  1283. ;md, Virtual Port 4, 2-Button Gamepad: DOWN ↓
  1284. md.input.port4.gamepad2.down
  1285.  
  1286. ;md, Virtual Port 4, 2-Button Gamepad: LEFT ←
  1287. md.input.port4.gamepad2.left
  1288.  
  1289. ;md, Virtual Port 4, 2-Button Gamepad: Rapid A
  1290. md.input.port4.gamepad2.rapid_a
  1291.  
  1292. ;md, Virtual Port 4, 2-Button Gamepad: Rapid B
  1293. md.input.port4.gamepad2.rapid_b
  1294.  
  1295. ;md, Virtual Port 4, 2-Button Gamepad: RIGHT →
  1296. md.input.port4.gamepad2.right
  1297.  
  1298. ;md, Virtual Port 4, 2-Button Gamepad: Start
  1299. md.input.port4.gamepad2.start
  1300.  
  1301. ;md, Virtual Port 4, 2-Button Gamepad: UP ↑
  1302. md.input.port4.gamepad2.up
  1303.  
  1304. ;md, Virtual Port 4, 6-Button Gamepad: A
  1305. md.input.port4.gamepad6.a
  1306.  
  1307. ;md, Virtual Port 4, 6-Button Gamepad: B
  1308. md.input.port4.gamepad6.b
  1309.  
  1310. ;md, Virtual Port 4, 6-Button Gamepad: C
  1311. md.input.port4.gamepad6.c
  1312.  
  1313. ;md, Virtual Port 4, 6-Button Gamepad: DOWN ↓
  1314. md.input.port4.gamepad6.down
  1315.  
  1316. ;md, Virtual Port 4, 6-Button Gamepad: LEFT ←
  1317. md.input.port4.gamepad6.left
  1318.  
  1319. ;md, Virtual Port 4, 6-Button Gamepad: Mode
  1320. md.input.port4.gamepad6.mode
  1321.  
  1322. ;md, Virtual Port 4, 6-Button Gamepad: Rapid A
  1323. md.input.port4.gamepad6.rapid_a
  1324.  
  1325. ;md, Virtual Port 4, 6-Button Gamepad: Rapid B
  1326. md.input.port4.gamepad6.rapid_b
  1327.  
  1328. ;md, Virtual Port 4, 6-Button Gamepad: Rapid C
  1329. md.input.port4.gamepad6.rapid_c
  1330.  
  1331. ;md, Virtual Port 4, 6-Button Gamepad: Rapid X
  1332. md.input.port4.gamepad6.rapid_x
  1333.  
  1334. ;md, Virtual Port 4, 6-Button Gamepad: Rapid Y
  1335. md.input.port4.gamepad6.rapid_y
  1336.  
  1337. ;md, Virtual Port 4, 6-Button Gamepad: Rapid Z
  1338. md.input.port4.gamepad6.rapid_z
  1339.  
  1340. ;md, Virtual Port 4, 6-Button Gamepad: RIGHT →
  1341. md.input.port4.gamepad6.right
  1342.  
  1343. ;md, Virtual Port 4, 6-Button Gamepad: Start
  1344. md.input.port4.gamepad6.start
  1345.  
  1346. ;md, Virtual Port 4, 6-Button Gamepad: UP ↑
  1347. md.input.port4.gamepad6.up
  1348.  
  1349. ;md, Virtual Port 4, 6-Button Gamepad: X
  1350. md.input.port4.gamepad6.x
  1351.  
  1352. ;md, Virtual Port 4, 6-Button Gamepad: Y
  1353. md.input.port4.gamepad6.y
  1354.  
  1355. ;md, Virtual Port 4, 6-Button Gamepad: Z
  1356. md.input.port4.gamepad6.z
  1357.  
  1358. ;md, Virtual Port 4, Sega Mega Mouse: Left Button
  1359. md.input.port4.megamouse.left mouse 0000000000000000 00000000
  1360.  
  1361. ;md, Virtual Port 4, Sega Mega Mouse: Middle Button
  1362. md.input.port4.megamouse.middle mouse 0000000000000000 00000001
  1363.  
  1364. ;md, Virtual Port 4, Sega Mega Mouse: Right Button
  1365. md.input.port4.megamouse.right mouse 0000000000000000 00000002
  1366.  
  1367. ;md, Virtual Port 4, Sega Mega Mouse: Start Button
  1368. md.input.port4.megamouse.start keyboard 13
  1369.  
  1370. ;Input device for Virtual Port 5
  1371. md.input.port5 gamepad
  1372.  
  1373. ;md, Virtual Port 5, 3-Button Gamepad: A
  1374. md.input.port5.gamepad.a
  1375.  
  1376. ;md, Virtual Port 5, 3-Button Gamepad: B
  1377. md.input.port5.gamepad.b
  1378.  
  1379. ;md, Virtual Port 5, 3-Button Gamepad: C
  1380. md.input.port5.gamepad.c
  1381.  
  1382. ;md, Virtual Port 5, 3-Button Gamepad: DOWN ↓
  1383. md.input.port5.gamepad.down
  1384.  
  1385. ;md, Virtual Port 5, 3-Button Gamepad: LEFT ←
  1386. md.input.port5.gamepad.left
  1387.  
  1388. ;md, Virtual Port 5, 3-Button Gamepad: Rapid A
  1389. md.input.port5.gamepad.rapid_a
  1390.  
  1391. ;md, Virtual Port 5, 3-Button Gamepad: Rapid B
  1392. md.input.port5.gamepad.rapid_b
  1393.  
  1394. ;md, Virtual Port 5, 3-Button Gamepad: Rapid C
  1395. md.input.port5.gamepad.rapid_c
  1396.  
  1397. ;md, Virtual Port 5, 3-Button Gamepad: RIGHT →
  1398. md.input.port5.gamepad.right
  1399.  
  1400. ;md, Virtual Port 5, 3-Button Gamepad: Start
  1401. md.input.port5.gamepad.start
  1402.  
  1403. ;md, Virtual Port 5, 3-Button Gamepad: UP ↑
  1404. md.input.port5.gamepad.up
  1405.  
  1406. ;md, Virtual Port 5, 2-Button Gamepad: A
  1407. md.input.port5.gamepad2.a
  1408.  
  1409. ;md, Virtual Port 5, 2-Button Gamepad: B
  1410. md.input.port5.gamepad2.b
  1411.  
  1412. ;md, Virtual Port 5, 2-Button Gamepad: DOWN ↓
  1413. md.input.port5.gamepad2.down
  1414.  
  1415. ;md, Virtual Port 5, 2-Button Gamepad: LEFT ←
  1416. md.input.port5.gamepad2.left
  1417.  
  1418. ;md, Virtual Port 5, 2-Button Gamepad: Rapid A
  1419. md.input.port5.gamepad2.rapid_a
  1420.  
  1421. ;md, Virtual Port 5, 2-Button Gamepad: Rapid B
  1422. md.input.port5.gamepad2.rapid_b
  1423.  
  1424. ;md, Virtual Port 5, 2-Button Gamepad: RIGHT →
  1425. md.input.port5.gamepad2.right
  1426.  
  1427. ;md, Virtual Port 5, 2-Button Gamepad: Start
  1428. md.input.port5.gamepad2.start
  1429.  
  1430. ;md, Virtual Port 5, 2-Button Gamepad: UP ↑
  1431. md.input.port5.gamepad2.up
  1432.  
  1433. ;md, Virtual Port 5, 6-Button Gamepad: A
  1434. md.input.port5.gamepad6.a
  1435.  
  1436. ;md, Virtual Port 5, 6-Button Gamepad: B
  1437. md.input.port5.gamepad6.b
  1438.  
  1439. ;md, Virtual Port 5, 6-Button Gamepad: C
  1440. md.input.port5.gamepad6.c
  1441.  
  1442. ;md, Virtual Port 5, 6-Button Gamepad: DOWN ↓
  1443. md.input.port5.gamepad6.down
  1444.  
  1445. ;md, Virtual Port 5, 6-Button Gamepad: LEFT ←
  1446. md.input.port5.gamepad6.left
  1447.  
  1448. ;md, Virtual Port 5, 6-Button Gamepad: Mode
  1449. md.input.port5.gamepad6.mode
  1450.  
  1451. ;md, Virtual Port 5, 6-Button Gamepad: Rapid A
  1452. md.input.port5.gamepad6.rapid_a
  1453.  
  1454. ;md, Virtual Port 5, 6-Button Gamepad: Rapid B
  1455. md.input.port5.gamepad6.rapid_b
  1456.  
  1457. ;md, Virtual Port 5, 6-Button Gamepad: Rapid C
  1458. md.input.port5.gamepad6.rapid_c
  1459.  
  1460. ;md, Virtual Port 5, 6-Button Gamepad: Rapid X
  1461. md.input.port5.gamepad6.rapid_x
  1462.  
  1463. ;md, Virtual Port 5, 6-Button Gamepad: Rapid Y
  1464. md.input.port5.gamepad6.rapid_y
  1465.  
  1466. ;md, Virtual Port 5, 6-Button Gamepad: Rapid Z
  1467. md.input.port5.gamepad6.rapid_z
  1468.  
  1469. ;md, Virtual Port 5, 6-Button Gamepad: RIGHT →
  1470. md.input.port5.gamepad6.right
  1471.  
  1472. ;md, Virtual Port 5, 6-Button Gamepad: Start
  1473. md.input.port5.gamepad6.start
  1474.  
  1475. ;md, Virtual Port 5, 6-Button Gamepad: UP ↑
  1476. md.input.port5.gamepad6.up
  1477.  
  1478. ;md, Virtual Port 5, 6-Button Gamepad: X
  1479. md.input.port5.gamepad6.x
  1480.  
  1481. ;md, Virtual Port 5, 6-Button Gamepad: Y
  1482. md.input.port5.gamepad6.y
  1483.  
  1484. ;md, Virtual Port 5, 6-Button Gamepad: Z
  1485. md.input.port5.gamepad6.z
  1486.  
  1487. ;md, Virtual Port 5, Sega Mega Mouse: Left Button
  1488. md.input.port5.megamouse.left mouse 0000000000000000 00000000
  1489.  
  1490. ;md, Virtual Port 5, Sega Mega Mouse: Middle Button
  1491. md.input.port5.megamouse.middle mouse 0000000000000000 00000001
  1492.  
  1493. ;md, Virtual Port 5, Sega Mega Mouse: Right Button
  1494. md.input.port5.megamouse.right mouse 0000000000000000 00000002
  1495.  
  1496. ;md, Virtual Port 5, Sega Mega Mouse: Start Button
  1497. md.input.port5.megamouse.start keyboard 13
  1498.  
  1499. ;Input device for Virtual Port 6
  1500. md.input.port6 gamepad
  1501.  
  1502. ;md, Virtual Port 6, 3-Button Gamepad: A
  1503. md.input.port6.gamepad.a
  1504.  
  1505. ;md, Virtual Port 6, 3-Button Gamepad: B
  1506. md.input.port6.gamepad.b
  1507.  
  1508. ;md, Virtual Port 6, 3-Button Gamepad: C
  1509. md.input.port6.gamepad.c
  1510.  
  1511. ;md, Virtual Port 6, 3-Button Gamepad: DOWN ↓
  1512. md.input.port6.gamepad.down
  1513.  
  1514. ;md, Virtual Port 6, 3-Button Gamepad: LEFT ←
  1515. md.input.port6.gamepad.left
  1516.  
  1517. ;md, Virtual Port 6, 3-Button Gamepad: Rapid A
  1518. md.input.port6.gamepad.rapid_a
  1519.  
  1520. ;md, Virtual Port 6, 3-Button Gamepad: Rapid B
  1521. md.input.port6.gamepad.rapid_b
  1522.  
  1523. ;md, Virtual Port 6, 3-Button Gamepad: Rapid C
  1524. md.input.port6.gamepad.rapid_c
  1525.  
  1526. ;md, Virtual Port 6, 3-Button Gamepad: RIGHT →
  1527. md.input.port6.gamepad.right
  1528.  
  1529. ;md, Virtual Port 6, 3-Button Gamepad: Start
  1530. md.input.port6.gamepad.start
  1531.  
  1532. ;md, Virtual Port 6, 3-Button Gamepad: UP ↑
  1533. md.input.port6.gamepad.up
  1534.  
  1535. ;md, Virtual Port 6, 2-Button Gamepad: A
  1536. md.input.port6.gamepad2.a
  1537.  
  1538. ;md, Virtual Port 6, 2-Button Gamepad: B
  1539. md.input.port6.gamepad2.b
  1540.  
  1541. ;md, Virtual Port 6, 2-Button Gamepad: DOWN ↓
  1542. md.input.port6.gamepad2.down
  1543.  
  1544. ;md, Virtual Port 6, 2-Button Gamepad: LEFT ←
  1545. md.input.port6.gamepad2.left
  1546.  
  1547. ;md, Virtual Port 6, 2-Button Gamepad: Rapid A
  1548. md.input.port6.gamepad2.rapid_a
  1549.  
  1550. ;md, Virtual Port 6, 2-Button Gamepad: Rapid B
  1551. md.input.port6.gamepad2.rapid_b
  1552.  
  1553. ;md, Virtual Port 6, 2-Button Gamepad: RIGHT →
  1554. md.input.port6.gamepad2.right
  1555.  
  1556. ;md, Virtual Port 6, 2-Button Gamepad: Start
  1557. md.input.port6.gamepad2.start
  1558.  
  1559. ;md, Virtual Port 6, 2-Button Gamepad: UP ↑
  1560. md.input.port6.gamepad2.up
  1561.  
  1562. ;md, Virtual Port 6, 6-Button Gamepad: A
  1563. md.input.port6.gamepad6.a
  1564.  
  1565. ;md, Virtual Port 6, 6-Button Gamepad: B
  1566. md.input.port6.gamepad6.b
  1567.  
  1568. ;md, Virtual Port 6, 6-Button Gamepad: C
  1569. md.input.port6.gamepad6.c
  1570.  
  1571. ;md, Virtual Port 6, 6-Button Gamepad: DOWN ↓
  1572. md.input.port6.gamepad6.down
  1573.  
  1574. ;md, Virtual Port 6, 6-Button Gamepad: LEFT ←
  1575. md.input.port6.gamepad6.left
  1576.  
  1577. ;md, Virtual Port 6, 6-Button Gamepad: Mode
  1578. md.input.port6.gamepad6.mode
  1579.  
  1580. ;md, Virtual Port 6, 6-Button Gamepad: Rapid A
  1581. md.input.port6.gamepad6.rapid_a
  1582.  
  1583. ;md, Virtual Port 6, 6-Button Gamepad: Rapid B
  1584. md.input.port6.gamepad6.rapid_b
  1585.  
  1586. ;md, Virtual Port 6, 6-Button Gamepad: Rapid C
  1587. md.input.port6.gamepad6.rapid_c
  1588.  
  1589. ;md, Virtual Port 6, 6-Button Gamepad: Rapid X
  1590. md.input.port6.gamepad6.rapid_x
  1591.  
  1592. ;md, Virtual Port 6, 6-Button Gamepad: Rapid Y
  1593. md.input.port6.gamepad6.rapid_y
  1594.  
  1595. ;md, Virtual Port 6, 6-Button Gamepad: Rapid Z
  1596. md.input.port6.gamepad6.rapid_z
  1597.  
  1598. ;md, Virtual Port 6, 6-Button Gamepad: RIGHT →
  1599. md.input.port6.gamepad6.right
  1600.  
  1601. ;md, Virtual Port 6, 6-Button Gamepad: Start
  1602. md.input.port6.gamepad6.start
  1603.  
  1604. ;md, Virtual Port 6, 6-Button Gamepad: UP ↑
  1605. md.input.port6.gamepad6.up
  1606.  
  1607. ;md, Virtual Port 6, 6-Button Gamepad: X
  1608. md.input.port6.gamepad6.x
  1609.  
  1610. ;md, Virtual Port 6, 6-Button Gamepad: Y
  1611. md.input.port6.gamepad6.y
  1612.  
  1613. ;md, Virtual Port 6, 6-Button Gamepad: Z
  1614. md.input.port6.gamepad6.z
  1615.  
  1616. ;md, Virtual Port 6, Sega Mega Mouse: Left Button
  1617. md.input.port6.megamouse.left mouse 0000000000000000 00000000
  1618.  
  1619. ;md, Virtual Port 6, Sega Mega Mouse: Middle Button
  1620. md.input.port6.megamouse.middle mouse 0000000000000000 00000001
  1621.  
  1622. ;md, Virtual Port 6, Sega Mega Mouse: Right Button
  1623. md.input.port6.megamouse.right mouse 0000000000000000 00000002
  1624.  
  1625. ;md, Virtual Port 6, Sega Mega Mouse: Start Button
  1626. md.input.port6.megamouse.start keyboard 13
  1627.  
  1628. ;Input device for Virtual Port 7
  1629. md.input.port7 gamepad
  1630.  
  1631. ;md, Virtual Port 7, 3-Button Gamepad: A
  1632. md.input.port7.gamepad.a
  1633.  
  1634. ;md, Virtual Port 7, 3-Button Gamepad: B
  1635. md.input.port7.gamepad.b
  1636.  
  1637. ;md, Virtual Port 7, 3-Button Gamepad: C
  1638. md.input.port7.gamepad.c
  1639.  
  1640. ;md, Virtual Port 7, 3-Button Gamepad: DOWN ↓
  1641. md.input.port7.gamepad.down
  1642.  
  1643. ;md, Virtual Port 7, 3-Button Gamepad: LEFT ←
  1644. md.input.port7.gamepad.left
  1645.  
  1646. ;md, Virtual Port 7, 3-Button Gamepad: Rapid A
  1647. md.input.port7.gamepad.rapid_a
  1648.  
  1649. ;md, Virtual Port 7, 3-Button Gamepad: Rapid B
  1650. md.input.port7.gamepad.rapid_b
  1651.  
  1652. ;md, Virtual Port 7, 3-Button Gamepad: Rapid C
  1653. md.input.port7.gamepad.rapid_c
  1654.  
  1655. ;md, Virtual Port 7, 3-Button Gamepad: RIGHT →
  1656. md.input.port7.gamepad.right
  1657.  
  1658. ;md, Virtual Port 7, 3-Button Gamepad: Start
  1659. md.input.port7.gamepad.start
  1660.  
  1661. ;md, Virtual Port 7, 3-Button Gamepad: UP ↑
  1662. md.input.port7.gamepad.up
  1663.  
  1664. ;md, Virtual Port 7, 2-Button Gamepad: A
  1665. md.input.port7.gamepad2.a
  1666.  
  1667. ;md, Virtual Port 7, 2-Button Gamepad: B
  1668. md.input.port7.gamepad2.b
  1669.  
  1670. ;md, Virtual Port 7, 2-Button Gamepad: DOWN ↓
  1671. md.input.port7.gamepad2.down
  1672.  
  1673. ;md, Virtual Port 7, 2-Button Gamepad: LEFT ←
  1674. md.input.port7.gamepad2.left
  1675.  
  1676. ;md, Virtual Port 7, 2-Button Gamepad: Rapid A
  1677. md.input.port7.gamepad2.rapid_a
  1678.  
  1679. ;md, Virtual Port 7, 2-Button Gamepad: Rapid B
  1680. md.input.port7.gamepad2.rapid_b
  1681.  
  1682. ;md, Virtual Port 7, 2-Button Gamepad: RIGHT →
  1683. md.input.port7.gamepad2.right
  1684.  
  1685. ;md, Virtual Port 7, 2-Button Gamepad: Start
  1686. md.input.port7.gamepad2.start
  1687.  
  1688. ;md, Virtual Port 7, 2-Button Gamepad: UP ↑
  1689. md.input.port7.gamepad2.up
  1690.  
  1691. ;md, Virtual Port 7, 6-Button Gamepad: A
  1692. md.input.port7.gamepad6.a
  1693.  
  1694. ;md, Virtual Port 7, 6-Button Gamepad: B
  1695. md.input.port7.gamepad6.b
  1696.  
  1697. ;md, Virtual Port 7, 6-Button Gamepad: C
  1698. md.input.port7.gamepad6.c
  1699.  
  1700. ;md, Virtual Port 7, 6-Button Gamepad: DOWN ↓
  1701. md.input.port7.gamepad6.down
  1702.  
  1703. ;md, Virtual Port 7, 6-Button Gamepad: LEFT ←
  1704. md.input.port7.gamepad6.left
  1705.  
  1706. ;md, Virtual Port 7, 6-Button Gamepad: Mode
  1707. md.input.port7.gamepad6.mode
  1708.  
  1709. ;md, Virtual Port 7, 6-Button Gamepad: Rapid A
  1710. md.input.port7.gamepad6.rapid_a
  1711.  
  1712. ;md, Virtual Port 7, 6-Button Gamepad: Rapid B
  1713. md.input.port7.gamepad6.rapid_b
  1714.  
  1715. ;md, Virtual Port 7, 6-Button Gamepad: Rapid C
  1716. md.input.port7.gamepad6.rapid_c
  1717.  
  1718. ;md, Virtual Port 7, 6-Button Gamepad: Rapid X
  1719. md.input.port7.gamepad6.rapid_x
  1720.  
  1721. ;md, Virtual Port 7, 6-Button Gamepad: Rapid Y
  1722. md.input.port7.gamepad6.rapid_y
  1723.  
  1724. ;md, Virtual Port 7, 6-Button Gamepad: Rapid Z
  1725. md.input.port7.gamepad6.rapid_z
  1726.  
  1727. ;md, Virtual Port 7, 6-Button Gamepad: RIGHT →
  1728. md.input.port7.gamepad6.right
  1729.  
  1730. ;md, Virtual Port 7, 6-Button Gamepad: Start
  1731. md.input.port7.gamepad6.start
  1732.  
  1733. ;md, Virtual Port 7, 6-Button Gamepad: UP ↑
  1734. md.input.port7.gamepad6.up
  1735.  
  1736. ;md, Virtual Port 7, 6-Button Gamepad: X
  1737. md.input.port7.gamepad6.x
  1738.  
  1739. ;md, Virtual Port 7, 6-Button Gamepad: Y
  1740. md.input.port7.gamepad6.y
  1741.  
  1742. ;md, Virtual Port 7, 6-Button Gamepad: Z
  1743. md.input.port7.gamepad6.z
  1744.  
  1745. ;md, Virtual Port 7, Sega Mega Mouse: Left Button
  1746. md.input.port7.megamouse.left mouse 0000000000000000 00000000
  1747.  
  1748. ;md, Virtual Port 7, Sega Mega Mouse: Middle Button
  1749. md.input.port7.megamouse.middle mouse 0000000000000000 00000001
  1750.  
  1751. ;md, Virtual Port 7, Sega Mega Mouse: Right Button
  1752. md.input.port7.megamouse.right mouse 0000000000000000 00000002
  1753.  
  1754. ;md, Virtual Port 7, Sega Mega Mouse: Start Button
  1755. md.input.port7.megamouse.start keyboard 13
  1756.  
  1757. ;Input device for Virtual Port 8
  1758. md.input.port8 gamepad
  1759.  
  1760. ;md, Virtual Port 8, 3-Button Gamepad: A
  1761. md.input.port8.gamepad.a
  1762.  
  1763. ;md, Virtual Port 8, 3-Button Gamepad: B
  1764. md.input.port8.gamepad.b
  1765.  
  1766. ;md, Virtual Port 8, 3-Button Gamepad: C
  1767. md.input.port8.gamepad.c
  1768.  
  1769. ;md, Virtual Port 8, 3-Button Gamepad: DOWN ↓
  1770. md.input.port8.gamepad.down
  1771.  
  1772. ;md, Virtual Port 8, 3-Button Gamepad: LEFT ←
  1773. md.input.port8.gamepad.left
  1774.  
  1775. ;md, Virtual Port 8, 3-Button Gamepad: Rapid A
  1776. md.input.port8.gamepad.rapid_a
  1777.  
  1778. ;md, Virtual Port 8, 3-Button Gamepad: Rapid B
  1779. md.input.port8.gamepad.rapid_b
  1780.  
  1781. ;md, Virtual Port 8, 3-Button Gamepad: Rapid C
  1782. md.input.port8.gamepad.rapid_c
  1783.  
  1784. ;md, Virtual Port 8, 3-Button Gamepad: RIGHT →
  1785. md.input.port8.gamepad.right
  1786.  
  1787. ;md, Virtual Port 8, 3-Button Gamepad: Start
  1788. md.input.port8.gamepad.start
  1789.  
  1790. ;md, Virtual Port 8, 3-Button Gamepad: UP ↑
  1791. md.input.port8.gamepad.up
  1792.  
  1793. ;md, Virtual Port 8, 2-Button Gamepad: A
  1794. md.input.port8.gamepad2.a
  1795.  
  1796. ;md, Virtual Port 8, 2-Button Gamepad: B
  1797. md.input.port8.gamepad2.b
  1798.  
  1799. ;md, Virtual Port 8, 2-Button Gamepad: DOWN ↓
  1800. md.input.port8.gamepad2.down
  1801.  
  1802. ;md, Virtual Port 8, 2-Button Gamepad: LEFT ←
  1803. md.input.port8.gamepad2.left
  1804.  
  1805. ;md, Virtual Port 8, 2-Button Gamepad: Rapid A
  1806. md.input.port8.gamepad2.rapid_a
  1807.  
  1808. ;md, Virtual Port 8, 2-Button Gamepad: Rapid B
  1809. md.input.port8.gamepad2.rapid_b
  1810.  
  1811. ;md, Virtual Port 8, 2-Button Gamepad: RIGHT →
  1812. md.input.port8.gamepad2.right
  1813.  
  1814. ;md, Virtual Port 8, 2-Button Gamepad: Start
  1815. md.input.port8.gamepad2.start
  1816.  
  1817. ;md, Virtual Port 8, 2-Button Gamepad: UP ↑
  1818. md.input.port8.gamepad2.up
  1819.  
  1820. ;md, Virtual Port 8, 6-Button Gamepad: A
  1821. md.input.port8.gamepad6.a
  1822.  
  1823. ;md, Virtual Port 8, 6-Button Gamepad: B
  1824. md.input.port8.gamepad6.b
  1825.  
  1826. ;md, Virtual Port 8, 6-Button Gamepad: C
  1827. md.input.port8.gamepad6.c
  1828.  
  1829. ;md, Virtual Port 8, 6-Button Gamepad: DOWN ↓
  1830. md.input.port8.gamepad6.down
  1831.  
  1832. ;md, Virtual Port 8, 6-Button Gamepad: LEFT ←
  1833. md.input.port8.gamepad6.left
  1834.  
  1835. ;md, Virtual Port 8, 6-Button Gamepad: Mode
  1836. md.input.port8.gamepad6.mode
  1837.  
  1838. ;md, Virtual Port 8, 6-Button Gamepad: Rapid A
  1839. md.input.port8.gamepad6.rapid_a
  1840.  
  1841. ;md, Virtual Port 8, 6-Button Gamepad: Rapid B
  1842. md.input.port8.gamepad6.rapid_b
  1843.  
  1844. ;md, Virtual Port 8, 6-Button Gamepad: Rapid C
  1845. md.input.port8.gamepad6.rapid_c
  1846.  
  1847. ;md, Virtual Port 8, 6-Button Gamepad: Rapid X
  1848. md.input.port8.gamepad6.rapid_x
  1849.  
  1850. ;md, Virtual Port 8, 6-Button Gamepad: Rapid Y
  1851. md.input.port8.gamepad6.rapid_y
  1852.  
  1853. ;md, Virtual Port 8, 6-Button Gamepad: Rapid Z
  1854. md.input.port8.gamepad6.rapid_z
  1855.  
  1856. ;md, Virtual Port 8, 6-Button Gamepad: RIGHT →
  1857. md.input.port8.gamepad6.right
  1858.  
  1859. ;md, Virtual Port 8, 6-Button Gamepad: Start
  1860. md.input.port8.gamepad6.start
  1861.  
  1862. ;md, Virtual Port 8, 6-Button Gamepad: UP ↑
  1863. md.input.port8.gamepad6.up
  1864.  
  1865. ;md, Virtual Port 8, 6-Button Gamepad: X
  1866. md.input.port8.gamepad6.x
  1867.  
  1868. ;md, Virtual Port 8, 6-Button Gamepad: Y
  1869. md.input.port8.gamepad6.y
  1870.  
  1871. ;md, Virtual Port 8, 6-Button Gamepad: Z
  1872. md.input.port8.gamepad6.z
  1873.  
  1874. ;md, Virtual Port 8, Sega Mega Mouse: Left Button
  1875. md.input.port8.megamouse.left mouse 0000000000000000 00000000
  1876.  
  1877. ;md, Virtual Port 8, Sega Mega Mouse: Middle Button
  1878. md.input.port8.megamouse.middle mouse 0000000000000000 00000001
  1879.  
  1880. ;md, Virtual Port 8, Sega Mega Mouse: Right Button
  1881. md.input.port8.megamouse.right mouse 0000000000000000 00000002
  1882.  
  1883. ;md, Virtual Port 8, Sega Mega Mouse: Start Button
  1884. md.input.port8.megamouse.start keyboard 13
  1885.  
  1886. ;Enable specified OpenGL pixel shader.
  1887. md.pixshader none
  1888.  
  1889. ;Emulate the specified region's Genesis/MegaDrive
  1890. md.region game
  1891.  
  1892. ;Region reported to the game.
  1893. md.reported_region same
  1894.  
  1895. ;Enable scanlines with specified opacity.
  1896. md.scanlines 0
  1897.  
  1898. ;Enable specified special video scaler.
  1899. md.special none
  1900.  
  1901. ;Stretch to fill screen.
  1902. md.stretch aspect_mult2
  1903.  
  1904. ;Enable video temporal blur(50/50 previous/current frame by default).
  1905. md.tblur 0
  1906.  
  1907. ;Accumulate color data rather than discarding it.
  1908. md.tblur.accum 0
  1909.  
  1910. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  1911. md.tblur.accum.amount 50
  1912.  
  1913. ;Enable (bi)linear interpolation.
  1914. md.videoip 1
  1915.  
  1916. ;Full-screen horizontal resolution.
  1917. md.xres 0
  1918.  
  1919. ;Scaling factor for the X axis in windowed mode.
  1920. md.xscale 3.000000
  1921.  
  1922. ;Scaling factor for the X axis in fullscreen mode.
  1923. md.xscalefs 1.000000
  1924.  
  1925. ;Full-screen vertical resolution.
  1926. md.yres 0
  1927.  
  1928. ;Scaling factor for the Y axis in windowed mode.
  1929. md.yscale 3.000000
  1930.  
  1931. ;Scaling factor for the Y axis in fullscreen mode.
  1932. md.yscalefs 1.000000
  1933.  
  1934. ;Clip left+right 8 pixel columns.
  1935. nes.clipsides 0
  1936.  
  1937. ;Correct the aspect ratio.
  1938. nes.correct_aspect 0
  1939.  
  1940. ;Disassembly font size.
  1941. nes.debugger.disfontsize small
  1942.  
  1943. ;Character encoding for the debugger's memory editor.
  1944. nes.debugger.memcharenc cp437
  1945.  
  1946. ;Enable (automatic) usage of this module.
  1947. nes.enable 1
  1948.  
  1949. ;Scan filename for (U),(J),(E),etc. strings to en/dis-able PAL emulation.
  1950. nes.fnscan 1
  1951.  
  1952. ;Enable Game Genie emulation.
  1953. nes.gg 0
  1954.  
  1955. ;Path to Game Genie ROM image.
  1956. nes.ggrom gg.rom
  1957.  
  1958. ;Input device for Famicom Expansion Port
  1959. nes.input.fcexp none
  1960.  
  1961. ;nes, Famicom Expansion Port, Arkanoid Paddle: Button
  1962. nes.input.fcexp.arkanoid.button mouse 0000000000000000 00000000
  1963.  
  1964. ;nes, Famicom Expansion Port, Arkanoid Paddle: X Axis
  1965. nes.input.fcexp.arkanoid.x_axis mouse 0000000000000000 00008000
  1966.  
  1967. ;nes, Famicom Expansion Port, Family Keyboard: 0
  1968. nes.input.fcexp.fkb.0 keyboard 48
  1969.  
  1970. ;nes, Famicom Expansion Port, Family Keyboard: 1
  1971. nes.input.fcexp.fkb.1 keyboard 49
  1972.  
  1973. ;nes, Famicom Expansion Port, Family Keyboard: 2
  1974. nes.input.fcexp.fkb.2 keyboard 50
  1975.  
  1976. ;nes, Famicom Expansion Port, Family Keyboard: 3
  1977. nes.input.fcexp.fkb.3 keyboard 51
  1978.  
  1979. ;nes, Famicom Expansion Port, Family Keyboard: 4
  1980. nes.input.fcexp.fkb.4 keyboard 52
  1981.  
  1982. ;nes, Famicom Expansion Port, Family Keyboard: 5
  1983. nes.input.fcexp.fkb.5 keyboard 53
  1984.  
  1985. ;nes, Famicom Expansion Port, Family Keyboard: 6
  1986. nes.input.fcexp.fkb.6 keyboard 54
  1987.  
  1988. ;nes, Famicom Expansion Port, Family Keyboard: 7
  1989. nes.input.fcexp.fkb.7 keyboard 55
  1990.  
  1991. ;nes, Famicom Expansion Port, Family Keyboard: 8
  1992. nes.input.fcexp.fkb.8 keyboard 56
  1993.  
  1994. ;nes, Famicom Expansion Port, Family Keyboard: 9
  1995. nes.input.fcexp.fkb.9 keyboard 57
  1996.  
  1997. ;nes, Famicom Expansion Port, Family Keyboard: A
  1998. nes.input.fcexp.fkb.a keyboard 97
  1999.  
  2000. ;nes, Famicom Expansion Port, Family Keyboard: @
  2001. nes.input.fcexp.fkb.at keyboard 96
  2002.  
  2003. ;nes, Famicom Expansion Port, Family Keyboard: B
  2004. nes.input.fcexp.fkb.b keyboard 98
  2005.  
  2006. ;nes, Famicom Expansion Port, Family Keyboard: \
  2007. nes.input.fcexp.fkb.backslash keyboard 92
  2008.  
  2009. ;nes, Famicom Expansion Port, Family Keyboard: C
  2010. nes.input.fcexp.fkb.c keyboard 99
  2011.  
  2012. ;nes, Famicom Expansion Port, Family Keyboard: ^
  2013. nes.input.fcexp.fkb.caret keyboard 61
  2014.  
  2015. ;nes, Famicom Expansion Port, Family Keyboard: CLR
  2016. nes.input.fcexp.fkb.clear keyboard 127
  2017.  
  2018. ;nes, Famicom Expansion Port, Family Keyboard: :
  2019. nes.input.fcexp.fkb.colon keyboard 39
  2020.  
  2021. ;nes, Famicom Expansion Port, Family Keyboard: ,
  2022. nes.input.fcexp.fkb.comma keyboard 44
  2023.  
  2024. ;nes, Famicom Expansion Port, Family Keyboard: CTR
  2025. nes.input.fcexp.fkb.ctrl keyboard 306
  2026.  
  2027. ;nes, Famicom Expansion Port, Family Keyboard: D
  2028. nes.input.fcexp.fkb.d keyboard 100
  2029.  
  2030. ;nes, Famicom Expansion Port, Family Keyboard: DEL
  2031. nes.input.fcexp.fkb.delete keyboard 281
  2032.  
  2033. ;nes, Famicom Expansion Port, Family Keyboard: DOWN
  2034. nes.input.fcexp.fkb.down keyboard 274
  2035.  
  2036. ;nes, Famicom Expansion Port, Family Keyboard: E
  2037. nes.input.fcexp.fkb.e keyboard 101
  2038.  
  2039. ;nes, Famicom Expansion Port, Family Keyboard: Empty
  2040. nes.input.fcexp.fkb.empty keyboard 307
  2041.  
  2042. ;nes, Famicom Expansion Port, Family Keyboard: ESC
  2043. nes.input.fcexp.fkb.escape keyboard 27
  2044.  
  2045. ;nes, Famicom Expansion Port, Family Keyboard: F
  2046. nes.input.fcexp.fkb.f keyboard 102
  2047.  
  2048. ;nes, Famicom Expansion Port, Family Keyboard: F1
  2049. nes.input.fcexp.fkb.f1 keyboard 282
  2050.  
  2051. ;nes, Famicom Expansion Port, Family Keyboard: F2
  2052. nes.input.fcexp.fkb.f2 keyboard 283
  2053.  
  2054. ;nes, Famicom Expansion Port, Family Keyboard: F3
  2055. nes.input.fcexp.fkb.f3 keyboard 284
  2056.  
  2057. ;nes, Famicom Expansion Port, Family Keyboard: F4
  2058. nes.input.fcexp.fkb.f4 keyboard 285
  2059.  
  2060. ;nes, Famicom Expansion Port, Family Keyboard: F5
  2061. nes.input.fcexp.fkb.f5 keyboard 286
  2062.  
  2063. ;nes, Famicom Expansion Port, Family Keyboard: F6
  2064. nes.input.fcexp.fkb.f6 keyboard 287
  2065.  
  2066. ;nes, Famicom Expansion Port, Family Keyboard: F7
  2067. nes.input.fcexp.fkb.f7 keyboard 288
  2068.  
  2069. ;nes, Famicom Expansion Port, Family Keyboard: F8
  2070. nes.input.fcexp.fkb.f8 keyboard 289
  2071.  
  2072. ;nes, Famicom Expansion Port, Family Keyboard: G
  2073. nes.input.fcexp.fkb.g keyboard 103
  2074.  
  2075. ;nes, Famicom Expansion Port, Family Keyboard: GRPH
  2076. nes.input.fcexp.fkb.graph keyboard 308
  2077.  
  2078. ;nes, Famicom Expansion Port, Family Keyboard: H
  2079. nes.input.fcexp.fkb.h keyboard 104
  2080.  
  2081. ;nes, Famicom Expansion Port, Family Keyboard: I
  2082. nes.input.fcexp.fkb.i keyboard 105
  2083.  
  2084. ;nes, Famicom Expansion Port, Family Keyboard: INS
  2085. nes.input.fcexp.fkb.insert keyboard 279
  2086.  
  2087. ;nes, Famicom Expansion Port, Family Keyboard: J
  2088. nes.input.fcexp.fkb.j keyboard 106
  2089.  
  2090. ;nes, Famicom Expansion Port, Family Keyboard: K
  2091. nes.input.fcexp.fkb.k keyboard 107
  2092.  
  2093. ;nes, Famicom Expansion Port, Family Keyboard: カナ
  2094. nes.input.fcexp.fkb.kana keyboard 277
  2095.  
  2096. ;nes, Famicom Expansion Port, Family Keyboard: L
  2097. nes.input.fcexp.fkb.l keyboard 108
  2098.  
  2099. ;nes, Famicom Expansion Port, Family Keyboard: LEFT
  2100. nes.input.fcexp.fkb.left keyboard 276
  2101.  
  2102. ;nes, Famicom Expansion Port, Family Keyboard: [
  2103. nes.input.fcexp.fkb.left_bracket keyboard 91
  2104.  
  2105. ;nes, Famicom Expansion Port, Family Keyboard: Left SHIFT
  2106. nes.input.fcexp.fkb.left_shift keyboard 304
  2107.  
  2108. ;nes, Famicom Expansion Port, Family Keyboard: M
  2109. nes.input.fcexp.fkb.m keyboard 109
  2110.  
  2111. ;nes, Famicom Expansion Port, Family Keyboard: -
  2112. nes.input.fcexp.fkb.minus keyboard 45
  2113.  
  2114. ;nes, Famicom Expansion Port, Family Keyboard: N
  2115. nes.input.fcexp.fkb.n keyboard 110
  2116.  
  2117. ;nes, Famicom Expansion Port, Family Keyboard: O
  2118. nes.input.fcexp.fkb.o keyboard 111
  2119.  
  2120. ;nes, Famicom Expansion Port, Family Keyboard: P
  2121. nes.input.fcexp.fkb.p keyboard 112
  2122.  
  2123. ;nes, Famicom Expansion Port, Family Keyboard: .
  2124. nes.input.fcexp.fkb.period keyboard 46
  2125.  
  2126. ;nes, Famicom Expansion Port, Family Keyboard: Q
  2127. nes.input.fcexp.fkb.q keyboard 113
  2128.  
  2129. ;nes, Famicom Expansion Port, Family Keyboard: R
  2130. nes.input.fcexp.fkb.r keyboard 114
  2131.  
  2132. ;nes, Famicom Expansion Port, Family Keyboard: RETURN
  2133. nes.input.fcexp.fkb.return keyboard 13
  2134.  
  2135. ;nes, Famicom Expansion Port, Family Keyboard: RIGHT
  2136. nes.input.fcexp.fkb.right keyboard 275
  2137.  
  2138. ;nes, Famicom Expansion Port, Family Keyboard: ]
  2139. nes.input.fcexp.fkb.right_bracket keyboard 93
  2140.  
  2141. ;nes, Famicom Expansion Port, Family Keyboard: Right SHIFT
  2142. nes.input.fcexp.fkb.right_shift keyboard 303
  2143.  
  2144. ;nes, Famicom Expansion Port, Family Keyboard: S
  2145. nes.input.fcexp.fkb.s keyboard 115
  2146.  
  2147. ;nes, Famicom Expansion Port, Family Keyboard: ;
  2148. nes.input.fcexp.fkb.semicolon keyboard 59
  2149.  
  2150. ;nes, Famicom Expansion Port, Family Keyboard: /
  2151. nes.input.fcexp.fkb.slash keyboard 47
  2152.  
  2153. ;nes, Famicom Expansion Port, Family Keyboard: SPACE
  2154. nes.input.fcexp.fkb.space keyboard 32
  2155.  
  2156. ;nes, Famicom Expansion Port, Family Keyboard: STOP
  2157. nes.input.fcexp.fkb.stop keyboard 8
  2158.  
  2159. ;nes, Famicom Expansion Port, Family Keyboard: T
  2160. nes.input.fcexp.fkb.t keyboard 116
  2161.  
  2162. ;nes, Famicom Expansion Port, Family Keyboard: U
  2163. nes.input.fcexp.fkb.u keyboard 117
  2164.  
  2165. ;nes, Famicom Expansion Port, Family Keyboard: UP
  2166. nes.input.fcexp.fkb.up keyboard 273
  2167.  
  2168. ;nes, Famicom Expansion Port, Family Keyboard: V
  2169. nes.input.fcexp.fkb.v keyboard 118
  2170.  
  2171. ;nes, Famicom Expansion Port, Family Keyboard: W
  2172. nes.input.fcexp.fkb.w keyboard 119
  2173.  
  2174. ;nes, Famicom Expansion Port, Family Keyboard: X
  2175. nes.input.fcexp.fkb.x keyboard 120
  2176.  
  2177. ;nes, Famicom Expansion Port, Family Keyboard: Y
  2178. nes.input.fcexp.fkb.y keyboard 121
  2179.  
  2180. ;nes, Famicom Expansion Port, Family Keyboard: Z
  2181. nes.input.fcexp.fkb.z keyboard 122
  2182.  
  2183. ;nes, Famicom Expansion Port, Family Trainer Side A: 1
  2184. nes.input.fcexp.ftrainera.1 keyboard 111
  2185.  
  2186. ;nes, Famicom Expansion Port, Family Trainer Side A: 10
  2187. nes.input.fcexp.ftrainera.10 keyboard 44
  2188.  
  2189. ;nes, Famicom Expansion Port, Family Trainer Side A: 11
  2190. nes.input.fcexp.ftrainera.11 keyboard 46
  2191.  
  2192. ;nes, Famicom Expansion Port, Family Trainer Side A: 12
  2193. nes.input.fcexp.ftrainera.12 keyboard 47
  2194.  
  2195. ;nes, Famicom Expansion Port, Family Trainer Side A: 2
  2196. nes.input.fcexp.ftrainera.2 keyboard 112
  2197.  
  2198. ;nes, Famicom Expansion Port, Family Trainer Side A: 3
  2199. nes.input.fcexp.ftrainera.3 keyboard 91
  2200.  
  2201. ;nes, Famicom Expansion Port, Family Trainer Side A: 4
  2202. nes.input.fcexp.ftrainera.4 keyboard 93
  2203.  
  2204. ;nes, Famicom Expansion Port, Family Trainer Side A: 5
  2205. nes.input.fcexp.ftrainera.5 keyboard 107
  2206.  
  2207. ;nes, Famicom Expansion Port, Family Trainer Side A: 6
  2208. nes.input.fcexp.ftrainera.6 keyboard 108
  2209.  
  2210. ;nes, Famicom Expansion Port, Family Trainer Side A: 7
  2211. nes.input.fcexp.ftrainera.7 keyboard 59
  2212.  
  2213. ;nes, Famicom Expansion Port, Family Trainer Side A: 8
  2214. nes.input.fcexp.ftrainera.8 keyboard 39
  2215.  
  2216. ;nes, Famicom Expansion Port, Family Trainer Side A: 9
  2217. nes.input.fcexp.ftrainera.9 keyboard 109
  2218.  
  2219. ;nes, Famicom Expansion Port, Family Trainer Side B: 1
  2220. nes.input.fcexp.ftrainerb.1 keyboard 111
  2221.  
  2222. ;nes, Famicom Expansion Port, Family Trainer Side B: 10
  2223. nes.input.fcexp.ftrainerb.10 keyboard 44
  2224.  
  2225. ;nes, Famicom Expansion Port, Family Trainer Side B: 11
  2226. nes.input.fcexp.ftrainerb.11 keyboard 46
  2227.  
  2228. ;nes, Famicom Expansion Port, Family Trainer Side B: 12
  2229. nes.input.fcexp.ftrainerb.12 keyboard 47
  2230.  
  2231. ;nes, Famicom Expansion Port, Family Trainer Side B: 2
  2232. nes.input.fcexp.ftrainerb.2 keyboard 112
  2233.  
  2234. ;nes, Famicom Expansion Port, Family Trainer Side B: 3
  2235. nes.input.fcexp.ftrainerb.3 keyboard 91
  2236.  
  2237. ;nes, Famicom Expansion Port, Family Trainer Side B: 4
  2238. nes.input.fcexp.ftrainerb.4 keyboard 93
  2239.  
  2240. ;nes, Famicom Expansion Port, Family Trainer Side B: 5
  2241. nes.input.fcexp.ftrainerb.5 keyboard 107
  2242.  
  2243. ;nes, Famicom Expansion Port, Family Trainer Side B: 6
  2244. nes.input.fcexp.ftrainerb.6 keyboard 108
  2245.  
  2246. ;nes, Famicom Expansion Port, Family Trainer Side B: 7
  2247. nes.input.fcexp.ftrainerb.7 keyboard 59
  2248.  
  2249. ;nes, Famicom Expansion Port, Family Trainer Side B: 8
  2250. nes.input.fcexp.ftrainerb.8 keyboard 39
  2251.  
  2252. ;nes, Famicom Expansion Port, Family Trainer Side B: 9
  2253. nes.input.fcexp.ftrainerb.9 keyboard 109
  2254.  
  2255. ;nes, Famicom Expansion Port, Hypershot Paddles: I, JUMP
  2256. nes.input.fcexp.hypershot.i_jump keyboard 119
  2257.  
  2258. ;nes, Famicom Expansion Port, Hypershot Paddles: I, RUN
  2259. nes.input.fcexp.hypershot.i_run keyboard 113
  2260.  
  2261. ;nes, Famicom Expansion Port, Hypershot Paddles: II, JUMP
  2262. nes.input.fcexp.hypershot.ii_jump keyboard 114
  2263.  
  2264. ;nes, Famicom Expansion Port, Hypershot Paddles: II, RUN
  2265. nes.input.fcexp.hypershot.ii_run keyboard 101
  2266.  
  2267. ;nes, Famicom Expansion Port, Hypershot Paddles: Rapid I, JUMP
  2268. nes.input.fcexp.hypershot.rapid_i_jump
  2269.  
  2270. ;nes, Famicom Expansion Port, Hypershot Paddles: Rapid I, RUN
  2271. nes.input.fcexp.hypershot.rapid_i_run
  2272.  
  2273. ;nes, Famicom Expansion Port, Hypershot Paddles: Rapid II, JUMP
  2274. nes.input.fcexp.hypershot.rapid_ii_jump
  2275.  
  2276. ;nes, Famicom Expansion Port, Hypershot Paddles: Rapid II, RUN
  2277. nes.input.fcexp.hypershot.rapid_ii_run
  2278.  
  2279. ;nes, Famicom Expansion Port, Mahjong Controller: 1
  2280. nes.input.fcexp.mahjong.1 keyboard 113
  2281.  
  2282. ;nes, Famicom Expansion Port, Mahjong Controller: 10
  2283. nes.input.fcexp.mahjong.10 keyboard 103
  2284.  
  2285. ;nes, Famicom Expansion Port, Mahjong Controller: 11
  2286. nes.input.fcexp.mahjong.11 keyboard 104
  2287.  
  2288. ;nes, Famicom Expansion Port, Mahjong Controller: 12
  2289. nes.input.fcexp.mahjong.12 keyboard 106
  2290.  
  2291. ;nes, Famicom Expansion Port, Mahjong Controller: 13
  2292. nes.input.fcexp.mahjong.13 keyboard 107
  2293.  
  2294. ;nes, Famicom Expansion Port, Mahjong Controller: 14
  2295. nes.input.fcexp.mahjong.14 keyboard 108
  2296.  
  2297. ;nes, Famicom Expansion Port, Mahjong Controller: 15
  2298. nes.input.fcexp.mahjong.15 keyboard 122
  2299.  
  2300. ;nes, Famicom Expansion Port, Mahjong Controller: 16
  2301. nes.input.fcexp.mahjong.16 keyboard 120
  2302.  
  2303. ;nes, Famicom Expansion Port, Mahjong Controller: 17
  2304. nes.input.fcexp.mahjong.17 keyboard 99
  2305.  
  2306. ;nes, Famicom Expansion Port, Mahjong Controller: 18
  2307. nes.input.fcexp.mahjong.18 keyboard 118
  2308.  
  2309. ;nes, Famicom Expansion Port, Mahjong Controller: 19
  2310. nes.input.fcexp.mahjong.19 keyboard 98
  2311.  
  2312. ;nes, Famicom Expansion Port, Mahjong Controller: 2
  2313. nes.input.fcexp.mahjong.2 keyboard 119
  2314.  
  2315. ;nes, Famicom Expansion Port, Mahjong Controller: 20
  2316. nes.input.fcexp.mahjong.20 keyboard 110
  2317.  
  2318. ;nes, Famicom Expansion Port, Mahjong Controller: 21
  2319. nes.input.fcexp.mahjong.21 keyboard 109
  2320.  
  2321. ;nes, Famicom Expansion Port, Mahjong Controller: 3
  2322. nes.input.fcexp.mahjong.3 keyboard 101
  2323.  
  2324. ;nes, Famicom Expansion Port, Mahjong Controller: 4
  2325. nes.input.fcexp.mahjong.4 keyboard 114
  2326.  
  2327. ;nes, Famicom Expansion Port, Mahjong Controller: 5
  2328. nes.input.fcexp.mahjong.5 keyboard 116
  2329.  
  2330. ;nes, Famicom Expansion Port, Mahjong Controller: 6
  2331. nes.input.fcexp.mahjong.6 keyboard 97
  2332.  
  2333. ;nes, Famicom Expansion Port, Mahjong Controller: 7
  2334. nes.input.fcexp.mahjong.7 keyboard 115
  2335.  
  2336. ;nes, Famicom Expansion Port, Mahjong Controller: 8
  2337. nes.input.fcexp.mahjong.8 keyboard 100
  2338.  
  2339. ;nes, Famicom Expansion Port, Mahjong Controller: 9
  2340. nes.input.fcexp.mahjong.9 keyboard 102
  2341.  
  2342. ;nes, Famicom Expansion Port, Oeka Kids Tablet: Button
  2343. nes.input.fcexp.oekakids.button mouse 0000000000000000 00000000
  2344.  
  2345. ;nes, Famicom Expansion Port, Oeka Kids Tablet: X Axis
  2346. nes.input.fcexp.oekakids.x_axis mouse 0000000000000000 00008000
  2347.  
  2348. ;nes, Famicom Expansion Port, Oeka Kids Tablet: Y Axis
  2349. nes.input.fcexp.oekakids.y_axis mouse 0000000000000000 00008001
  2350.  
  2351. ;nes, Famicom Expansion Port, Party Tap: Buzzer 1
  2352. nes.input.fcexp.partytap.buzzer_1 keyboard 113
  2353.  
  2354. ;nes, Famicom Expansion Port, Party Tap: Buzzer 2
  2355. nes.input.fcexp.partytap.buzzer_2 keyboard 119
  2356.  
  2357. ;nes, Famicom Expansion Port, Party Tap: Buzzer 3
  2358. nes.input.fcexp.partytap.buzzer_3 keyboard 101
  2359.  
  2360. ;nes, Famicom Expansion Port, Party Tap: Buzzer 4
  2361. nes.input.fcexp.partytap.buzzer_4 keyboard 114
  2362.  
  2363. ;nes, Famicom Expansion Port, Party Tap: Buzzer 5
  2364. nes.input.fcexp.partytap.buzzer_5 keyboard 116
  2365.  
  2366. ;nes, Famicom Expansion Port, Party Tap: Buzzer 6
  2367. nes.input.fcexp.partytap.buzzer_6 keyboard 121
  2368.  
  2369. ;nes, Famicom Expansion Port, Space Shadow Gun: Away Trigger
  2370. nes.input.fcexp.shadow.away_trigger mouse 0000000000000000 00000002
  2371.  
  2372. ;nes, Famicom Expansion Port, Space Shadow Gun: Trigger
  2373. nes.input.fcexp.shadow.trigger mouse 0000000000000000 00000000
  2374.  
  2375. ;nes, Famicom Expansion Port, Space Shadow Gun: X Axis
  2376. nes.input.fcexp.shadow.x_axis mouse 0000000000000000 00008000
  2377.  
  2378. ;nes, Famicom Expansion Port, Space Shadow Gun: Y Axis
  2379. nes.input.fcexp.shadow.y_axis mouse 0000000000000000 00008001
  2380.  
  2381. ;Input device for Port 1
  2382. nes.input.port1 gamepad
  2383.  
  2384. ;nes, Port 1, Arkanoid Paddle: Button
  2385. nes.input.port1.arkanoid.button mouse 0000000000000000 00000000
  2386.  
  2387. ;nes, Port 1, Arkanoid Paddle: X Axis
  2388. nes.input.port1.arkanoid.x_axis mouse 0000000000000000 00008000
  2389.  
  2390. ;nes, Port 1, Gamepad: A
  2391. nes.input.port1.gamepad.a keyboard 259
  2392.  
  2393. ;nes, Port 1, Gamepad: B
  2394. nes.input.port1.gamepad.b keyboard 258
  2395.  
  2396. ;nes, Port 1, Gamepad: DOWN ↓
  2397. nes.input.port1.gamepad.down keyboard 115
  2398.  
  2399. ;nes, Port 1, Gamepad: LEFT ←
  2400. nes.input.port1.gamepad.left keyboard 97
  2401.  
  2402. ;nes, Port 1, Gamepad: Rapid A
  2403. nes.input.port1.gamepad.rapid_a
  2404.  
  2405. ;nes, Port 1, Gamepad: Rapid B
  2406. nes.input.port1.gamepad.rapid_b
  2407.  
  2408. ;nes, Port 1, Gamepad: RIGHT →
  2409. nes.input.port1.gamepad.right keyboard 100
  2410.  
  2411. ;nes, Port 1, Gamepad: SELECT
  2412. nes.input.port1.gamepad.select keyboard 9
  2413.  
  2414. ;nes, Port 1, Gamepad: START
  2415. nes.input.port1.gamepad.start keyboard 13
  2416.  
  2417. ;nes, Port 1, Gamepad: UP ↑
  2418. nes.input.port1.gamepad.up keyboard 119
  2419.  
  2420. ;nes, Port 1, Power Pad Side A: 1
  2421. nes.input.port1.powerpada.1 keyboard 111
  2422.  
  2423. ;nes, Port 1, Power Pad Side A: 10
  2424. nes.input.port1.powerpada.10 keyboard 44
  2425.  
  2426. ;nes, Port 1, Power Pad Side A: 11
  2427. nes.input.port1.powerpada.11 keyboard 46
  2428.  
  2429. ;nes, Port 1, Power Pad Side A: 12
  2430. nes.input.port1.powerpada.12 keyboard 47
  2431.  
  2432. ;nes, Port 1, Power Pad Side A: 2
  2433. nes.input.port1.powerpada.2 keyboard 112
  2434.  
  2435. ;nes, Port 1, Power Pad Side A: 3
  2436. nes.input.port1.powerpada.3 keyboard 91
  2437.  
  2438. ;nes, Port 1, Power Pad Side A: 4
  2439. nes.input.port1.powerpada.4 keyboard 93
  2440.  
  2441. ;nes, Port 1, Power Pad Side A: 5
  2442. nes.input.port1.powerpada.5 keyboard 107
  2443.  
  2444. ;nes, Port 1, Power Pad Side A: 6
  2445. nes.input.port1.powerpada.6 keyboard 108
  2446.  
  2447. ;nes, Port 1, Power Pad Side A: 7
  2448. nes.input.port1.powerpada.7 keyboard 59
  2449.  
  2450. ;nes, Port 1, Power Pad Side A: 8
  2451. nes.input.port1.powerpada.8 keyboard 39
  2452.  
  2453. ;nes, Port 1, Power Pad Side A: 9
  2454. nes.input.port1.powerpada.9 keyboard 109
  2455.  
  2456. ;nes, Port 1, Power Pad Side B: 1
  2457. nes.input.port1.powerpadb.1 keyboard 111
  2458.  
  2459. ;nes, Port 1, Power Pad Side B: 10
  2460. nes.input.port1.powerpadb.10 keyboard 44
  2461.  
  2462. ;nes, Port 1, Power Pad Side B: 11
  2463. nes.input.port1.powerpadb.11 keyboard 46
  2464.  
  2465. ;nes, Port 1, Power Pad Side B: 12
  2466. nes.input.port1.powerpadb.12 keyboard 47
  2467.  
  2468. ;nes, Port 1, Power Pad Side B: 2
  2469. nes.input.port1.powerpadb.2 keyboard 112
  2470.  
  2471. ;nes, Port 1, Power Pad Side B: 3
  2472. nes.input.port1.powerpadb.3 keyboard 91
  2473.  
  2474. ;nes, Port 1, Power Pad Side B: 4
  2475. nes.input.port1.powerpadb.4 keyboard 93
  2476.  
  2477. ;nes, Port 1, Power Pad Side B: 5
  2478. nes.input.port1.powerpadb.5 keyboard 107
  2479.  
  2480. ;nes, Port 1, Power Pad Side B: 6
  2481. nes.input.port1.powerpadb.6 keyboard 108
  2482.  
  2483. ;nes, Port 1, Power Pad Side B: 7
  2484. nes.input.port1.powerpadb.7 keyboard 59
  2485.  
  2486. ;nes, Port 1, Power Pad Side B: 8
  2487. nes.input.port1.powerpadb.8 keyboard 39
  2488.  
  2489. ;nes, Port 1, Power Pad Side B: 9
  2490. nes.input.port1.powerpadb.9 keyboard 109
  2491.  
  2492. ;nes, Port 1, Zapper: Away Trigger
  2493. nes.input.port1.zapper.away_trigger mouse 0000000000000000 00000002
  2494.  
  2495. ;nes, Port 1, Zapper: Trigger
  2496. nes.input.port1.zapper.trigger mouse 0000000000000000 00000000
  2497.  
  2498. ;nes, Port 1, Zapper: X Axis
  2499. nes.input.port1.zapper.x_axis mouse 0000000000000000 00008000
  2500.  
  2501. ;nes, Port 1, Zapper: Y Axis
  2502. nes.input.port1.zapper.y_axis mouse 0000000000000000 00008001
  2503.  
  2504. ;Input device for Port 2
  2505. nes.input.port2 gamepad
  2506.  
  2507. ;nes, Port 2, Arkanoid Paddle: Button
  2508. nes.input.port2.arkanoid.button mouse 0000000000000000 00000000
  2509.  
  2510. ;nes, Port 2, Arkanoid Paddle: X Axis
  2511. nes.input.port2.arkanoid.x_axis mouse 0000000000000000 00008000
  2512.  
  2513. ;nes, Port 2, Gamepad: A
  2514. nes.input.port2.gamepad.a
  2515.  
  2516. ;nes, Port 2, Gamepad: B
  2517. nes.input.port2.gamepad.b
  2518.  
  2519. ;nes, Port 2, Gamepad: DOWN ↓
  2520. nes.input.port2.gamepad.down
  2521.  
  2522. ;nes, Port 2, Gamepad: LEFT ←
  2523. nes.input.port2.gamepad.left
  2524.  
  2525. ;nes, Port 2, Gamepad: Rapid A
  2526. nes.input.port2.gamepad.rapid_a
  2527.  
  2528. ;nes, Port 2, Gamepad: Rapid B
  2529. nes.input.port2.gamepad.rapid_b
  2530.  
  2531. ;nes, Port 2, Gamepad: RIGHT →
  2532. nes.input.port2.gamepad.right
  2533.  
  2534. ;nes, Port 2, Gamepad: SELECT
  2535. nes.input.port2.gamepad.select
  2536.  
  2537. ;nes, Port 2, Gamepad: START
  2538. nes.input.port2.gamepad.start
  2539.  
  2540. ;nes, Port 2, Gamepad: UP ↑
  2541. nes.input.port2.gamepad.up
  2542.  
  2543. ;nes, Port 2, Power Pad Side A: 1
  2544. nes.input.port2.powerpada.1 keyboard 111
  2545.  
  2546. ;nes, Port 2, Power Pad Side A: 10
  2547. nes.input.port2.powerpada.10 keyboard 44
  2548.  
  2549. ;nes, Port 2, Power Pad Side A: 11
  2550. nes.input.port2.powerpada.11 keyboard 46
  2551.  
  2552. ;nes, Port 2, Power Pad Side A: 12
  2553. nes.input.port2.powerpada.12 keyboard 47
  2554.  
  2555. ;nes, Port 2, Power Pad Side A: 2
  2556. nes.input.port2.powerpada.2 keyboard 112
  2557.  
  2558. ;nes, Port 2, Power Pad Side A: 3
  2559. nes.input.port2.powerpada.3 keyboard 91
  2560.  
  2561. ;nes, Port 2, Power Pad Side A: 4
  2562. nes.input.port2.powerpada.4 keyboard 93
  2563.  
  2564. ;nes, Port 2, Power Pad Side A: 5
  2565. nes.input.port2.powerpada.5 keyboard 107
  2566.  
  2567. ;nes, Port 2, Power Pad Side A: 6
  2568. nes.input.port2.powerpada.6 keyboard 108
  2569.  
  2570. ;nes, Port 2, Power Pad Side A: 7
  2571. nes.input.port2.powerpada.7 keyboard 59
  2572.  
  2573. ;nes, Port 2, Power Pad Side A: 8
  2574. nes.input.port2.powerpada.8 keyboard 39
  2575.  
  2576. ;nes, Port 2, Power Pad Side A: 9
  2577. nes.input.port2.powerpada.9 keyboard 109
  2578.  
  2579. ;nes, Port 2, Power Pad Side B: 1
  2580. nes.input.port2.powerpadb.1 keyboard 111
  2581.  
  2582. ;nes, Port 2, Power Pad Side B: 10
  2583. nes.input.port2.powerpadb.10 keyboard 44
  2584.  
  2585. ;nes, Port 2, Power Pad Side B: 11
  2586. nes.input.port2.powerpadb.11 keyboard 46
  2587.  
  2588. ;nes, Port 2, Power Pad Side B: 12
  2589. nes.input.port2.powerpadb.12 keyboard 47
  2590.  
  2591. ;nes, Port 2, Power Pad Side B: 2
  2592. nes.input.port2.powerpadb.2 keyboard 112
  2593.  
  2594. ;nes, Port 2, Power Pad Side B: 3
  2595. nes.input.port2.powerpadb.3 keyboard 91
  2596.  
  2597. ;nes, Port 2, Power Pad Side B: 4
  2598. nes.input.port2.powerpadb.4 keyboard 93
  2599.  
  2600. ;nes, Port 2, Power Pad Side B: 5
  2601. nes.input.port2.powerpadb.5 keyboard 107
  2602.  
  2603. ;nes, Port 2, Power Pad Side B: 6
  2604. nes.input.port2.powerpadb.6 keyboard 108
  2605.  
  2606. ;nes, Port 2, Power Pad Side B: 7
  2607. nes.input.port2.powerpadb.7 keyboard 59
  2608.  
  2609. ;nes, Port 2, Power Pad Side B: 8
  2610. nes.input.port2.powerpadb.8 keyboard 39
  2611.  
  2612. ;nes, Port 2, Power Pad Side B: 9
  2613. nes.input.port2.powerpadb.9 keyboard 109
  2614.  
  2615. ;nes, Port 2, Zapper: Away Trigger
  2616. nes.input.port2.zapper.away_trigger mouse 0000000000000000 00000002
  2617.  
  2618. ;nes, Port 2, Zapper: Trigger
  2619. nes.input.port2.zapper.trigger mouse 0000000000000000 00000000
  2620.  
  2621. ;nes, Port 2, Zapper: X Axis
  2622. nes.input.port2.zapper.x_axis mouse 0000000000000000 00008000
  2623.  
  2624. ;nes, Port 2, Zapper: Y Axis
  2625. nes.input.port2.zapper.y_axis mouse 0000000000000000 00008001
  2626.  
  2627. ;Input device for Port 3
  2628. nes.input.port3 gamepad
  2629.  
  2630. ;nes, Port 3, Gamepad: A
  2631. nes.input.port3.gamepad.a
  2632.  
  2633. ;nes, Port 3, Gamepad: B
  2634. nes.input.port3.gamepad.b
  2635.  
  2636. ;nes, Port 3, Gamepad: DOWN ↓
  2637. nes.input.port3.gamepad.down
  2638.  
  2639. ;nes, Port 3, Gamepad: LEFT ←
  2640. nes.input.port3.gamepad.left
  2641.  
  2642. ;nes, Port 3, Gamepad: Rapid A
  2643. nes.input.port3.gamepad.rapid_a
  2644.  
  2645. ;nes, Port 3, Gamepad: Rapid B
  2646. nes.input.port3.gamepad.rapid_b
  2647.  
  2648. ;nes, Port 3, Gamepad: RIGHT →
  2649. nes.input.port3.gamepad.right
  2650.  
  2651. ;nes, Port 3, Gamepad: SELECT
  2652. nes.input.port3.gamepad.select
  2653.  
  2654. ;nes, Port 3, Gamepad: START
  2655. nes.input.port3.gamepad.start
  2656.  
  2657. ;nes, Port 3, Gamepad: UP ↑
  2658. nes.input.port3.gamepad.up
  2659.  
  2660. ;Input device for Port 4
  2661. nes.input.port4 gamepad
  2662.  
  2663. ;nes, Port 4, Gamepad: A
  2664. nes.input.port4.gamepad.a
  2665.  
  2666. ;nes, Port 4, Gamepad: B
  2667. nes.input.port4.gamepad.b
  2668.  
  2669. ;nes, Port 4, Gamepad: DOWN ↓
  2670. nes.input.port4.gamepad.down
  2671.  
  2672. ;nes, Port 4, Gamepad: LEFT ←
  2673. nes.input.port4.gamepad.left
  2674.  
  2675. ;nes, Port 4, Gamepad: Rapid A
  2676. nes.input.port4.gamepad.rapid_a
  2677.  
  2678. ;nes, Port 4, Gamepad: Rapid B
  2679. nes.input.port4.gamepad.rapid_b
  2680.  
  2681. ;nes, Port 4, Gamepad: RIGHT →
  2682. nes.input.port4.gamepad.right
  2683.  
  2684. ;nes, Port 4, Gamepad: SELECT
  2685. nes.input.port4.gamepad.select
  2686.  
  2687. ;nes, Port 4, Gamepad: START
  2688. nes.input.port4.gamepad.start
  2689.  
  2690. ;nes, Port 4, Gamepad: UP ↑
  2691. nes.input.port4.gamepad.up
  2692.  
  2693. ;Enable less-accurate, but better sounding, Namco 106(mapper 19) sound emulation.
  2694. nes.n106bs 0
  2695.  
  2696. ;Remove 8-sprites-per-scanline hardware limit.
  2697. nes.no8lim 0
  2698.  
  2699. ;Disable four-score emulation.
  2700. nes.nofs 0
  2701.  
  2702. ;NTSC composite blitter brightness.
  2703. nes.ntsc.brightness 0
  2704.  
  2705. ;NTSC composite blitter contrast.
  2706. nes.ntsc.contrast 0
  2707.  
  2708. ;NTSC composite blitter hue.
  2709. nes.ntsc.hue 0
  2710.  
  2711. ;Enable NTSC custom decoder matrix.
  2712. nes.ntsc.matrix 0
  2713.  
  2714. ;NTSC custom decoder matrix element 0(red, value * V).
  2715. nes.ntsc.matrix.0 1.539
  2716.  
  2717. ;NTSC custom decoder matrix element 1(red, value * U).
  2718. nes.ntsc.matrix.1 -0.622
  2719.  
  2720. ;NTSC custom decoder matrix element 2(green, value * V).
  2721. nes.ntsc.matrix.2 -0.571
  2722.  
  2723. ;NTSC custom decoder matrix element 3(green, value * U).
  2724. nes.ntsc.matrix.3 -0.185
  2725.  
  2726. ;NTSC custom decoder matrix element 4(blue, value * V).
  2727. nes.ntsc.matrix.4 0.000
  2728.  
  2729. ;NTSC custom decoder matrix element 5(blue, value * U.
  2730. nes.ntsc.matrix.5 2.000
  2731.  
  2732. ;Merge fields to partially work around !=60.1Hz refresh rates.
  2733. nes.ntsc.mergefields 0
  2734.  
  2735. ;Video quality/type preset.
  2736. nes.ntsc.preset none
  2737.  
  2738. ;NTSC composite blitter saturation.
  2739. nes.ntsc.saturation 0
  2740.  
  2741. ;NTSC composite blitter sharpness.
  2742. nes.ntsc.sharpness 0
  2743.  
  2744. ;Enable NTSC color generation and blitter.
  2745. nes.ntscblitter 0
  2746.  
  2747. ;Enable PAL(50Hz) NES emulation.
  2748. nes.pal 0
  2749.  
  2750. ;Enable specified OpenGL pixel shader.
  2751. nes.pixshader none
  2752.  
  2753. ;Enable scanlines with specified opacity.
  2754. nes.scanlines 0
  2755.  
  2756. ;Last displayed scanline in NTSC mode.
  2757. nes.slend 231
  2758.  
  2759. ;Last displayed scanline in PAL mode.
  2760. nes.slendp 239
  2761.  
  2762. ;First displayed scanline in NTSC mode.
  2763. nes.slstart 8
  2764.  
  2765. ;First displayed scanline in PAL mode.
  2766. nes.slstartp 0
  2767.  
  2768. ;Output rate tolerance.
  2769. nes.sound_rate_error 0.00004
  2770.  
  2771. ;Sound quality.
  2772. nes.soundq 0
  2773.  
  2774. ;Enable specified special video scaler.
  2775. nes.special none
  2776.  
  2777. ;Stretch to fill screen.
  2778. nes.stretch aspect_mult2
  2779.  
  2780. ;Enable video temporal blur(50/50 previous/current frame by default).
  2781. nes.tblur 0
  2782.  
  2783. ;Accumulate color data rather than discarding it.
  2784. nes.tblur.accum 0
  2785.  
  2786. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  2787. nes.tblur.accum.amount 50
  2788.  
  2789. ;Enable (bi)linear interpolation.
  2790. nes.videoip 0
  2791.  
  2792. ;Full-screen horizontal resolution.
  2793. nes.xres 0
  2794.  
  2795. ;Scaling factor for the X axis in windowed mode.
  2796. nes.xscale 3.000000
  2797.  
  2798. ;Scaling factor for the X axis in fullscreen mode.
  2799. nes.xscalefs 1.000000
  2800.  
  2801. ;Full-screen vertical resolution.
  2802. nes.yres 0
  2803.  
  2804. ;Scaling factor for the Y axis in windowed mode.
  2805. nes.yscale 3.000000
  2806.  
  2807. ;Scaling factor for the Y axis in fullscreen mode.
  2808. nes.yscalefs 1.000000
  2809.  
  2810. ;Key to hash with the MD5 hash of the game.
  2811. netplay.gamekey
  2812.  
  2813. ;Server hostname.
  2814. netplay.host netplay.fobby.net
  2815.  
  2816. ;Local player count.
  2817. netplay.localplayers 1
  2818.  
  2819. ;Nickname.
  2820. netplay.nick
  2821.  
  2822. ;Server password.
  2823. netplay.password
  2824.  
  2825. ;Server port.
  2826. netplay.port 4046
  2827.  
  2828. ;Use small(tiny!) font for netplay chat console.
  2829. netplay.smallfont 0
  2830.  
  2831. ;Enable (automatic) usage of this module.
  2832. ngp.enable 1
  2833.  
  2834. ;Force monophonic sound output.
  2835. ngp.forcemono 0
  2836.  
  2837. ;ngp, Built-In, Gamepad: A
  2838. ngp.input.builtin.gamepad.a keyboard 258
  2839.  
  2840. ;ngp, Built-In, Gamepad: B
  2841. ngp.input.builtin.gamepad.b keyboard 259
  2842.  
  2843. ;ngp, Built-In, Gamepad: DOWN ↓
  2844. ngp.input.builtin.gamepad.down keyboard 115
  2845.  
  2846. ;ngp, Built-In, Gamepad: LEFT ←
  2847. ngp.input.builtin.gamepad.left keyboard 97
  2848.  
  2849. ;ngp, Built-In, Gamepad: OPTION
  2850. ngp.input.builtin.gamepad.option keyboard 13
  2851.  
  2852. ;ngp, Built-In, Gamepad: Rapid A
  2853. ngp.input.builtin.gamepad.rapid_a
  2854.  
  2855. ;ngp, Built-In, Gamepad: Rapid B
  2856. ngp.input.builtin.gamepad.rapid_b
  2857.  
  2858. ;ngp, Built-In, Gamepad: RIGHT →
  2859. ngp.input.builtin.gamepad.right keyboard 100
  2860.  
  2861. ;ngp, Built-In, Gamepad: UP ↑
  2862. ngp.input.builtin.gamepad.up keyboard 119
  2863.  
  2864. ;Language games should display text in.
  2865. ngp.language english
  2866.  
  2867. ;Enable specified OpenGL pixel shader.
  2868. ngp.pixshader none
  2869.  
  2870. ;Enable scanlines with specified opacity.
  2871. ngp.scanlines 0
  2872.  
  2873. ;Enable specified special video scaler.
  2874. ngp.special none
  2875.  
  2876. ;Stretch to fill screen.
  2877. ngp.stretch aspect_mult2
  2878.  
  2879. ;Enable video temporal blur(50/50 previous/current frame by default).
  2880. ngp.tblur 0
  2881.  
  2882. ;Accumulate color data rather than discarding it.
  2883. ngp.tblur.accum 0
  2884.  
  2885. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  2886. ngp.tblur.accum.amount 50
  2887.  
  2888. ;Enable (bi)linear interpolation.
  2889. ngp.videoip 0
  2890.  
  2891. ;Full-screen horizontal resolution.
  2892. ngp.xres 0
  2893.  
  2894. ;Scaling factor for the X axis in windowed mode.
  2895. ngp.xscale 4.000000
  2896.  
  2897. ;Scaling factor for the X axis in fullscreen mode.
  2898. ngp.xscalefs 1.000000
  2899.  
  2900. ;Full-screen vertical resolution.
  2901. ngp.yres 0
  2902.  
  2903. ;Scaling factor for the Y axis in windowed mode.
  2904. ngp.yscale 4.000000
  2905.  
  2906. ;Scaling factor for the Y axis in fullscreen mode.
  2907. ngp.yscalefs 1.000000
  2908.  
  2909. ;Disable speed throttling when sound is disabled.
  2910. nothrottle 0
  2911.  
  2912. ;Enable alpha blending for OSD elements.
  2913. osd.alpha_blend 1
  2914.  
  2915. ;Length of time, in milliseconds, to display internal status and error messages
  2916. osd.message_display_time 2500
  2917.  
  2918. ;Length of time, in milliseconds, to display the save state or the movie selector after selecting a state or movie.
  2919. osd.state_display_time 2000
  2920.  
  2921. ;Output the full 12-bit ADPCM predictor.
  2922. pce.adpcmextraprec 0
  2923.  
  2924. ;ADPCM volume.
  2925. pce.adpcmvolume 100
  2926.  
  2927. ;Enable Arcade Card emulation.
  2928. pce.arcadecard 1
  2929.  
  2930. ;Path to the CD BIOS
  2931. pce.cdbios syscard3.pce
  2932.  
  2933. ;CD-DA volume.
  2934. pce.cddavolume 100
  2935.  
  2936. ;PSG volume when playing a CD game.
  2937. pce.cdpsgvolume 100
  2938.  
  2939. ;Disassembly font size.
  2940. pce.debugger.disfontsize small
  2941.  
  2942. ;Character encoding for the debugger's memory editor.
  2943. pce.debugger.memcharenc shift_jis
  2944.  
  2945. ;Disable BRAM(saved game memory) for CD games.
  2946. pce.disable_bram_cd 0
  2947.  
  2948. ;Disable BRAM(saved game memory) for HuCard games.
  2949. pce.disable_bram_hucard 0
  2950.  
  2951. ;If set, when RUN+SEL are pressed simultaneously, disable both buttons temporarily.
  2952. pce.disable_softreset 0
  2953.  
  2954. ;Enable (automatic) usage of this module.
  2955. pce.enable 1
  2956.  
  2957. ;Force monophonic sound output.
  2958. pce.forcemono 0
  2959.  
  2960. ;Force SuperGrafx emulation.
  2961. pce.forcesgx 0
  2962.  
  2963. ;Path to the GE CD BIOS
  2964. pce.gecdbios gecard.pce
  2965.  
  2966. ;Show horizontal overscan area.
  2967. pce.h_overscan 0
  2968.  
  2969. ;Enable multitap(TurboTap) emulation.
  2970. pce.input.multitap 1
  2971.  
  2972. ;Input device for Port 1
  2973. pce.input.port1 gamepad
  2974.  
  2975. ;pce, Port 1, Gamepad: DOWN ↓
  2976. pce.input.port1.gamepad.down keyboard 115
  2977.  
  2978. ;pce, Port 1, Gamepad: I
  2979. pce.input.port1.gamepad.i keyboard 259
  2980.  
  2981. ;pce, Port 1, Gamepad: II
  2982. pce.input.port1.gamepad.ii keyboard 258
  2983.  
  2984. ;pce, Port 1, Gamepad: III
  2985. pce.input.port1.gamepad.iii keyboard 257
  2986.  
  2987. ;pce, Port 1, Gamepad: IV
  2988. pce.input.port1.gamepad.iv keyboard 260
  2989.  
  2990. ;pce, Port 1, Gamepad: LEFT ←
  2991. pce.input.port1.gamepad.left keyboard 97
  2992.  
  2993. ;pce, Port 1, Gamepad: Mode
  2994. pce.input.port1.gamepad.mode_select keyboard 109
  2995.  
  2996. ;pce, Port 1, Gamepad: Rapid I
  2997. pce.input.port1.gamepad.rapid_i
  2998.  
  2999. ;pce, Port 1, Gamepad: Rapid II
  3000. pce.input.port1.gamepad.rapid_ii
  3001.  
  3002. ;pce, Port 1, Gamepad: RIGHT →
  3003. pce.input.port1.gamepad.right keyboard 100
  3004.  
  3005. ;pce, Port 1, Gamepad: RUN
  3006. pce.input.port1.gamepad.run keyboard 13
  3007.  
  3008. ;pce, Port 1, Gamepad: SELECT
  3009. pce.input.port1.gamepad.select keyboard 9
  3010.  
  3011. ;pce, Port 1, Gamepad: UP ↑
  3012. pce.input.port1.gamepad.up keyboard 119
  3013.  
  3014. ;pce, Port 1, Gamepad: V
  3015. pce.input.port1.gamepad.v keyboard 261
  3016.  
  3017. ;pce, Port 1, Gamepad: VI
  3018. pce.input.port1.gamepad.vi keyboard 262
  3019.  
  3020. ;pce, Port 1, Mouse: Left Button
  3021. pce.input.port1.mouse.left mouse 0000000000000000 00000000
  3022.  
  3023. ;pce, Port 1, Mouse: Right Button
  3024. pce.input.port1.mouse.right mouse 0000000000000000 00000002
  3025.  
  3026. ;pce, Port 1, Mouse: RUN
  3027. pce.input.port1.mouse.run keyboard 13
  3028.  
  3029. ;pce, Port 1, Mouse: SELECT
  3030. pce.input.port1.mouse.select keyboard 9
  3031.  
  3032. ;pce, Port 1, Tsushin Keyboard: 0
  3033. pce.input.port1.tsushinkb.0 keyboard 48
  3034.  
  3035. ;pce, Port 1, Tsushin Keyboard: 1
  3036. pce.input.port1.tsushinkb.1 keyboard 49
  3037.  
  3038. ;pce, Port 1, Tsushin Keyboard: 2
  3039. pce.input.port1.tsushinkb.2 keyboard 50
  3040.  
  3041. ;pce, Port 1, Tsushin Keyboard: 3
  3042. pce.input.port1.tsushinkb.3 keyboard 51
  3043.  
  3044. ;pce, Port 1, Tsushin Keyboard: 4
  3045. pce.input.port1.tsushinkb.4 keyboard 52
  3046.  
  3047. ;pce, Port 1, Tsushin Keyboard: 5
  3048. pce.input.port1.tsushinkb.5 keyboard 53
  3049.  
  3050. ;pce, Port 1, Tsushin Keyboard: 6
  3051. pce.input.port1.tsushinkb.6 keyboard 54
  3052.  
  3053. ;pce, Port 1, Tsushin Keyboard: 7
  3054. pce.input.port1.tsushinkb.7 keyboard 55
  3055.  
  3056. ;pce, Port 1, Tsushin Keyboard: 8
  3057. pce.input.port1.tsushinkb.8 keyboard 56
  3058.  
  3059. ;pce, Port 1, Tsushin Keyboard: 9
  3060. pce.input.port1.tsushinkb.9 keyboard 57
  3061.  
  3062. ;pce, Port 1, Tsushin Keyboard: a
  3063. pce.input.port1.tsushinkb.a keyboard 97
  3064.  
  3065. ;pce, Port 1, Tsushin Keyboard: @
  3066. pce.input.port1.tsushinkb.at keyboard 96
  3067.  
  3068. ;pce, Port 1, Tsushin Keyboard: b
  3069. pce.input.port1.tsushinkb.b keyboard 98
  3070.  
  3071. ;pce, Port 1, Tsushin Keyboard: backspace
  3072. pce.input.port1.tsushinkb.backspace keyboard 8
  3073.  
  3074. ;pce, Port 1, Tsushin Keyboard: c
  3075. pce.input.port1.tsushinkb.c keyboard 99
  3076.  
  3077. ;pce, Port 1, Tsushin Keyboard: Caps Lock
  3078. pce.input.port1.tsushinkb.caps_lock keyboard 301
  3079.  
  3080. ;pce, Port 1, Tsushin Keyboard: ^
  3081. pce.input.port1.tsushinkb.caret keyboard 61
  3082.  
  3083. ;pce, Port 1, Tsushin Keyboard: clear
  3084. pce.input.port1.tsushinkb.clear keyboard 278
  3085.  
  3086. ;pce, Port 1, Tsushin Keyboard: :
  3087. pce.input.port1.tsushinkb.colon keyboard 39
  3088.  
  3089. ;pce, Port 1, Tsushin Keyboard: ,
  3090. pce.input.port1.tsushinkb.comma keyboard 44
  3091.  
  3092. ;pce, Port 1, Tsushin Keyboard: 変換
  3093. pce.input.port1.tsushinkb.convert keyboard 307
  3094.  
  3095. ;pce, Port 1, Tsushin Keyboard: Copy
  3096. pce.input.port1.tsushinkb.copy keyboard 316
  3097.  
  3098. ;pce, Port 1, Tsushin Keyboard: CTRL/Control
  3099. pce.input.port1.tsushinkb.ctrl keyboard 306
  3100.  
  3101. ;pce, Port 1, Tsushin Keyboard: d
  3102. pce.input.port1.tsushinkb.d keyboard 100
  3103.  
  3104. ;pce, Port 1, Tsushin Keyboard: Delete
  3105. pce.input.port1.tsushinkb.delete keyboard 127
  3106.  
  3107. ;pce, Port 1, Tsushin Keyboard: down
  3108. pce.input.port1.tsushinkb.down keyboard 274
  3109.  
  3110. ;pce, Port 1, Tsushin Keyboard: e
  3111. pce.input.port1.tsushinkb.e keyboard 101
  3112.  
  3113. ;pce, Port 1, Tsushin Keyboard: Escape
  3114. pce.input.port1.tsushinkb.escape keyboard 27
  3115.  
  3116. ;pce, Port 1, Tsushin Keyboard: f
  3117. pce.input.port1.tsushinkb.f keyboard 102
  3118.  
  3119. ;pce, Port 1, Tsushin Keyboard: F1
  3120. pce.input.port1.tsushinkb.f1 keyboard 282
  3121.  
  3122. ;pce, Port 1, Tsushin Keyboard: F10
  3123. pce.input.port1.tsushinkb.f10 keyboard 291
  3124.  
  3125. ;pce, Port 1, Tsushin Keyboard: F2
  3126. pce.input.port1.tsushinkb.f2 keyboard 283
  3127.  
  3128. ;pce, Port 1, Tsushin Keyboard: F3
  3129. pce.input.port1.tsushinkb.f3 keyboard 284
  3130.  
  3131. ;pce, Port 1, Tsushin Keyboard: F4
  3132. pce.input.port1.tsushinkb.f4 keyboard 285
  3133.  
  3134. ;pce, Port 1, Tsushin Keyboard: F5
  3135. pce.input.port1.tsushinkb.f5 keyboard 286
  3136.  
  3137. ;pce, Port 1, Tsushin Keyboard: f6
  3138. pce.input.port1.tsushinkb.f6 keyboard 287
  3139.  
  3140. ;pce, Port 1, Tsushin Keyboard: f7
  3141. pce.input.port1.tsushinkb.f7 keyboard 288
  3142.  
  3143. ;pce, Port 1, Tsushin Keyboard: f8
  3144. pce.input.port1.tsushinkb.f8 keyboard 289
  3145.  
  3146. ;pce, Port 1, Tsushin Keyboard: f9
  3147. pce.input.port1.tsushinkb.f9 keyboard 290
  3148.  
  3149. ;pce, Port 1, Tsushin Keyboard: g
  3150. pce.input.port1.tsushinkb.g keyboard 103
  3151.  
  3152. ;pce, Port 1, Tsushin Keyboard: GRPH
  3153. pce.input.port1.tsushinkb.grph keyboard 0
  3154.  
  3155. ;pce, Port 1, Tsushin Keyboard: h
  3156. pce.input.port1.tsushinkb.h keyboard 104
  3157.  
  3158. ;pce, Port 1, Tsushin Keyboard: Help
  3159. pce.input.port1.tsushinkb.help keyboard 279
  3160.  
  3161. ;pce, Port 1, Tsushin Keyboard: i
  3162. pce.input.port1.tsushinkb.i keyboard 105
  3163.  
  3164. ;pce, Port 1, Tsushin Keyboard: insert
  3165. pce.input.port1.tsushinkb.insert keyboard 277
  3166.  
  3167. ;pce, Port 1, Tsushin Keyboard: j
  3168. pce.input.port1.tsushinkb.j keyboard 106
  3169.  
  3170. ;pce, Port 1, Tsushin Keyboard: k
  3171. pce.input.port1.tsushinkb.k keyboard 107
  3172.  
  3173. ;pce, Port 1, Tsushin Keyboard: カナ
  3174. pce.input.port1.tsushinkb.kana keyboard 311
  3175.  
  3176. ;pce, Port 1, Tsushin Keyboard: Keypad 0
  3177. pce.input.port1.tsushinkb.kp_0 keyboard 256
  3178.  
  3179. ;pce, Port 1, Tsushin Keyboard: Keypad 1
  3180. pce.input.port1.tsushinkb.kp_1 keyboard 257
  3181.  
  3182. ;pce, Port 1, Tsushin Keyboard: Keypad 2
  3183. pce.input.port1.tsushinkb.kp_2 keyboard 258
  3184.  
  3185. ;pce, Port 1, Tsushin Keyboard: Keypad 3
  3186. pce.input.port1.tsushinkb.kp_3 keyboard 259
  3187.  
  3188. ;pce, Port 1, Tsushin Keyboard: Keypad 4
  3189. pce.input.port1.tsushinkb.kp_4 keyboard 260
  3190.  
  3191. ;pce, Port 1, Tsushin Keyboard: Keypad 5
  3192. pce.input.port1.tsushinkb.kp_5 keyboard 261
  3193.  
  3194. ;pce, Port 1, Tsushin Keyboard: Keypad 6
  3195. pce.input.port1.tsushinkb.kp_6 keyboard 262
  3196.  
  3197. ;pce, Port 1, Tsushin Keyboard: Keypad 7
  3198. pce.input.port1.tsushinkb.kp_7 keyboard 263
  3199.  
  3200. ;pce, Port 1, Tsushin Keyboard: Keypad 8
  3201. pce.input.port1.tsushinkb.kp_8 keyboard 264
  3202.  
  3203. ;pce, Port 1, Tsushin Keyboard: Keypad 9
  3204. pce.input.port1.tsushinkb.kp_9 keyboard 265
  3205.  
  3206. ;pce, Port 1, Tsushin Keyboard: Keypad ,
  3207. pce.input.port1.tsushinkb.kp_comma keyboard 0
  3208.  
  3209. ;pce, Port 1, Tsushin Keyboard: Keypad Divide
  3210. pce.input.port1.tsushinkb.kp_divide keyboard 267
  3211.  
  3212. ;pce, Port 1, Tsushin Keyboard: Keypad Enter
  3213. pce.input.port1.tsushinkb.kp_enter keyboard 271
  3214.  
  3215. ;pce, Port 1, Tsushin Keyboard: Keypad =
  3216. pce.input.port1.tsushinkb.kp_equals keyboard 272
  3217.  
  3218. ;pce, Port 1, Tsushin Keyboard: Keypad Minus
  3219. pce.input.port1.tsushinkb.kp_minus keyboard 269
  3220.  
  3221. ;pce, Port 1, Tsushin Keyboard: Keypad *
  3222. pce.input.port1.tsushinkb.kp_multiply keyboard 268
  3223.  
  3224. ;pce, Port 1, Tsushin Keyboard: Keypad .
  3225. pce.input.port1.tsushinkb.kp_period keyboard 266
  3226.  
  3227. ;pce, Port 1, Tsushin Keyboard: Keypad +
  3228. pce.input.port1.tsushinkb.kp_plus keyboard 270
  3229.  
  3230. ;pce, Port 1, Tsushin Keyboard: l
  3231. pce.input.port1.tsushinkb.l keyboard 108
  3232.  
  3233. ;pce, Port 1, Tsushin Keyboard: left
  3234. pce.input.port1.tsushinkb.left keyboard 276
  3235.  
  3236. ;pce, Port 1, Tsushin Keyboard: [
  3237. pce.input.port1.tsushinkb.left_bracket keyboard 91
  3238.  
  3239. ;pce, Port 1, Tsushin Keyboard: Left Shift
  3240. pce.input.port1.tsushinkb.left_shift keyboard 304
  3241.  
  3242. ;pce, Port 1, Tsushin Keyboard: m
  3243. pce.input.port1.tsushinkb.m keyboard 109
  3244.  
  3245. ;pce, Port 1, Tsushin Keyboard: Minus
  3246. pce.input.port1.tsushinkb.minus keyboard 45
  3247.  
  3248. ;pce, Port 1, Tsushin Keyboard: n
  3249. pce.input.port1.tsushinkb.n keyboard 110
  3250.  
  3251. ;pce, Port 1, Tsushin Keyboard: 決定
  3252. pce.input.port1.tsushinkb.nonconvert keyboard 308
  3253.  
  3254. ;pce, Port 1, Tsushin Keyboard: o
  3255. pce.input.port1.tsushinkb.o keyboard 111
  3256.  
  3257. ;pce, Port 1, Tsushin Keyboard: p
  3258. pce.input.port1.tsushinkb.p keyboard 112
  3259.  
  3260. ;pce, Port 1, Tsushin Keyboard: PC
  3261. pce.input.port1.tsushinkb.pc keyboard 312
  3262.  
  3263. ;pce, Port 1, Tsushin Keyboard: .
  3264. pce.input.port1.tsushinkb.period keyboard 46
  3265.  
  3266. ;pce, Port 1, Tsushin Keyboard: q
  3267. pce.input.port1.tsushinkb.q keyboard 113
  3268.  
  3269. ;pce, Port 1, Tsushin Keyboard: r
  3270. pce.input.port1.tsushinkb.r keyboard 114
  3271.  
  3272. ;pce, Port 1, Tsushin Keyboard: return
  3273. pce.input.port1.tsushinkb.return keyboard 13
  3274.  
  3275. ;pce, Port 1, Tsushin Keyboard: right
  3276. pce.input.port1.tsushinkb.right keyboard 275
  3277.  
  3278. ;pce, Port 1, Tsushin Keyboard: ]
  3279. pce.input.port1.tsushinkb.right_bracket keyboard 93
  3280.  
  3281. ;pce, Port 1, Tsushin Keyboard: Right Shift
  3282. pce.input.port1.tsushinkb.right_shift keyboard 303
  3283.  
  3284. ;pce, Port 1, Tsushin Keyboard: ROLL DOWN
  3285. pce.input.port1.tsushinkb.roll_down keyboard 281
  3286.  
  3287. ;pce, Port 1, Tsushin Keyboard: ROLL UP
  3288. pce.input.port1.tsushinkb.roll_up keyboard 280
  3289.  
  3290. ;pce, Port 1, Tsushin Keyboard: s
  3291. pce.input.port1.tsushinkb.s keyboard 115
  3292.  
  3293. ;pce, Port 1, Tsushin Keyboard: ;
  3294. pce.input.port1.tsushinkb.semicolon keyboard 59
  3295.  
  3296. ;pce, Port 1, Tsushin Keyboard: /
  3297. pce.input.port1.tsushinkb.slash keyboard 47
  3298.  
  3299. ;pce, Port 1, Tsushin Keyboard: space
  3300. pce.input.port1.tsushinkb.space keyboard 32
  3301.  
  3302. ;pce, Port 1, Tsushin Keyboard: STOP
  3303. pce.input.port1.tsushinkb.stop keyboard 318
  3304.  
  3305. ;pce, Port 1, Tsushin Keyboard: t
  3306. pce.input.port1.tsushinkb.t keyboard 116
  3307.  
  3308. ;pce, Port 1, Tsushin Keyboard: Tab
  3309. pce.input.port1.tsushinkb.tab keyboard 9
  3310.  
  3311. ;pce, Port 1, Tsushin Keyboard: u
  3312. pce.input.port1.tsushinkb.u keyboard 117
  3313.  
  3314. ;pce, Port 1, Tsushin Keyboard: Underscore
  3315. pce.input.port1.tsushinkb.underscore keyboard 0
  3316.  
  3317. ;pce, Port 1, Tsushin Keyboard: up
  3318. pce.input.port1.tsushinkb.up keyboard 273
  3319.  
  3320. ;pce, Port 1, Tsushin Keyboard: v
  3321. pce.input.port1.tsushinkb.v keyboard 118
  3322.  
  3323. ;pce, Port 1, Tsushin Keyboard: w
  3324. pce.input.port1.tsushinkb.w keyboard 119
  3325.  
  3326. ;pce, Port 1, Tsushin Keyboard: 変換
  3327. pce.input.port1.tsushinkb.width keyboard 305
  3328.  
  3329. ;pce, Port 1, Tsushin Keyboard: x
  3330. pce.input.port1.tsushinkb.x keyboard 120
  3331.  
  3332. ;pce, Port 1, Tsushin Keyboard: y
  3333. pce.input.port1.tsushinkb.y keyboard 121
  3334.  
  3335. ;pce, Port 1, Tsushin Keyboard: Yen
  3336. pce.input.port1.tsushinkb.yen keyboard 43
  3337.  
  3338. ;pce, Port 1, Tsushin Keyboard: z
  3339. pce.input.port1.tsushinkb.z keyboard 122
  3340.  
  3341. ;Input device for Port 2
  3342. pce.input.port2 gamepad
  3343.  
  3344. ;pce, Port 2, Gamepad: DOWN ↓
  3345. pce.input.port2.gamepad.down
  3346.  
  3347. ;pce, Port 2, Gamepad: I
  3348. pce.input.port2.gamepad.i
  3349.  
  3350. ;pce, Port 2, Gamepad: II
  3351. pce.input.port2.gamepad.ii
  3352.  
  3353. ;pce, Port 2, Gamepad: III
  3354. pce.input.port2.gamepad.iii
  3355.  
  3356. ;pce, Port 2, Gamepad: IV
  3357. pce.input.port2.gamepad.iv
  3358.  
  3359. ;pce, Port 2, Gamepad: LEFT ←
  3360. pce.input.port2.gamepad.left
  3361.  
  3362. ;pce, Port 2, Gamepad: Mode
  3363. pce.input.port2.gamepad.mode_select
  3364.  
  3365. ;pce, Port 2, Gamepad: Rapid I
  3366. pce.input.port2.gamepad.rapid_i
  3367.  
  3368. ;pce, Port 2, Gamepad: Rapid II
  3369. pce.input.port2.gamepad.rapid_ii
  3370.  
  3371. ;pce, Port 2, Gamepad: RIGHT →
  3372. pce.input.port2.gamepad.right
  3373.  
  3374. ;pce, Port 2, Gamepad: RUN
  3375. pce.input.port2.gamepad.run
  3376.  
  3377. ;pce, Port 2, Gamepad: SELECT
  3378. pce.input.port2.gamepad.select
  3379.  
  3380. ;pce, Port 2, Gamepad: UP ↑
  3381. pce.input.port2.gamepad.up
  3382.  
  3383. ;pce, Port 2, Gamepad: V
  3384. pce.input.port2.gamepad.v
  3385.  
  3386. ;pce, Port 2, Gamepad: VI
  3387. pce.input.port2.gamepad.vi
  3388.  
  3389. ;pce, Port 2, Mouse: Left Button
  3390. pce.input.port2.mouse.left mouse 0000000000000000 00000000
  3391.  
  3392. ;pce, Port 2, Mouse: Right Button
  3393. pce.input.port2.mouse.right mouse 0000000000000000 00000002
  3394.  
  3395. ;pce, Port 2, Mouse: RUN
  3396. pce.input.port2.mouse.run keyboard 13
  3397.  
  3398. ;pce, Port 2, Mouse: SELECT
  3399. pce.input.port2.mouse.select keyboard 9
  3400.  
  3401. ;Input device for Port 3
  3402. pce.input.port3 gamepad
  3403.  
  3404. ;pce, Port 3, Gamepad: DOWN ↓
  3405. pce.input.port3.gamepad.down
  3406.  
  3407. ;pce, Port 3, Gamepad: I
  3408. pce.input.port3.gamepad.i
  3409.  
  3410. ;pce, Port 3, Gamepad: II
  3411. pce.input.port3.gamepad.ii
  3412.  
  3413. ;pce, Port 3, Gamepad: III
  3414. pce.input.port3.gamepad.iii
  3415.  
  3416. ;pce, Port 3, Gamepad: IV
  3417. pce.input.port3.gamepad.iv
  3418.  
  3419. ;pce, Port 3, Gamepad: LEFT ←
  3420. pce.input.port3.gamepad.left
  3421.  
  3422. ;pce, Port 3, Gamepad: Mode
  3423. pce.input.port3.gamepad.mode_select
  3424.  
  3425. ;pce, Port 3, Gamepad: Rapid I
  3426. pce.input.port3.gamepad.rapid_i
  3427.  
  3428. ;pce, Port 3, Gamepad: Rapid II
  3429. pce.input.port3.gamepad.rapid_ii
  3430.  
  3431. ;pce, Port 3, Gamepad: RIGHT →
  3432. pce.input.port3.gamepad.right
  3433.  
  3434. ;pce, Port 3, Gamepad: RUN
  3435. pce.input.port3.gamepad.run
  3436.  
  3437. ;pce, Port 3, Gamepad: SELECT
  3438. pce.input.port3.gamepad.select
  3439.  
  3440. ;pce, Port 3, Gamepad: UP ↑
  3441. pce.input.port3.gamepad.up
  3442.  
  3443. ;pce, Port 3, Gamepad: V
  3444. pce.input.port3.gamepad.v
  3445.  
  3446. ;pce, Port 3, Gamepad: VI
  3447. pce.input.port3.gamepad.vi
  3448.  
  3449. ;pce, Port 3, Mouse: Left Button
  3450. pce.input.port3.mouse.left mouse 0000000000000000 00000000
  3451.  
  3452. ;pce, Port 3, Mouse: Right Button
  3453. pce.input.port3.mouse.right mouse 0000000000000000 00000002
  3454.  
  3455. ;pce, Port 3, Mouse: RUN
  3456. pce.input.port3.mouse.run keyboard 13
  3457.  
  3458. ;pce, Port 3, Mouse: SELECT
  3459. pce.input.port3.mouse.select keyboard 9
  3460.  
  3461. ;Input device for Port 4
  3462. pce.input.port4 gamepad
  3463.  
  3464. ;pce, Port 4, Gamepad: DOWN ↓
  3465. pce.input.port4.gamepad.down
  3466.  
  3467. ;pce, Port 4, Gamepad: I
  3468. pce.input.port4.gamepad.i
  3469.  
  3470. ;pce, Port 4, Gamepad: II
  3471. pce.input.port4.gamepad.ii
  3472.  
  3473. ;pce, Port 4, Gamepad: III
  3474. pce.input.port4.gamepad.iii
  3475.  
  3476. ;pce, Port 4, Gamepad: IV
  3477. pce.input.port4.gamepad.iv
  3478.  
  3479. ;pce, Port 4, Gamepad: LEFT ←
  3480. pce.input.port4.gamepad.left
  3481.  
  3482. ;pce, Port 4, Gamepad: Mode
  3483. pce.input.port4.gamepad.mode_select
  3484.  
  3485. ;pce, Port 4, Gamepad: Rapid I
  3486. pce.input.port4.gamepad.rapid_i
  3487.  
  3488. ;pce, Port 4, Gamepad: Rapid II
  3489. pce.input.port4.gamepad.rapid_ii
  3490.  
  3491. ;pce, Port 4, Gamepad: RIGHT →
  3492. pce.input.port4.gamepad.right
  3493.  
  3494. ;pce, Port 4, Gamepad: RUN
  3495. pce.input.port4.gamepad.run
  3496.  
  3497. ;pce, Port 4, Gamepad: SELECT
  3498. pce.input.port4.gamepad.select
  3499.  
  3500. ;pce, Port 4, Gamepad: UP ↑
  3501. pce.input.port4.gamepad.up
  3502.  
  3503. ;pce, Port 4, Gamepad: V
  3504. pce.input.port4.gamepad.v
  3505.  
  3506. ;pce, Port 4, Gamepad: VI
  3507. pce.input.port4.gamepad.vi
  3508.  
  3509. ;pce, Port 4, Mouse: Left Button
  3510. pce.input.port4.mouse.left mouse 0000000000000000 00000000
  3511.  
  3512. ;pce, Port 4, Mouse: Right Button
  3513. pce.input.port4.mouse.right mouse 0000000000000000 00000002
  3514.  
  3515. ;pce, Port 4, Mouse: RUN
  3516. pce.input.port4.mouse.run keyboard 13
  3517.  
  3518. ;pce, Port 4, Mouse: SELECT
  3519. pce.input.port4.mouse.select keyboard 9
  3520.  
  3521. ;Input device for Port 5
  3522. pce.input.port5 gamepad
  3523.  
  3524. ;pce, Port 5, Gamepad: DOWN ↓
  3525. pce.input.port5.gamepad.down
  3526.  
  3527. ;pce, Port 5, Gamepad: I
  3528. pce.input.port5.gamepad.i
  3529.  
  3530. ;pce, Port 5, Gamepad: II
  3531. pce.input.port5.gamepad.ii
  3532.  
  3533. ;pce, Port 5, Gamepad: III
  3534. pce.input.port5.gamepad.iii
  3535.  
  3536. ;pce, Port 5, Gamepad: IV
  3537. pce.input.port5.gamepad.iv
  3538.  
  3539. ;pce, Port 5, Gamepad: LEFT ←
  3540. pce.input.port5.gamepad.left
  3541.  
  3542. ;pce, Port 5, Gamepad: Mode
  3543. pce.input.port5.gamepad.mode_select
  3544.  
  3545. ;pce, Port 5, Gamepad: Rapid I
  3546. pce.input.port5.gamepad.rapid_i
  3547.  
  3548. ;pce, Port 5, Gamepad: Rapid II
  3549. pce.input.port5.gamepad.rapid_ii
  3550.  
  3551. ;pce, Port 5, Gamepad: RIGHT →
  3552. pce.input.port5.gamepad.right
  3553.  
  3554. ;pce, Port 5, Gamepad: RUN
  3555. pce.input.port5.gamepad.run
  3556.  
  3557. ;pce, Port 5, Gamepad: SELECT
  3558. pce.input.port5.gamepad.select
  3559.  
  3560. ;pce, Port 5, Gamepad: UP ↑
  3561. pce.input.port5.gamepad.up
  3562.  
  3563. ;pce, Port 5, Gamepad: V
  3564. pce.input.port5.gamepad.v
  3565.  
  3566. ;pce, Port 5, Gamepad: VI
  3567. pce.input.port5.gamepad.vi
  3568.  
  3569. ;pce, Port 5, Mouse: Left Button
  3570. pce.input.port5.mouse.left mouse 0000000000000000 00000000
  3571.  
  3572. ;pce, Port 5, Mouse: Right Button
  3573. pce.input.port5.mouse.right mouse 0000000000000000 00000002
  3574.  
  3575. ;pce, Port 5, Mouse: RUN
  3576. pce.input.port5.mouse.run keyboard 13
  3577.  
  3578. ;pce, Port 5, Mouse: SELECT
  3579. pce.input.port5.mouse.select keyboard 9
  3580.  
  3581. ;Emulated mouse sensitivity.
  3582. pce.mouse_sensitivity 0.50
  3583.  
  3584. ;Remove 16-sprites-per-scanline hardware limit.
  3585. pce.nospritelimit 0
  3586.  
  3587. ;Enable specified OpenGL pixel shader.
  3588. pce.pixshader none
  3589.  
  3590. ;Select PSG revision.
  3591. pce.psgrevision match
  3592.  
  3593. ;Sound quality.
  3594. pce.resamp_quality 3
  3595.  
  3596. ;Sound output rate tolerance.
  3597. pce.resamp_rate_error 0.0000009
  3598.  
  3599. ;Enable scanlines with specified opacity.
  3600. pce.scanlines 0
  3601.  
  3602. ;Last rendered scanline.
  3603. pce.slend 235
  3604.  
  3605. ;First rendered scanline.
  3606. pce.slstart 4
  3607.  
  3608. ;Enable specified special video scaler.
  3609. pce.special none
  3610.  
  3611. ;Stretch to fill screen.
  3612. pce.stretch aspect
  3613.  
  3614. ;Enable video temporal blur(50/50 previous/current frame by default).
  3615. pce.tblur 0
  3616.  
  3617. ;Accumulate color data rather than discarding it.
  3618. pce.tblur.accum 0
  3619.  
  3620. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  3621. pce.tblur.accum.amount 50
  3622.  
  3623. ;Enable (bi)linear interpolation.
  3624. pce.videoip 1
  3625.  
  3626. ;Size of emulated VRAM per VDC in 16-bit words. DO NOT CHANGE THIS UNLESS YOU KNOW WTF YOU ARE DOING.
  3627. pce.vramsize 32768
  3628.  
  3629. ;Full-screen horizontal resolution.
  3630. pce.xres 0
  3631.  
  3632. ;Scaling factor for the X axis in windowed mode.
  3633. pce.xscale 3.000000
  3634.  
  3635. ;Scaling factor for the X axis in fullscreen mode.
  3636. pce.xscalefs 1.000000
  3637.  
  3638. ;Full-screen vertical resolution.
  3639. pce.yres 0
  3640.  
  3641. ;Scaling factor for the Y axis in windowed mode.
  3642. pce.yscale 3.000000
  3643.  
  3644. ;Scaling factor for the Y axis in fullscreen mode.
  3645. pce.yscalefs 1.000000
  3646.  
  3647. ;Enable dynamic ADPCM lowpass filter.
  3648. pce_fast.adpcmlp 0
  3649.  
  3650. ;ADPCM volume.
  3651. pce_fast.adpcmvolume 100
  3652.  
  3653. ;Enable Arcade Card emulation.
  3654. pce_fast.arcadecard 1
  3655.  
  3656. ;Path to the CD BIOS
  3657. pce_fast.cdbios syscard3.pce
  3658.  
  3659. ;CD-DA volume.
  3660. pce_fast.cddavolume 100
  3661.  
  3662. ;PSG volume when playing a CD game.
  3663. pce_fast.cdpsgvolume 100
  3664.  
  3665. ;CD-ROM data transfer speed multiplier.
  3666. pce_fast.cdspeed 1
  3667.  
  3668. ;Correct the aspect ratio.
  3669. pce_fast.correct_aspect 1
  3670.  
  3671. ;If set, when RUN+SEL are pressed simultaneously, disable both buttons temporarily.
  3672. pce_fast.disable_softreset 0
  3673.  
  3674. ;Enable (automatic) usage of this module.
  3675. pce_fast.enable 1
  3676.  
  3677. ;Force monophonic sound output.
  3678. pce_fast.forcemono 0
  3679.  
  3680. ;Force SuperGrafx emulation.
  3681. pce_fast.forcesgx 0
  3682.  
  3683. ;Input device for Port 1
  3684. pce_fast.input.port1 gamepad
  3685.  
  3686. ;pce_fast, Port 1, Gamepad: DOWN ↓
  3687. pce_fast.input.port1.gamepad.down keyboard 274
  3688.  
  3689. ;pce_fast, Port 1, Gamepad: I
  3690. pce_fast.input.port1.gamepad.i keyboard 306
  3691.  
  3692. ;pce_fast, Port 1, Gamepad: II
  3693. pce_fast.input.port1.gamepad.ii keyboard 308
  3694.  
  3695. ;pce_fast, Port 1, Gamepad: III
  3696. pce_fast.input.port1.gamepad.iii
  3697.  
  3698. ;pce_fast, Port 1, Gamepad: IV
  3699. pce_fast.input.port1.gamepad.iv
  3700.  
  3701. ;pce_fast, Port 1, Gamepad: LEFT ←
  3702. pce_fast.input.port1.gamepad.left keyboard 276
  3703.  
  3704. ;pce_fast, Port 1, Gamepad: Mode
  3705. pce_fast.input.port1.gamepad.mode_select
  3706.  
  3707. ;pce_fast, Port 1, Gamepad: Rapid I
  3708. pce_fast.input.port1.gamepad.rapid_i
  3709.  
  3710. ;pce_fast, Port 1, Gamepad: Rapid II
  3711. pce_fast.input.port1.gamepad.rapid_ii
  3712.  
  3713. ;pce_fast, Port 1, Gamepad: RIGHT →
  3714. pce_fast.input.port1.gamepad.right keyboard 275
  3715.  
  3716. ;pce_fast, Port 1, Gamepad: RUN
  3717. pce_fast.input.port1.gamepad.run keyboard 13
  3718.  
  3719. ;pce_fast, Port 1, Gamepad: SELECT
  3720. pce_fast.input.port1.gamepad.select
  3721.  
  3722. ;pce_fast, Port 1, Gamepad: UP ↑
  3723. pce_fast.input.port1.gamepad.up keyboard 273
  3724.  
  3725. ;pce_fast, Port 1, Gamepad: V
  3726. pce_fast.input.port1.gamepad.v
  3727.  
  3728. ;pce_fast, Port 1, Gamepad: VI
  3729. pce_fast.input.port1.gamepad.vi
  3730.  
  3731. ;pce_fast, Port 1, Mouse: Left Button
  3732. pce_fast.input.port1.mouse.left
  3733.  
  3734. ;pce_fast, Port 1, Mouse: Right Button
  3735. pce_fast.input.port1.mouse.right
  3736.  
  3737. ;Input device for Port 2
  3738. pce_fast.input.port2 gamepad
  3739.  
  3740. ;pce_fast, Port 2, Gamepad: DOWN ↓
  3741. pce_fast.input.port2.gamepad.down
  3742.  
  3743. ;pce_fast, Port 2, Gamepad: I
  3744. pce_fast.input.port2.gamepad.i
  3745.  
  3746. ;pce_fast, Port 2, Gamepad: II
  3747. pce_fast.input.port2.gamepad.ii
  3748.  
  3749. ;pce_fast, Port 2, Gamepad: III
  3750. pce_fast.input.port2.gamepad.iii
  3751.  
  3752. ;pce_fast, Port 2, Gamepad: IV
  3753. pce_fast.input.port2.gamepad.iv
  3754.  
  3755. ;pce_fast, Port 2, Gamepad: LEFT ←
  3756. pce_fast.input.port2.gamepad.left
  3757.  
  3758. ;pce_fast, Port 2, Gamepad: Mode
  3759. pce_fast.input.port2.gamepad.mode_select
  3760.  
  3761. ;pce_fast, Port 2, Gamepad: Rapid I
  3762. pce_fast.input.port2.gamepad.rapid_i
  3763.  
  3764. ;pce_fast, Port 2, Gamepad: Rapid II
  3765. pce_fast.input.port2.gamepad.rapid_ii
  3766.  
  3767. ;pce_fast, Port 2, Gamepad: RIGHT →
  3768. pce_fast.input.port2.gamepad.right
  3769.  
  3770. ;pce_fast, Port 2, Gamepad: RUN
  3771. pce_fast.input.port2.gamepad.run
  3772.  
  3773. ;pce_fast, Port 2, Gamepad: SELECT
  3774. pce_fast.input.port2.gamepad.select
  3775.  
  3776. ;pce_fast, Port 2, Gamepad: UP ↑
  3777. pce_fast.input.port2.gamepad.up
  3778.  
  3779. ;pce_fast, Port 2, Gamepad: V
  3780. pce_fast.input.port2.gamepad.v
  3781.  
  3782. ;pce_fast, Port 2, Gamepad: VI
  3783. pce_fast.input.port2.gamepad.vi
  3784.  
  3785. ;pce_fast, Port 2, Mouse: Left Button
  3786. pce_fast.input.port2.mouse.left
  3787.  
  3788. ;pce_fast, Port 2, Mouse: Right Button
  3789. pce_fast.input.port2.mouse.right
  3790.  
  3791. ;Input device for Port 3
  3792. pce_fast.input.port3 gamepad
  3793.  
  3794. ;pce_fast, Port 3, Gamepad: DOWN ↓
  3795. pce_fast.input.port3.gamepad.down
  3796.  
  3797. ;pce_fast, Port 3, Gamepad: I
  3798. pce_fast.input.port3.gamepad.i
  3799.  
  3800. ;pce_fast, Port 3, Gamepad: II
  3801. pce_fast.input.port3.gamepad.ii
  3802.  
  3803. ;pce_fast, Port 3, Gamepad: III
  3804. pce_fast.input.port3.gamepad.iii
  3805.  
  3806. ;pce_fast, Port 3, Gamepad: IV
  3807. pce_fast.input.port3.gamepad.iv
  3808.  
  3809. ;pce_fast, Port 3, Gamepad: LEFT ←
  3810. pce_fast.input.port3.gamepad.left
  3811.  
  3812. ;pce_fast, Port 3, Gamepad: Mode
  3813. pce_fast.input.port3.gamepad.mode_select
  3814.  
  3815. ;pce_fast, Port 3, Gamepad: Rapid I
  3816. pce_fast.input.port3.gamepad.rapid_i
  3817.  
  3818. ;pce_fast, Port 3, Gamepad: Rapid II
  3819. pce_fast.input.port3.gamepad.rapid_ii
  3820.  
  3821. ;pce_fast, Port 3, Gamepad: RIGHT →
  3822. pce_fast.input.port3.gamepad.right
  3823.  
  3824. ;pce_fast, Port 3, Gamepad: RUN
  3825. pce_fast.input.port3.gamepad.run
  3826.  
  3827. ;pce_fast, Port 3, Gamepad: SELECT
  3828. pce_fast.input.port3.gamepad.select
  3829.  
  3830. ;pce_fast, Port 3, Gamepad: UP ↑
  3831. pce_fast.input.port3.gamepad.up
  3832.  
  3833. ;pce_fast, Port 3, Gamepad: V
  3834. pce_fast.input.port3.gamepad.v
  3835.  
  3836. ;pce_fast, Port 3, Gamepad: VI
  3837. pce_fast.input.port3.gamepad.vi
  3838.  
  3839. ;pce_fast, Port 3, Mouse: Left Button
  3840. pce_fast.input.port3.mouse.left
  3841.  
  3842. ;pce_fast, Port 3, Mouse: Right Button
  3843. pce_fast.input.port3.mouse.right
  3844.  
  3845. ;Input device for Port 4
  3846. pce_fast.input.port4 gamepad
  3847.  
  3848. ;pce_fast, Port 4, Gamepad: DOWN ↓
  3849. pce_fast.input.port4.gamepad.down
  3850.  
  3851. ;pce_fast, Port 4, Gamepad: I
  3852. pce_fast.input.port4.gamepad.i
  3853.  
  3854. ;pce_fast, Port 4, Gamepad: II
  3855. pce_fast.input.port4.gamepad.ii
  3856.  
  3857. ;pce_fast, Port 4, Gamepad: III
  3858. pce_fast.input.port4.gamepad.iii
  3859.  
  3860. ;pce_fast, Port 4, Gamepad: IV
  3861. pce_fast.input.port4.gamepad.iv
  3862.  
  3863. ;pce_fast, Port 4, Gamepad: LEFT ←
  3864. pce_fast.input.port4.gamepad.left
  3865.  
  3866. ;pce_fast, Port 4, Gamepad: Mode
  3867. pce_fast.input.port4.gamepad.mode_select
  3868.  
  3869. ;pce_fast, Port 4, Gamepad: Rapid I
  3870. pce_fast.input.port4.gamepad.rapid_i
  3871.  
  3872. ;pce_fast, Port 4, Gamepad: Rapid II
  3873. pce_fast.input.port4.gamepad.rapid_ii
  3874.  
  3875. ;pce_fast, Port 4, Gamepad: RIGHT →
  3876. pce_fast.input.port4.gamepad.right
  3877.  
  3878. ;pce_fast, Port 4, Gamepad: RUN
  3879. pce_fast.input.port4.gamepad.run
  3880.  
  3881. ;pce_fast, Port 4, Gamepad: SELECT
  3882. pce_fast.input.port4.gamepad.select
  3883.  
  3884. ;pce_fast, Port 4, Gamepad: UP ↑
  3885. pce_fast.input.port4.gamepad.up
  3886.  
  3887. ;pce_fast, Port 4, Gamepad: V
  3888. pce_fast.input.port4.gamepad.v
  3889.  
  3890. ;pce_fast, Port 4, Gamepad: VI
  3891. pce_fast.input.port4.gamepad.vi
  3892.  
  3893. ;pce_fast, Port 4, Mouse: Left Button
  3894. pce_fast.input.port4.mouse.left
  3895.  
  3896. ;pce_fast, Port 4, Mouse: Right Button
  3897. pce_fast.input.port4.mouse.right
  3898.  
  3899. ;Input device for Port 5
  3900. pce_fast.input.port5 gamepad
  3901.  
  3902. ;pce_fast, Port 5, Gamepad: DOWN ↓
  3903. pce_fast.input.port5.gamepad.down
  3904.  
  3905. ;pce_fast, Port 5, Gamepad: I
  3906. pce_fast.input.port5.gamepad.i
  3907.  
  3908. ;pce_fast, Port 5, Gamepad: II
  3909. pce_fast.input.port5.gamepad.ii
  3910.  
  3911. ;pce_fast, Port 5, Gamepad: III
  3912. pce_fast.input.port5.gamepad.iii
  3913.  
  3914. ;pce_fast, Port 5, Gamepad: IV
  3915. pce_fast.input.port5.gamepad.iv
  3916.  
  3917. ;pce_fast, Port 5, Gamepad: LEFT ←
  3918. pce_fast.input.port5.gamepad.left
  3919.  
  3920. ;pce_fast, Port 5, Gamepad: Mode
  3921. pce_fast.input.port5.gamepad.mode_select
  3922.  
  3923. ;pce_fast, Port 5, Gamepad: Rapid I
  3924. pce_fast.input.port5.gamepad.rapid_i
  3925.  
  3926. ;pce_fast, Port 5, Gamepad: Rapid II
  3927. pce_fast.input.port5.gamepad.rapid_ii
  3928.  
  3929. ;pce_fast, Port 5, Gamepad: RIGHT →
  3930. pce_fast.input.port5.gamepad.right
  3931.  
  3932. ;pce_fast, Port 5, Gamepad: RUN
  3933. pce_fast.input.port5.gamepad.run
  3934.  
  3935. ;pce_fast, Port 5, Gamepad: SELECT
  3936. pce_fast.input.port5.gamepad.select
  3937.  
  3938. ;pce_fast, Port 5, Gamepad: UP ↑
  3939. pce_fast.input.port5.gamepad.up
  3940.  
  3941. ;pce_fast, Port 5, Gamepad: V
  3942. pce_fast.input.port5.gamepad.v
  3943.  
  3944. ;pce_fast, Port 5, Gamepad: VI
  3945. pce_fast.input.port5.gamepad.vi
  3946.  
  3947. ;pce_fast, Port 5, Mouse: Left Button
  3948. pce_fast.input.port5.mouse.left
  3949.  
  3950. ;pce_fast, Port 5, Mouse: Right Button
  3951. pce_fast.input.port5.mouse.right
  3952.  
  3953. ;Mouse sensitivity.
  3954. pce_fast.mouse_sensitivity 0.50
  3955.  
  3956. ;Remove 16-sprites-per-scanline hardware limit.
  3957. pce_fast.nospritelimit 0
  3958.  
  3959. ;CPU overclock multiplier.
  3960. pce_fast.ocmultiplier 1
  3961.  
  3962. ;Enable specified OpenGL pixel shader.
  3963. pce_fast.pixshader none
  3964.  
  3965. ;Enable scanlines with specified opacity.
  3966. pce_fast.scanlines 0
  3967.  
  3968. ;Last rendered scanline.
  3969. pce_fast.slend 235
  3970.  
  3971. ;First rendered scanline.
  3972. pce_fast.slstart 4
  3973.  
  3974. ;Enable specified special video scaler.
  3975. pce_fast.special none
  3976.  
  3977. ;Stretch to fill screen.
  3978. pce_fast.stretch aspect
  3979.  
  3980. ;Enable video temporal blur(50/50 previous/current frame by default).
  3981. pce_fast.tblur 0
  3982.  
  3983. ;Accumulate color data rather than discarding it.
  3984. pce_fast.tblur.accum 0
  3985.  
  3986. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  3987. pce_fast.tblur.accum.amount 50
  3988.  
  3989. ;Enable (bi)linear interpolation.
  3990. pce_fast.videoip 1
  3991.  
  3992. ;Full-screen horizontal resolution.
  3993. pce_fast.xres 298
  3994.  
  3995. ;Scaling factor for the X axis in windowed mode.
  3996. pce_fast.xscale 3.000000
  3997.  
  3998. ;Scaling factor for the X axis in fullscreen mode.
  3999. pce_fast.xscalefs 1.000000
  4000.  
  4001. ;Full-screen vertical resolution.
  4002. pce_fast.yres 240
  4003.  
  4004. ;Scaling factor for the Y axis in windowed mode.
  4005. pce_fast.yscale 3.000000
  4006.  
  4007. ;Scaling factor for the Y axis in fullscreen mode.
  4008. pce_fast.yscalefs 1.000000
  4009.  
  4010. ;Hack that emulates the codec a buggy ADPCM encoder used for some games' ADPCM.
  4011. pcfx.adpcm.emulate_buggy_codec 0
  4012.  
  4013. ;Hack to suppress clicks caused by forced channel resets.
  4014. pcfx.adpcm.suppress_channel_reset_clicks 1
  4015.  
  4016. ;Path to the ROM BIOS
  4017. pcfx.bios pcfx.rom
  4018.  
  4019. ;Emulated CD-ROM speed.
  4020. pcfx.cdspeed 2
  4021.  
  4022. ;CPU emulation mode.
  4023. pcfx.cpu_emulation auto
  4024.  
  4025. ;Disassembly font size.
  4026. pcfx.debugger.disfontsize small
  4027.  
  4028. ;Character encoding for the debugger's memory editor.
  4029. pcfx.debugger.memcharenc shift_jis
  4030.  
  4031. ;Disable internal and external BRAM.
  4032. pcfx.disable_bram 0
  4033.  
  4034. ;When RUN+SEL are pressed simultaneously, disable both buttons temporarily.
  4035. pcfx.disable_softreset 0
  4036.  
  4037. ;Enable (automatic) usage of this module.
  4038. pcfx.enable 1
  4039.  
  4040. ;Force monophonic sound output.
  4041. pcfx.forcemono 0
  4042.  
  4043. ;Path to the FX-SCSI ROM
  4044. pcfx.fxscsi 0
  4045.  
  4046. ;Emulated width for 7.16MHz dot-clock mode.
  4047. pcfx.high_dotclock_width 1024
  4048.  
  4049. ;Input device for Port 1
  4050. pcfx.input.port1 gamepad
  4051.  
  4052. ;pcfx, Port 1, Gamepad: DOWN ↓
  4053. pcfx.input.port1.gamepad.down keyboard 115
  4054.  
  4055. ;pcfx, Port 1, Gamepad: I
  4056. pcfx.input.port1.gamepad.i keyboard 259
  4057.  
  4058. ;pcfx, Port 1, Gamepad: II
  4059. pcfx.input.port1.gamepad.ii keyboard 258
  4060.  
  4061. ;pcfx, Port 1, Gamepad: III
  4062. pcfx.input.port1.gamepad.iii keyboard 257
  4063.  
  4064. ;pcfx, Port 1, Gamepad: IV
  4065. pcfx.input.port1.gamepad.iv keyboard 260
  4066.  
  4067. ;pcfx, Port 1, Gamepad: LEFT ←
  4068. pcfx.input.port1.gamepad.left keyboard 97
  4069.  
  4070. ;pcfx, Port 1, Gamepad: MODE 1
  4071. pcfx.input.port1.gamepad.mode1 keyboard 264
  4072.  
  4073. ;pcfx, Port 1, Gamepad: MODE 2
  4074. pcfx.input.port1.gamepad.mode2 keyboard 265
  4075.  
  4076. ;pcfx, Port 1, Gamepad: RIGHT →
  4077. pcfx.input.port1.gamepad.right keyboard 100
  4078.  
  4079. ;pcfx, Port 1, Gamepad: RUN
  4080. pcfx.input.port1.gamepad.run keyboard 13
  4081.  
  4082. ;pcfx, Port 1, Gamepad: SELECT
  4083. pcfx.input.port1.gamepad.select keyboard 9
  4084.  
  4085. ;pcfx, Port 1, Gamepad: UP ↑
  4086. pcfx.input.port1.gamepad.up keyboard 119
  4087.  
  4088. ;pcfx, Port 1, Gamepad: V
  4089. pcfx.input.port1.gamepad.v keyboard 261
  4090.  
  4091. ;pcfx, Port 1, Gamepad: VI
  4092. pcfx.input.port1.gamepad.vi keyboard 262
  4093.  
  4094. ;pcfx, Port 1, Mouse: Left Button
  4095. pcfx.input.port1.mouse.left mouse 0000000000000000 00000000
  4096.  
  4097. ;pcfx, Port 1, Mouse: Right Button
  4098. pcfx.input.port1.mouse.right mouse 0000000000000000 00000002
  4099.  
  4100. ;Enable multitap on PC-FX port 1.
  4101. pcfx.input.port1.multitap 0
  4102.  
  4103. ;Input device for Port 2
  4104. pcfx.input.port2 gamepad
  4105.  
  4106. ;pcfx, Port 2, Gamepad: DOWN ↓
  4107. pcfx.input.port2.gamepad.down
  4108.  
  4109. ;pcfx, Port 2, Gamepad: I
  4110. pcfx.input.port2.gamepad.i
  4111.  
  4112. ;pcfx, Port 2, Gamepad: II
  4113. pcfx.input.port2.gamepad.ii
  4114.  
  4115. ;pcfx, Port 2, Gamepad: III
  4116. pcfx.input.port2.gamepad.iii
  4117.  
  4118. ;pcfx, Port 2, Gamepad: IV
  4119. pcfx.input.port2.gamepad.iv
  4120.  
  4121. ;pcfx, Port 2, Gamepad: LEFT ←
  4122. pcfx.input.port2.gamepad.left
  4123.  
  4124. ;pcfx, Port 2, Gamepad: MODE 1
  4125. pcfx.input.port2.gamepad.mode1
  4126.  
  4127. ;pcfx, Port 2, Gamepad: MODE 2
  4128. pcfx.input.port2.gamepad.mode2
  4129.  
  4130. ;pcfx, Port 2, Gamepad: RIGHT →
  4131. pcfx.input.port2.gamepad.right
  4132.  
  4133. ;pcfx, Port 2, Gamepad: RUN
  4134. pcfx.input.port2.gamepad.run
  4135.  
  4136. ;pcfx, Port 2, Gamepad: SELECT
  4137. pcfx.input.port2.gamepad.select
  4138.  
  4139. ;pcfx, Port 2, Gamepad: UP ↑
  4140. pcfx.input.port2.gamepad.up
  4141.  
  4142. ;pcfx, Port 2, Gamepad: V
  4143. pcfx.input.port2.gamepad.v
  4144.  
  4145. ;pcfx, Port 2, Gamepad: VI
  4146. pcfx.input.port2.gamepad.vi
  4147.  
  4148. ;pcfx, Port 2, Mouse: Left Button
  4149. pcfx.input.port2.mouse.left mouse 0000000000000000 00000000
  4150.  
  4151. ;pcfx, Port 2, Mouse: Right Button
  4152. pcfx.input.port2.mouse.right mouse 0000000000000000 00000002
  4153.  
  4154. ;Enable multitap on PC-FX port 2.
  4155. pcfx.input.port2.multitap 0
  4156.  
  4157. ;Input device for Port 3
  4158. pcfx.input.port3 gamepad
  4159.  
  4160. ;pcfx, Port 3, Gamepad: DOWN ↓
  4161. pcfx.input.port3.gamepad.down
  4162.  
  4163. ;pcfx, Port 3, Gamepad: I
  4164. pcfx.input.port3.gamepad.i
  4165.  
  4166. ;pcfx, Port 3, Gamepad: II
  4167. pcfx.input.port3.gamepad.ii
  4168.  
  4169. ;pcfx, Port 3, Gamepad: III
  4170. pcfx.input.port3.gamepad.iii
  4171.  
  4172. ;pcfx, Port 3, Gamepad: IV
  4173. pcfx.input.port3.gamepad.iv
  4174.  
  4175. ;pcfx, Port 3, Gamepad: LEFT ←
  4176. pcfx.input.port3.gamepad.left
  4177.  
  4178. ;pcfx, Port 3, Gamepad: MODE 1
  4179. pcfx.input.port3.gamepad.mode1
  4180.  
  4181. ;pcfx, Port 3, Gamepad: MODE 2
  4182. pcfx.input.port3.gamepad.mode2
  4183.  
  4184. ;pcfx, Port 3, Gamepad: RIGHT →
  4185. pcfx.input.port3.gamepad.right
  4186.  
  4187. ;pcfx, Port 3, Gamepad: RUN
  4188. pcfx.input.port3.gamepad.run
  4189.  
  4190. ;pcfx, Port 3, Gamepad: SELECT
  4191. pcfx.input.port3.gamepad.select
  4192.  
  4193. ;pcfx, Port 3, Gamepad: UP ↑
  4194. pcfx.input.port3.gamepad.up
  4195.  
  4196. ;pcfx, Port 3, Gamepad: V
  4197. pcfx.input.port3.gamepad.v
  4198.  
  4199. ;pcfx, Port 3, Gamepad: VI
  4200. pcfx.input.port3.gamepad.vi
  4201.  
  4202. ;pcfx, Port 3, Mouse: Left Button
  4203. pcfx.input.port3.mouse.left
  4204.  
  4205. ;pcfx, Port 3, Mouse: Right Button
  4206. pcfx.input.port3.mouse.right
  4207.  
  4208. ;Input device for Port 4
  4209. pcfx.input.port4 gamepad
  4210.  
  4211. ;pcfx, Port 4, Gamepad: DOWN ↓
  4212. pcfx.input.port4.gamepad.down
  4213.  
  4214. ;pcfx, Port 4, Gamepad: I
  4215. pcfx.input.port4.gamepad.i
  4216.  
  4217. ;pcfx, Port 4, Gamepad: II
  4218. pcfx.input.port4.gamepad.ii
  4219.  
  4220. ;pcfx, Port 4, Gamepad: III
  4221. pcfx.input.port4.gamepad.iii
  4222.  
  4223. ;pcfx, Port 4, Gamepad: IV
  4224. pcfx.input.port4.gamepad.iv
  4225.  
  4226. ;pcfx, Port 4, Gamepad: LEFT ←
  4227. pcfx.input.port4.gamepad.left
  4228.  
  4229. ;pcfx, Port 4, Gamepad: MODE 1
  4230. pcfx.input.port4.gamepad.mode1
  4231.  
  4232. ;pcfx, Port 4, Gamepad: MODE 2
  4233. pcfx.input.port4.gamepad.mode2
  4234.  
  4235. ;pcfx, Port 4, Gamepad: RIGHT →
  4236. pcfx.input.port4.gamepad.right
  4237.  
  4238. ;pcfx, Port 4, Gamepad: RUN
  4239. pcfx.input.port4.gamepad.run
  4240.  
  4241. ;pcfx, Port 4, Gamepad: SELECT
  4242. pcfx.input.port4.gamepad.select
  4243.  
  4244. ;pcfx, Port 4, Gamepad: UP ↑
  4245. pcfx.input.port4.gamepad.up
  4246.  
  4247. ;pcfx, Port 4, Gamepad: V
  4248. pcfx.input.port4.gamepad.v
  4249.  
  4250. ;pcfx, Port 4, Gamepad: VI
  4251. pcfx.input.port4.gamepad.vi
  4252.  
  4253. ;pcfx, Port 4, Mouse: Left Button
  4254. pcfx.input.port4.mouse.left
  4255.  
  4256. ;pcfx, Port 4, Mouse: Right Button
  4257. pcfx.input.port4.mouse.right
  4258.  
  4259. ;Input device for Port 5
  4260. pcfx.input.port5 gamepad
  4261.  
  4262. ;pcfx, Port 5, Gamepad: DOWN ↓
  4263. pcfx.input.port5.gamepad.down
  4264.  
  4265. ;pcfx, Port 5, Gamepad: I
  4266. pcfx.input.port5.gamepad.i
  4267.  
  4268. ;pcfx, Port 5, Gamepad: II
  4269. pcfx.input.port5.gamepad.ii
  4270.  
  4271. ;pcfx, Port 5, Gamepad: III
  4272. pcfx.input.port5.gamepad.iii
  4273.  
  4274. ;pcfx, Port 5, Gamepad: IV
  4275. pcfx.input.port5.gamepad.iv
  4276.  
  4277. ;pcfx, Port 5, Gamepad: LEFT ←
  4278. pcfx.input.port5.gamepad.left
  4279.  
  4280. ;pcfx, Port 5, Gamepad: MODE 1
  4281. pcfx.input.port5.gamepad.mode1
  4282.  
  4283. ;pcfx, Port 5, Gamepad: MODE 2
  4284. pcfx.input.port5.gamepad.mode2
  4285.  
  4286. ;pcfx, Port 5, Gamepad: RIGHT →
  4287. pcfx.input.port5.gamepad.right
  4288.  
  4289. ;pcfx, Port 5, Gamepad: RUN
  4290. pcfx.input.port5.gamepad.run
  4291.  
  4292. ;pcfx, Port 5, Gamepad: SELECT
  4293. pcfx.input.port5.gamepad.select
  4294.  
  4295. ;pcfx, Port 5, Gamepad: UP ↑
  4296. pcfx.input.port5.gamepad.up
  4297.  
  4298. ;pcfx, Port 5, Gamepad: V
  4299. pcfx.input.port5.gamepad.v
  4300.  
  4301. ;pcfx, Port 5, Gamepad: VI
  4302. pcfx.input.port5.gamepad.vi
  4303.  
  4304. ;pcfx, Port 5, Mouse: Left Button
  4305. pcfx.input.port5.mouse.left
  4306.  
  4307. ;pcfx, Port 5, Mouse: Right Button
  4308. pcfx.input.port5.mouse.right
  4309.  
  4310. ;Input device for Port 6
  4311. pcfx.input.port6 gamepad
  4312.  
  4313. ;pcfx, Port 6, Gamepad: DOWN ↓
  4314. pcfx.input.port6.gamepad.down
  4315.  
  4316. ;pcfx, Port 6, Gamepad: I
  4317. pcfx.input.port6.gamepad.i
  4318.  
  4319. ;pcfx, Port 6, Gamepad: II
  4320. pcfx.input.port6.gamepad.ii
  4321.  
  4322. ;pcfx, Port 6, Gamepad: III
  4323. pcfx.input.port6.gamepad.iii
  4324.  
  4325. ;pcfx, Port 6, Gamepad: IV
  4326. pcfx.input.port6.gamepad.iv
  4327.  
  4328. ;pcfx, Port 6, Gamepad: LEFT ←
  4329. pcfx.input.port6.gamepad.left
  4330.  
  4331. ;pcfx, Port 6, Gamepad: MODE 1
  4332. pcfx.input.port6.gamepad.mode1
  4333.  
  4334. ;pcfx, Port 6, Gamepad: MODE 2
  4335. pcfx.input.port6.gamepad.mode2
  4336.  
  4337. ;pcfx, Port 6, Gamepad: RIGHT →
  4338. pcfx.input.port6.gamepad.right
  4339.  
  4340. ;pcfx, Port 6, Gamepad: RUN
  4341. pcfx.input.port6.gamepad.run
  4342.  
  4343. ;pcfx, Port 6, Gamepad: SELECT
  4344. pcfx.input.port6.gamepad.select
  4345.  
  4346. ;pcfx, Port 6, Gamepad: UP ↑
  4347. pcfx.input.port6.gamepad.up
  4348.  
  4349. ;pcfx, Port 6, Gamepad: V
  4350. pcfx.input.port6.gamepad.v
  4351.  
  4352. ;pcfx, Port 6, Gamepad: VI
  4353. pcfx.input.port6.gamepad.vi
  4354.  
  4355. ;pcfx, Port 6, Mouse: Left Button
  4356. pcfx.input.port6.mouse.left
  4357.  
  4358. ;pcfx, Port 6, Mouse: Right Button
  4359. pcfx.input.port6.mouse.right
  4360.  
  4361. ;Input device for Port 7
  4362. pcfx.input.port7 gamepad
  4363.  
  4364. ;pcfx, Port 7, Gamepad: DOWN ↓
  4365. pcfx.input.port7.gamepad.down
  4366.  
  4367. ;pcfx, Port 7, Gamepad: I
  4368. pcfx.input.port7.gamepad.i
  4369.  
  4370. ;pcfx, Port 7, Gamepad: II
  4371. pcfx.input.port7.gamepad.ii
  4372.  
  4373. ;pcfx, Port 7, Gamepad: III
  4374. pcfx.input.port7.gamepad.iii
  4375.  
  4376. ;pcfx, Port 7, Gamepad: IV
  4377. pcfx.input.port7.gamepad.iv
  4378.  
  4379. ;pcfx, Port 7, Gamepad: LEFT ←
  4380. pcfx.input.port7.gamepad.left
  4381.  
  4382. ;pcfx, Port 7, Gamepad: MODE 1
  4383. pcfx.input.port7.gamepad.mode1
  4384.  
  4385. ;pcfx, Port 7, Gamepad: MODE 2
  4386. pcfx.input.port7.gamepad.mode2
  4387.  
  4388. ;pcfx, Port 7, Gamepad: RIGHT →
  4389. pcfx.input.port7.gamepad.right
  4390.  
  4391. ;pcfx, Port 7, Gamepad: RUN
  4392. pcfx.input.port7.gamepad.run
  4393.  
  4394. ;pcfx, Port 7, Gamepad: SELECT
  4395. pcfx.input.port7.gamepad.select
  4396.  
  4397. ;pcfx, Port 7, Gamepad: UP ↑
  4398. pcfx.input.port7.gamepad.up
  4399.  
  4400. ;pcfx, Port 7, Gamepad: V
  4401. pcfx.input.port7.gamepad.v
  4402.  
  4403. ;pcfx, Port 7, Gamepad: VI
  4404. pcfx.input.port7.gamepad.vi
  4405.  
  4406. ;pcfx, Port 7, Mouse: Left Button
  4407. pcfx.input.port7.mouse.left
  4408.  
  4409. ;pcfx, Port 7, Mouse: Right Button
  4410. pcfx.input.port7.mouse.right
  4411.  
  4412. ;Input device for Port 8
  4413. pcfx.input.port8 gamepad
  4414.  
  4415. ;pcfx, Port 8, Gamepad: DOWN ↓
  4416. pcfx.input.port8.gamepad.down
  4417.  
  4418. ;pcfx, Port 8, Gamepad: I
  4419. pcfx.input.port8.gamepad.i
  4420.  
  4421. ;pcfx, Port 8, Gamepad: II
  4422. pcfx.input.port8.gamepad.ii
  4423.  
  4424. ;pcfx, Port 8, Gamepad: III
  4425. pcfx.input.port8.gamepad.iii
  4426.  
  4427. ;pcfx, Port 8, Gamepad: IV
  4428. pcfx.input.port8.gamepad.iv
  4429.  
  4430. ;pcfx, Port 8, Gamepad: LEFT ←
  4431. pcfx.input.port8.gamepad.left
  4432.  
  4433. ;pcfx, Port 8, Gamepad: MODE 1
  4434. pcfx.input.port8.gamepad.mode1
  4435.  
  4436. ;pcfx, Port 8, Gamepad: MODE 2
  4437. pcfx.input.port8.gamepad.mode2
  4438.  
  4439. ;pcfx, Port 8, Gamepad: RIGHT →
  4440. pcfx.input.port8.gamepad.right
  4441.  
  4442. ;pcfx, Port 8, Gamepad: RUN
  4443. pcfx.input.port8.gamepad.run
  4444.  
  4445. ;pcfx, Port 8, Gamepad: SELECT
  4446. pcfx.input.port8.gamepad.select
  4447.  
  4448. ;pcfx, Port 8, Gamepad: UP ↑
  4449. pcfx.input.port8.gamepad.up
  4450.  
  4451. ;pcfx, Port 8, Gamepad: V
  4452. pcfx.input.port8.gamepad.v
  4453.  
  4454. ;pcfx, Port 8, Gamepad: VI
  4455. pcfx.input.port8.gamepad.vi
  4456.  
  4457. ;pcfx, Port 8, Mouse: Left Button
  4458. pcfx.input.port8.mouse.left
  4459.  
  4460. ;pcfx, Port 8, Mouse: Right Button
  4461. pcfx.input.port8.mouse.right
  4462.  
  4463. ;Mouse sensitivity.
  4464. pcfx.mouse_sensitivity 1.25
  4465.  
  4466. ;Remove 16-sprites-per-scanline hardware limit.
  4467. pcfx.nospritelimit 0
  4468.  
  4469. ;Enable specified OpenGL pixel shader.
  4470. pcfx.pixshader none
  4471.  
  4472. ;Enable bilinear interpolation on the chroma channel of RAINBOW YUV output.
  4473. pcfx.rainbow.chromaip 0
  4474.  
  4475. ;Sound quality.
  4476. pcfx.resamp_quality 3
  4477.  
  4478. ;Output rate tolerance.
  4479. pcfx.resamp_rate_error 0.0000009
  4480.  
  4481. ;Enable scanlines with specified opacity.
  4482. pcfx.scanlines 0
  4483.  
  4484. ;Last rendered scanline.
  4485. pcfx.slend 235
  4486.  
  4487. ;First rendered scanline.
  4488. pcfx.slstart 4
  4489.  
  4490. ;Enable specified special video scaler.
  4491. pcfx.special none
  4492.  
  4493. ;Stretch to fill screen.
  4494. pcfx.stretch aspect_mult2
  4495.  
  4496. ;Enable video temporal blur(50/50 previous/current frame by default).
  4497. pcfx.tblur 0
  4498.  
  4499. ;Accumulate color data rather than discarding it.
  4500. pcfx.tblur.accum 0
  4501.  
  4502. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  4503. pcfx.tblur.accum.amount 50
  4504.  
  4505. ;Enable (bi)linear interpolation.
  4506. pcfx.videoip 1
  4507.  
  4508. ;Full-screen horizontal resolution.
  4509. pcfx.xres 0
  4510.  
  4511. ;Scaling factor for the X axis in windowed mode.
  4512. pcfx.xscale 3.000000
  4513.  
  4514. ;Scaling factor for the X axis in fullscreen mode.
  4515. pcfx.xscalefs 1.000000
  4516.  
  4517. ;Full-screen vertical resolution.
  4518. pcfx.yres 0
  4519.  
  4520. ;Scaling factor for the Y axis in windowed mode.
  4521. pcfx.yscale 3.000000
  4522.  
  4523. ;Scaling factor for the Y axis in fullscreen mode.
  4524. pcfx.yscalefs 1.000000
  4525.  
  4526. ;Enable specified OpenGL pixel shader.
  4527. player.pixshader none
  4528.  
  4529. ;Enable scanlines with specified opacity.
  4530. player.scanlines 0
  4531.  
  4532. ;Enable specified special video scaler.
  4533. player.special none
  4534.  
  4535. ;Stretch to fill screen.
  4536. player.stretch aspect_mult2
  4537.  
  4538. ;Enable (bi)linear interpolation.
  4539. player.videoip 0
  4540.  
  4541. ;Full-screen horizontal resolution.
  4542. player.xres 0
  4543.  
  4544. ;Scaling factor for the X axis in windowed mode.
  4545. player.xscale 2.000000
  4546.  
  4547. ;Scaling factor for the X axis in fullscreen mode.
  4548. player.xscalefs 1.000000
  4549.  
  4550. ;Full-screen vertical resolution.
  4551. player.yres 0
  4552.  
  4553. ;Scaling factor for the Y axis in windowed mode.
  4554. player.yscale 2.000000
  4555.  
  4556. ;Scaling factor for the Y axis in fullscreen mode.
  4557. player.yscalefs 1.000000
  4558.  
  4559. ;Path to the Europe SCPH-5502/v3.0E ROM BIOS
  4560. psx.bios_eu scph5502.bin
  4561.  
  4562. ;Path to the Japan SCPH-5500/v3.0J ROM BIOS
  4563. psx.bios_jp scph5500.bin
  4564.  
  4565. ;Path to the North America SCPH-5501/v3.0A ROM BIOS
  4566. psx.bios_na scph5501.bin
  4567.  
  4568. ;Enable BIOS ROM image sanity checks.
  4569. psx.bios_sanity 1
  4570.  
  4571. ;Enable CD (image) sanity checks.
  4572. psx.cd_sanity 1
  4573.  
  4574. ;CD image to use with .PSX/.EXE loading.
  4575. psx.dbg_exe_cdpath
  4576.  
  4577. ;Debug printf verbosity level.
  4578. psx.dbg_level 0
  4579.  
  4580. ;Disassembly font size.
  4581. psx.debugger.disfontsize small
  4582.  
  4583. ;Character encoding for the debugger's memory editor.
  4584. psx.debugger.memcharenc shift_jis
  4585.  
  4586. ;Enable (automatic) usage of this module.
  4587. psx.enable 1
  4588.  
  4589. ;Force monophonic sound output.
  4590. psx.forcemono 0
  4591.  
  4592. ;Show horizontal overscan area.
  4593. psx.h_overscan 1
  4594.  
  4595. ;Enable analog mode combo-button alternate toggle.
  4596. psx.input.analog_mode_ct 0
  4597.  
  4598. ;Emulated mouse sensitivity.
  4599. psx.input.mouse_sensitivity 1.00
  4600.  
  4601. ;Input device for Virtual Port 1
  4602. psx.input.port1 gamepad
  4603.  
  4604. ;Analog axis scale coefficient for Analog Joystick on Virtual Port 1.
  4605. psx.input.port1.analogjoy.axis_scale 1.00
  4606.  
  4607. ;psx, Virtual Port 1, Analog Joystick: Right stick, R-thumb
  4608. psx.input.port1.analogjoy.circle
  4609.  
  4610. ;psx, Virtual Port 1, Analog Joystick: Right stick, L-thumb
  4611. psx.input.port1.analogjoy.cross
  4612.  
  4613. ;psx, Virtual Port 1, Analog Joystick: Thumbstick DOWN ↓
  4614. psx.input.port1.analogjoy.down
  4615.  
  4616. ;psx, Virtual Port 1, Analog Joystick: Left stick, L-thumb
  4617. psx.input.port1.analogjoy.l1
  4618.  
  4619. ;psx, Virtual Port 1, Analog Joystick: Left stick, Trigger
  4620. psx.input.port1.analogjoy.l2
  4621.  
  4622. ;psx, Virtual Port 1, Analog Joystick: Thumbstick LEFT ←
  4623. psx.input.port1.analogjoy.left
  4624.  
  4625. ;psx, Virtual Port 1, Analog Joystick: Left Stick, BACK ↓
  4626. psx.input.port1.analogjoy.lstick_down
  4627.  
  4628. ;psx, Virtual Port 1, Analog Joystick: Left Stick, LEFT ←
  4629. psx.input.port1.analogjoy.lstick_left
  4630.  
  4631. ;psx, Virtual Port 1, Analog Joystick: Left Stick, RIGHT →
  4632. psx.input.port1.analogjoy.lstick_right
  4633.  
  4634. ;psx, Virtual Port 1, Analog Joystick: Left Stick, FORE ↑
  4635. psx.input.port1.analogjoy.lstick_up
  4636.  
  4637. ;psx, Virtual Port 1, Analog Joystick: Left stick, R-thumb
  4638. psx.input.port1.analogjoy.r1
  4639.  
  4640. ;psx, Virtual Port 1, Analog Joystick: Left stick, Pinky
  4641. psx.input.port1.analogjoy.r2
  4642.  
  4643. ;psx, Virtual Port 1, Analog Joystick: Thumbstick RIGHT →
  4644. psx.input.port1.analogjoy.right
  4645.  
  4646. ;psx, Virtual Port 1, Analog Joystick: Right Stick, BACK ↓
  4647. psx.input.port1.analogjoy.rstick_down
  4648.  
  4649. ;psx, Virtual Port 1, Analog Joystick: Right Stick, LEFT ←
  4650. psx.input.port1.analogjoy.rstick_left
  4651.  
  4652. ;psx, Virtual Port 1, Analog Joystick: Right Stick, RIGHT →
  4653. psx.input.port1.analogjoy.rstick_right
  4654.  
  4655. ;psx, Virtual Port 1, Analog Joystick: Right Stick, FORE ↑
  4656. psx.input.port1.analogjoy.rstick_up
  4657.  
  4658. ;psx, Virtual Port 1, Analog Joystick: SELECT
  4659. psx.input.port1.analogjoy.select
  4660.  
  4661. ;psx, Virtual Port 1, Analog Joystick: Right stick, Trigger
  4662. psx.input.port1.analogjoy.square
  4663.  
  4664. ;psx, Virtual Port 1, Analog Joystick: START
  4665. psx.input.port1.analogjoy.start
  4666.  
  4667. ;psx, Virtual Port 1, Analog Joystick: Right stick, Pinky
  4668. psx.input.port1.analogjoy.triangle
  4669.  
  4670. ;psx, Virtual Port 1, Analog Joystick: Thumbstick UP ↑
  4671. psx.input.port1.analogjoy.up
  4672.  
  4673. ;psx, Virtual Port 1, Dance Pad: ○ (upper right)
  4674. psx.input.port1.dancepad.circle keyboard 265
  4675.  
  4676. ;psx, Virtual Port 1, Dance Pad: x (upper left)
  4677. psx.input.port1.dancepad.cross keyboard 263
  4678.  
  4679. ;psx, Virtual Port 1, Dance Pad: DOWN ↓
  4680. psx.input.port1.dancepad.down keyboard 258
  4681.  
  4682. ;psx, Virtual Port 1, Dance Pad: LEFT ←
  4683. psx.input.port1.dancepad.left keyboard 260
  4684.  
  4685. ;psx, Virtual Port 1, Dance Pad: RIGHT →
  4686. psx.input.port1.dancepad.right keyboard 262
  4687.  
  4688. ;psx, Virtual Port 1, Dance Pad: SELECT
  4689. psx.input.port1.dancepad.select keyboard 267
  4690.  
  4691. ;psx, Virtual Port 1, Dance Pad: □ (lower right)
  4692. psx.input.port1.dancepad.square keyboard 259
  4693.  
  4694. ;psx, Virtual Port 1, Dance Pad: START
  4695. psx.input.port1.dancepad.start keyboard 268
  4696.  
  4697. ;psx, Virtual Port 1, Dance Pad: △ (lower left)
  4698. psx.input.port1.dancepad.triangle keyboard 257
  4699.  
  4700. ;psx, Virtual Port 1, Dance Pad: UP ↑
  4701. psx.input.port1.dancepad.up keyboard 264
  4702.  
  4703. ;Analog axis scale coefficient for Dual Analog on Virtual Port 1.
  4704. psx.input.port1.dualanalog.axis_scale 1.00
  4705.  
  4706. ;psx, Virtual Port 1, Dual Analog: ○ (right)
  4707. psx.input.port1.dualanalog.circle
  4708.  
  4709. ;psx, Virtual Port 1, Dual Analog: x (lower)
  4710. psx.input.port1.dualanalog.cross
  4711.  
  4712. ;psx, Virtual Port 1, Dual Analog: D-Pad DOWN ↓
  4713. psx.input.port1.dualanalog.down
  4714.  
  4715. ;psx, Virtual Port 1, Dual Analog: L1 (front left shoulder)
  4716. psx.input.port1.dualanalog.l1
  4717.  
  4718. ;psx, Virtual Port 1, Dual Analog: L2 (rear left shoulder)
  4719. psx.input.port1.dualanalog.l2
  4720.  
  4721. ;psx, Virtual Port 1, Dual Analog: Left Stick, Button(L3)
  4722. psx.input.port1.dualanalog.l3
  4723.  
  4724. ;psx, Virtual Port 1, Dual Analog: D-Pad LEFT ←
  4725. psx.input.port1.dualanalog.left
  4726.  
  4727. ;psx, Virtual Port 1, Dual Analog: Left Stick DOWN ↓
  4728. psx.input.port1.dualanalog.lstick_down
  4729.  
  4730. ;psx, Virtual Port 1, Dual Analog: Left Stick LEFT ←
  4731. psx.input.port1.dualanalog.lstick_left
  4732.  
  4733. ;psx, Virtual Port 1, Dual Analog: Left Stick RIGHT →
  4734. psx.input.port1.dualanalog.lstick_right
  4735.  
  4736. ;psx, Virtual Port 1, Dual Analog: Left Stick UP ↑
  4737. psx.input.port1.dualanalog.lstick_up
  4738.  
  4739. ;psx, Virtual Port 1, Dual Analog: R1 (front right shoulder)
  4740. psx.input.port1.dualanalog.r1
  4741.  
  4742. ;psx, Virtual Port 1, Dual Analog: R2 (rear right shoulder)
  4743. psx.input.port1.dualanalog.r2
  4744.  
  4745. ;psx, Virtual Port 1, Dual Analog: Right stick, Button(R3)
  4746. psx.input.port1.dualanalog.r3
  4747.  
  4748. ;psx, Virtual Port 1, Dual Analog: Rapid ○ (right)
  4749. psx.input.port1.dualanalog.rapid_circle
  4750.  
  4751. ;psx, Virtual Port 1, Dual Analog: Rapid x (lower)
  4752. psx.input.port1.dualanalog.rapid_cross
  4753.  
  4754. ;psx, Virtual Port 1, Dual Analog: Rapid □ (left)
  4755. psx.input.port1.dualanalog.rapid_square
  4756.  
  4757. ;psx, Virtual Port 1, Dual Analog: Rapid △ (upper)
  4758. psx.input.port1.dualanalog.rapid_triangle
  4759.  
  4760. ;psx, Virtual Port 1, Dual Analog: D-Pad RIGHT →
  4761. psx.input.port1.dualanalog.right
  4762.  
  4763. ;psx, Virtual Port 1, Dual Analog: Right Stick DOWN ↓
  4764. psx.input.port1.dualanalog.rstick_down
  4765.  
  4766. ;psx, Virtual Port 1, Dual Analog: Right Stick LEFT ←
  4767. psx.input.port1.dualanalog.rstick_left
  4768.  
  4769. ;psx, Virtual Port 1, Dual Analog: Right Stick RIGHT →
  4770. psx.input.port1.dualanalog.rstick_right
  4771.  
  4772. ;psx, Virtual Port 1, Dual Analog: Right Stick UP ↑
  4773. psx.input.port1.dualanalog.rstick_up
  4774.  
  4775. ;psx, Virtual Port 1, Dual Analog: SELECT
  4776. psx.input.port1.dualanalog.select
  4777.  
  4778. ;psx, Virtual Port 1, Dual Analog: □ (left)
  4779. psx.input.port1.dualanalog.square
  4780.  
  4781. ;psx, Virtual Port 1, Dual Analog: START
  4782. psx.input.port1.dualanalog.start
  4783.  
  4784. ;psx, Virtual Port 1, Dual Analog: △ (upper)
  4785. psx.input.port1.dualanalog.triangle
  4786.  
  4787. ;psx, Virtual Port 1, Dual Analog: D-Pad UP ↑
  4788. psx.input.port1.dualanalog.up
  4789.  
  4790. ;psx, Virtual Port 1, DualShock: Analog(mode toggle)
  4791. psx.input.port1.dualshock.analog
  4792.  
  4793. ;Analog axis scale coefficient for DualShock on Virtual Port 1.
  4794. psx.input.port1.dualshock.axis_scale 1.00
  4795.  
  4796. ;psx, Virtual Port 1, DualShock: ○ (right)
  4797. psx.input.port1.dualshock.circle
  4798.  
  4799. ;psx, Virtual Port 1, DualShock: x (lower)
  4800. psx.input.port1.dualshock.cross
  4801.  
  4802. ;psx, Virtual Port 1, DualShock: D-Pad DOWN ↓
  4803. psx.input.port1.dualshock.down
  4804.  
  4805. ;psx, Virtual Port 1, DualShock: L1 (front left shoulder)
  4806. psx.input.port1.dualshock.l1
  4807.  
  4808. ;psx, Virtual Port 1, DualShock: L2 (rear left shoulder)
  4809. psx.input.port1.dualshock.l2
  4810.  
  4811. ;psx, Virtual Port 1, DualShock: Left Stick, Button(L3)
  4812. psx.input.port1.dualshock.l3
  4813.  
  4814. ;psx, Virtual Port 1, DualShock: D-Pad LEFT ←
  4815. psx.input.port1.dualshock.left
  4816.  
  4817. ;psx, Virtual Port 1, DualShock: Left Stick DOWN ↓
  4818. psx.input.port1.dualshock.lstick_down
  4819.  
  4820. ;psx, Virtual Port 1, DualShock: Left Stick LEFT ←
  4821. psx.input.port1.dualshock.lstick_left
  4822.  
  4823. ;psx, Virtual Port 1, DualShock: Left Stick RIGHT →
  4824. psx.input.port1.dualshock.lstick_right
  4825.  
  4826. ;psx, Virtual Port 1, DualShock: Left Stick UP ↑
  4827. psx.input.port1.dualshock.lstick_up
  4828.  
  4829. ;psx, Virtual Port 1, DualShock: R1 (front right shoulder)
  4830. psx.input.port1.dualshock.r1
  4831.  
  4832. ;psx, Virtual Port 1, DualShock: R2 (rear right shoulder)
  4833. psx.input.port1.dualshock.r2
  4834.  
  4835. ;psx, Virtual Port 1, DualShock: Right stick, Button(R3)
  4836. psx.input.port1.dualshock.r3
  4837.  
  4838. ;psx, Virtual Port 1, DualShock: Rapid ○ (right)
  4839. psx.input.port1.dualshock.rapid_circle
  4840.  
  4841. ;psx, Virtual Port 1, DualShock: Rapid x (lower)
  4842. psx.input.port1.dualshock.rapid_cross
  4843.  
  4844. ;psx, Virtual Port 1, DualShock: Rapid □ (left)
  4845. psx.input.port1.dualshock.rapid_square
  4846.  
  4847. ;psx, Virtual Port 1, DualShock: Rapid △ (upper)
  4848. psx.input.port1.dualshock.rapid_triangle
  4849.  
  4850. ;psx, Virtual Port 1, DualShock: D-Pad RIGHT →
  4851. psx.input.port1.dualshock.right
  4852.  
  4853. ;psx, Virtual Port 1, DualShock: Right Stick DOWN ↓
  4854. psx.input.port1.dualshock.rstick_down
  4855.  
  4856. ;psx, Virtual Port 1, DualShock: Right Stick LEFT ←
  4857. psx.input.port1.dualshock.rstick_left
  4858.  
  4859. ;psx, Virtual Port 1, DualShock: Right Stick RIGHT →
  4860. psx.input.port1.dualshock.rstick_right
  4861.  
  4862. ;psx, Virtual Port 1, DualShock: Right Stick UP ↑
  4863. psx.input.port1.dualshock.rstick_up
  4864.  
  4865. ;psx, Virtual Port 1, DualShock: SELECT
  4866. psx.input.port1.dualshock.select
  4867.  
  4868. ;psx, Virtual Port 1, DualShock: □ (left)
  4869. psx.input.port1.dualshock.square
  4870.  
  4871. ;psx, Virtual Port 1, DualShock: START
  4872. psx.input.port1.dualshock.start
  4873.  
  4874. ;psx, Virtual Port 1, DualShock: △ (upper)
  4875. psx.input.port1.dualshock.triangle
  4876.  
  4877. ;psx, Virtual Port 1, DualShock: D-Pad UP ↑
  4878. psx.input.port1.dualshock.up
  4879.  
  4880. ;psx, Virtual Port 1, Digital Gamepad: ○ (right)
  4881. psx.input.port1.gamepad.circle keyboard 262
  4882.  
  4883. ;psx, Virtual Port 1, Digital Gamepad: x (lower)
  4884. psx.input.port1.gamepad.cross keyboard 258
  4885.  
  4886. ;psx, Virtual Port 1, Digital Gamepad: DOWN ↓
  4887. psx.input.port1.gamepad.down keyboard 115
  4888.  
  4889. ;psx, Virtual Port 1, Digital Gamepad: L1 (front left shoulder)
  4890. psx.input.port1.gamepad.l1 keyboard 257
  4891.  
  4892. ;psx, Virtual Port 1, Digital Gamepad: L2 (rear left shoulder)
  4893. psx.input.port1.gamepad.l2 keyboard 263
  4894.  
  4895. ;psx, Virtual Port 1, Digital Gamepad: LEFT ←
  4896. psx.input.port1.gamepad.left keyboard 97
  4897.  
  4898. ;psx, Virtual Port 1, Digital Gamepad: R1 (front right shoulder)
  4899. psx.input.port1.gamepad.r1 keyboard 259
  4900.  
  4901. ;psx, Virtual Port 1, Digital Gamepad: R2 (rear right shoulder)
  4902. psx.input.port1.gamepad.r2 keyboard 265
  4903.  
  4904. ;psx, Virtual Port 1, Digital Gamepad: Rapid ○ (right)
  4905. psx.input.port1.gamepad.rapid_circle
  4906.  
  4907. ;psx, Virtual Port 1, Digital Gamepad: Rapid x (lower)
  4908. psx.input.port1.gamepad.rapid_cross
  4909.  
  4910. ;psx, Virtual Port 1, Digital Gamepad: Rapid □ (left)
  4911. psx.input.port1.gamepad.rapid_square
  4912.  
  4913. ;psx, Virtual Port 1, Digital Gamepad: Rapid △ (upper)
  4914. psx.input.port1.gamepad.rapid_triangle
  4915.  
  4916. ;psx, Virtual Port 1, Digital Gamepad: RIGHT →
  4917. psx.input.port1.gamepad.right keyboard 100
  4918.  
  4919. ;psx, Virtual Port 1, Digital Gamepad: SELECT
  4920. psx.input.port1.gamepad.select keyboard 9
  4921.  
  4922. ;psx, Virtual Port 1, Digital Gamepad: □ (left)
  4923. psx.input.port1.gamepad.square keyboard 260
  4924.  
  4925. ;psx, Virtual Port 1, Digital Gamepad: START
  4926. psx.input.port1.gamepad.start keyboard 13
  4927.  
  4928. ;psx, Virtual Port 1, Digital Gamepad: △ (upper)
  4929. psx.input.port1.gamepad.triangle keyboard 264
  4930.  
  4931. ;psx, Virtual Port 1, Digital Gamepad: UP ↑
  4932. psx.input.port1.gamepad.up keyboard 119
  4933.  
  4934. ;Crosshairs color for lightgun on virtual port 1.
  4935. psx.input.port1.gun_chairs 0xFF0000
  4936.  
  4937. ;psx, Virtual Port 1, GunCon: A
  4938. psx.input.port1.guncon.a mouse 0000000000000000 00000002
  4939.  
  4940. ;psx, Virtual Port 1, GunCon: B
  4941. psx.input.port1.guncon.b mouse 0000000000000000 00000001
  4942.  
  4943. ;psx, Virtual Port 1, GunCon: Offscreen Shot(Simulated)
  4944. psx.input.port1.guncon.offscreen_shot keyboard 32
  4945.  
  4946. ;psx, Virtual Port 1, GunCon: Trigger
  4947. psx.input.port1.guncon.trigger mouse 0000000000000000 00000000
  4948.  
  4949. ;psx, Virtual Port 1, GunCon: X Axis
  4950. psx.input.port1.guncon.x_axis mouse 0000000000000000 00008000
  4951.  
  4952. ;psx, Virtual Port 1, GunCon: Y Axis
  4953. psx.input.port1.guncon.y_axis mouse 0000000000000000 00008001
  4954.  
  4955. ;psx, Virtual Port 1, Konami Justifier: O
  4956. psx.input.port1.justifier.o mouse 0000000000000000 00000002
  4957.  
  4958. ;psx, Virtual Port 1, Konami Justifier: Offscreen Shot(Simulated)
  4959. psx.input.port1.justifier.offscreen_shot keyboard 32
  4960.  
  4961. ;psx, Virtual Port 1, Konami Justifier: Start
  4962. psx.input.port1.justifier.start mouse 0000000000000000 00000001
  4963.  
  4964. ;psx, Virtual Port 1, Konami Justifier: Trigger
  4965. psx.input.port1.justifier.trigger mouse 0000000000000000 00000000
  4966.  
  4967. ;psx, Virtual Port 1, Konami Justifier: X Axis
  4968. psx.input.port1.justifier.x_axis mouse 0000000000000000 00008000
  4969.  
  4970. ;psx, Virtual Port 1, Konami Justifier: Y Axis
  4971. psx.input.port1.justifier.y_axis mouse 0000000000000000 00008001
  4972.  
  4973. ;Emulate memory card on virtual port 1.
  4974. psx.input.port1.memcard 1
  4975.  
  4976. ;psx, Virtual Port 1, Mouse: Left Button
  4977. psx.input.port1.mouse.left mouse 0000000000000000 00000000
  4978.  
  4979. ;psx, Virtual Port 1, Mouse: Right Button
  4980. psx.input.port1.mouse.right mouse 0000000000000000 00000002
  4981.  
  4982. ;psx, Virtual Port 1, neGcon: A
  4983. psx.input.port1.negcon.a
  4984.  
  4985. ;psx, Virtual Port 1, neGcon: B
  4986. psx.input.port1.negcon.b
  4987.  
  4988. ;psx, Virtual Port 1, neGcon: D-Pad DOWN ↓
  4989. psx.input.port1.negcon.down
  4990.  
  4991. ;psx, Virtual Port 1, neGcon: I (Analog)
  4992. psx.input.port1.negcon.i
  4993.  
  4994. ;psx, Virtual Port 1, neGcon: II (Analog)
  4995. psx.input.port1.negcon.ii
  4996.  
  4997. ;psx, Virtual Port 1, neGcon: Left Shoulder (Analog)
  4998. psx.input.port1.negcon.l
  4999.  
  5000. ;psx, Virtual Port 1, neGcon: D-Pad LEFT ←
  5001. psx.input.port1.negcon.left
  5002.  
  5003. ;psx, Virtual Port 1, neGcon: Right Shoulder
  5004. psx.input.port1.negcon.r
  5005.  
  5006. ;psx, Virtual Port 1, neGcon: D-Pad RIGHT →
  5007. psx.input.port1.negcon.right
  5008.  
  5009. ;psx, Virtual Port 1, neGcon: START
  5010. psx.input.port1.negcon.start
  5011.  
  5012. ;psx, Virtual Port 1, neGcon: Twist ↑|↓ (Analog, Turn Left)
  5013. psx.input.port1.negcon.twist_ccwise
  5014.  
  5015. ;psx, Virtual Port 1, neGcon: Twist ↓|↑ (Analog, Turn Right)
  5016. psx.input.port1.negcon.twist_cwise
  5017.  
  5018. ;psx, Virtual Port 1, neGcon: D-Pad UP ↑
  5019. psx.input.port1.negcon.up
  5020.  
  5021. ;Input device for Virtual Port 2
  5022. psx.input.port2 gamepad
  5023.  
  5024. ;Analog axis scale coefficient for Analog Joystick on Virtual Port 2.
  5025. psx.input.port2.analogjoy.axis_scale 1.00
  5026.  
  5027. ;psx, Virtual Port 2, Analog Joystick: Right stick, R-thumb
  5028. psx.input.port2.analogjoy.circle
  5029.  
  5030. ;psx, Virtual Port 2, Analog Joystick: Right stick, L-thumb
  5031. psx.input.port2.analogjoy.cross
  5032.  
  5033. ;psx, Virtual Port 2, Analog Joystick: Thumbstick DOWN ↓
  5034. psx.input.port2.analogjoy.down
  5035.  
  5036. ;psx, Virtual Port 2, Analog Joystick: Left stick, L-thumb
  5037. psx.input.port2.analogjoy.l1
  5038.  
  5039. ;psx, Virtual Port 2, Analog Joystick: Left stick, Trigger
  5040. psx.input.port2.analogjoy.l2
  5041.  
  5042. ;psx, Virtual Port 2, Analog Joystick: Thumbstick LEFT ←
  5043. psx.input.port2.analogjoy.left
  5044.  
  5045. ;psx, Virtual Port 2, Analog Joystick: Left Stick, BACK ↓
  5046. psx.input.port2.analogjoy.lstick_down
  5047.  
  5048. ;psx, Virtual Port 2, Analog Joystick: Left Stick, LEFT ←
  5049. psx.input.port2.analogjoy.lstick_left
  5050.  
  5051. ;psx, Virtual Port 2, Analog Joystick: Left Stick, RIGHT →
  5052. psx.input.port2.analogjoy.lstick_right
  5053.  
  5054. ;psx, Virtual Port 2, Analog Joystick: Left Stick, FORE ↑
  5055. psx.input.port2.analogjoy.lstick_up
  5056.  
  5057. ;psx, Virtual Port 2, Analog Joystick: Left stick, R-thumb
  5058. psx.input.port2.analogjoy.r1
  5059.  
  5060. ;psx, Virtual Port 2, Analog Joystick: Left stick, Pinky
  5061. psx.input.port2.analogjoy.r2
  5062.  
  5063. ;psx, Virtual Port 2, Analog Joystick: Thumbstick RIGHT →
  5064. psx.input.port2.analogjoy.right
  5065.  
  5066. ;psx, Virtual Port 2, Analog Joystick: Right Stick, BACK ↓
  5067. psx.input.port2.analogjoy.rstick_down
  5068.  
  5069. ;psx, Virtual Port 2, Analog Joystick: Right Stick, LEFT ←
  5070. psx.input.port2.analogjoy.rstick_left
  5071.  
  5072. ;psx, Virtual Port 2, Analog Joystick: Right Stick, RIGHT →
  5073. psx.input.port2.analogjoy.rstick_right
  5074.  
  5075. ;psx, Virtual Port 2, Analog Joystick: Right Stick, FORE ↑
  5076. psx.input.port2.analogjoy.rstick_up
  5077.  
  5078. ;psx, Virtual Port 2, Analog Joystick: SELECT
  5079. psx.input.port2.analogjoy.select
  5080.  
  5081. ;psx, Virtual Port 2, Analog Joystick: Right stick, Trigger
  5082. psx.input.port2.analogjoy.square
  5083.  
  5084. ;psx, Virtual Port 2, Analog Joystick: START
  5085. psx.input.port2.analogjoy.start
  5086.  
  5087. ;psx, Virtual Port 2, Analog Joystick: Right stick, Pinky
  5088. psx.input.port2.analogjoy.triangle
  5089.  
  5090. ;psx, Virtual Port 2, Analog Joystick: Thumbstick UP ↑
  5091. psx.input.port2.analogjoy.up
  5092.  
  5093. ;psx, Virtual Port 2, Dance Pad: ○ (upper right)
  5094. psx.input.port2.dancepad.circle
  5095.  
  5096. ;psx, Virtual Port 2, Dance Pad: x (upper left)
  5097. psx.input.port2.dancepad.cross
  5098.  
  5099. ;psx, Virtual Port 2, Dance Pad: DOWN ↓
  5100. psx.input.port2.dancepad.down
  5101.  
  5102. ;psx, Virtual Port 2, Dance Pad: LEFT ←
  5103. psx.input.port2.dancepad.left
  5104.  
  5105. ;psx, Virtual Port 2, Dance Pad: RIGHT →
  5106. psx.input.port2.dancepad.right
  5107.  
  5108. ;psx, Virtual Port 2, Dance Pad: SELECT
  5109. psx.input.port2.dancepad.select
  5110.  
  5111. ;psx, Virtual Port 2, Dance Pad: □ (lower right)
  5112. psx.input.port2.dancepad.square
  5113.  
  5114. ;psx, Virtual Port 2, Dance Pad: START
  5115. psx.input.port2.dancepad.start
  5116.  
  5117. ;psx, Virtual Port 2, Dance Pad: △ (lower left)
  5118. psx.input.port2.dancepad.triangle
  5119.  
  5120. ;psx, Virtual Port 2, Dance Pad: UP ↑
  5121. psx.input.port2.dancepad.up
  5122.  
  5123. ;Analog axis scale coefficient for Dual Analog on Virtual Port 2.
  5124. psx.input.port2.dualanalog.axis_scale 1.00
  5125.  
  5126. ;psx, Virtual Port 2, Dual Analog: ○ (right)
  5127. psx.input.port2.dualanalog.circle
  5128.  
  5129. ;psx, Virtual Port 2, Dual Analog: x (lower)
  5130. psx.input.port2.dualanalog.cross
  5131.  
  5132. ;psx, Virtual Port 2, Dual Analog: D-Pad DOWN ↓
  5133. psx.input.port2.dualanalog.down
  5134.  
  5135. ;psx, Virtual Port 2, Dual Analog: L1 (front left shoulder)
  5136. psx.input.port2.dualanalog.l1
  5137.  
  5138. ;psx, Virtual Port 2, Dual Analog: L2 (rear left shoulder)
  5139. psx.input.port2.dualanalog.l2
  5140.  
  5141. ;psx, Virtual Port 2, Dual Analog: Left Stick, Button(L3)
  5142. psx.input.port2.dualanalog.l3
  5143.  
  5144. ;psx, Virtual Port 2, Dual Analog: D-Pad LEFT ←
  5145. psx.input.port2.dualanalog.left
  5146.  
  5147. ;psx, Virtual Port 2, Dual Analog: Left Stick DOWN ↓
  5148. psx.input.port2.dualanalog.lstick_down
  5149.  
  5150. ;psx, Virtual Port 2, Dual Analog: Left Stick LEFT ←
  5151. psx.input.port2.dualanalog.lstick_left
  5152.  
  5153. ;psx, Virtual Port 2, Dual Analog: Left Stick RIGHT →
  5154. psx.input.port2.dualanalog.lstick_right
  5155.  
  5156. ;psx, Virtual Port 2, Dual Analog: Left Stick UP ↑
  5157. psx.input.port2.dualanalog.lstick_up
  5158.  
  5159. ;psx, Virtual Port 2, Dual Analog: R1 (front right shoulder)
  5160. psx.input.port2.dualanalog.r1
  5161.  
  5162. ;psx, Virtual Port 2, Dual Analog: R2 (rear right shoulder)
  5163. psx.input.port2.dualanalog.r2
  5164.  
  5165. ;psx, Virtual Port 2, Dual Analog: Right stick, Button(R3)
  5166. psx.input.port2.dualanalog.r3
  5167.  
  5168. ;psx, Virtual Port 2, Dual Analog: Rapid ○ (right)
  5169. psx.input.port2.dualanalog.rapid_circle
  5170.  
  5171. ;psx, Virtual Port 2, Dual Analog: Rapid x (lower)
  5172. psx.input.port2.dualanalog.rapid_cross
  5173.  
  5174. ;psx, Virtual Port 2, Dual Analog: Rapid □ (left)
  5175. psx.input.port2.dualanalog.rapid_square
  5176.  
  5177. ;psx, Virtual Port 2, Dual Analog: Rapid △ (upper)
  5178. psx.input.port2.dualanalog.rapid_triangle
  5179.  
  5180. ;psx, Virtual Port 2, Dual Analog: D-Pad RIGHT →
  5181. psx.input.port2.dualanalog.right
  5182.  
  5183. ;psx, Virtual Port 2, Dual Analog: Right Stick DOWN ↓
  5184. psx.input.port2.dualanalog.rstick_down
  5185.  
  5186. ;psx, Virtual Port 2, Dual Analog: Right Stick LEFT ←
  5187. psx.input.port2.dualanalog.rstick_left
  5188.  
  5189. ;psx, Virtual Port 2, Dual Analog: Right Stick RIGHT →
  5190. psx.input.port2.dualanalog.rstick_right
  5191.  
  5192. ;psx, Virtual Port 2, Dual Analog: Right Stick UP ↑
  5193. psx.input.port2.dualanalog.rstick_up
  5194.  
  5195. ;psx, Virtual Port 2, Dual Analog: SELECT
  5196. psx.input.port2.dualanalog.select
  5197.  
  5198. ;psx, Virtual Port 2, Dual Analog: □ (left)
  5199. psx.input.port2.dualanalog.square
  5200.  
  5201. ;psx, Virtual Port 2, Dual Analog: START
  5202. psx.input.port2.dualanalog.start
  5203.  
  5204. ;psx, Virtual Port 2, Dual Analog: △ (upper)
  5205. psx.input.port2.dualanalog.triangle
  5206.  
  5207. ;psx, Virtual Port 2, Dual Analog: D-Pad UP ↑
  5208. psx.input.port2.dualanalog.up
  5209.  
  5210. ;psx, Virtual Port 2, DualShock: Analog(mode toggle)
  5211. psx.input.port2.dualshock.analog
  5212.  
  5213. ;Analog axis scale coefficient for DualShock on Virtual Port 2.
  5214. psx.input.port2.dualshock.axis_scale 1.00
  5215.  
  5216. ;psx, Virtual Port 2, DualShock: ○ (right)
  5217. psx.input.port2.dualshock.circle
  5218.  
  5219. ;psx, Virtual Port 2, DualShock: x (lower)
  5220. psx.input.port2.dualshock.cross
  5221.  
  5222. ;psx, Virtual Port 2, DualShock: D-Pad DOWN ↓
  5223. psx.input.port2.dualshock.down
  5224.  
  5225. ;psx, Virtual Port 2, DualShock: L1 (front left shoulder)
  5226. psx.input.port2.dualshock.l1
  5227.  
  5228. ;psx, Virtual Port 2, DualShock: L2 (rear left shoulder)
  5229. psx.input.port2.dualshock.l2
  5230.  
  5231. ;psx, Virtual Port 2, DualShock: Left Stick, Button(L3)
  5232. psx.input.port2.dualshock.l3
  5233.  
  5234. ;psx, Virtual Port 2, DualShock: D-Pad LEFT ←
  5235. psx.input.port2.dualshock.left
  5236.  
  5237. ;psx, Virtual Port 2, DualShock: Left Stick DOWN ↓
  5238. psx.input.port2.dualshock.lstick_down
  5239.  
  5240. ;psx, Virtual Port 2, DualShock: Left Stick LEFT ←
  5241. psx.input.port2.dualshock.lstick_left
  5242.  
  5243. ;psx, Virtual Port 2, DualShock: Left Stick RIGHT →
  5244. psx.input.port2.dualshock.lstick_right
  5245.  
  5246. ;psx, Virtual Port 2, DualShock: Left Stick UP ↑
  5247. psx.input.port2.dualshock.lstick_up
  5248.  
  5249. ;psx, Virtual Port 2, DualShock: R1 (front right shoulder)
  5250. psx.input.port2.dualshock.r1
  5251.  
  5252. ;psx, Virtual Port 2, DualShock: R2 (rear right shoulder)
  5253. psx.input.port2.dualshock.r2
  5254.  
  5255. ;psx, Virtual Port 2, DualShock: Right stick, Button(R3)
  5256. psx.input.port2.dualshock.r3
  5257.  
  5258. ;psx, Virtual Port 2, DualShock: Rapid ○ (right)
  5259. psx.input.port2.dualshock.rapid_circle
  5260.  
  5261. ;psx, Virtual Port 2, DualShock: Rapid x (lower)
  5262. psx.input.port2.dualshock.rapid_cross
  5263.  
  5264. ;psx, Virtual Port 2, DualShock: Rapid □ (left)
  5265. psx.input.port2.dualshock.rapid_square
  5266.  
  5267. ;psx, Virtual Port 2, DualShock: Rapid △ (upper)
  5268. psx.input.port2.dualshock.rapid_triangle
  5269.  
  5270. ;psx, Virtual Port 2, DualShock: D-Pad RIGHT →
  5271. psx.input.port2.dualshock.right
  5272.  
  5273. ;psx, Virtual Port 2, DualShock: Right Stick DOWN ↓
  5274. psx.input.port2.dualshock.rstick_down
  5275.  
  5276. ;psx, Virtual Port 2, DualShock: Right Stick LEFT ←
  5277. psx.input.port2.dualshock.rstick_left
  5278.  
  5279. ;psx, Virtual Port 2, DualShock: Right Stick RIGHT →
  5280. psx.input.port2.dualshock.rstick_right
  5281.  
  5282. ;psx, Virtual Port 2, DualShock: Right Stick UP ↑
  5283. psx.input.port2.dualshock.rstick_up
  5284.  
  5285. ;psx, Virtual Port 2, DualShock: SELECT
  5286. psx.input.port2.dualshock.select
  5287.  
  5288. ;psx, Virtual Port 2, DualShock: □ (left)
  5289. psx.input.port2.dualshock.square
  5290.  
  5291. ;psx, Virtual Port 2, DualShock: START
  5292. psx.input.port2.dualshock.start
  5293.  
  5294. ;psx, Virtual Port 2, DualShock: △ (upper)
  5295. psx.input.port2.dualshock.triangle
  5296.  
  5297. ;psx, Virtual Port 2, DualShock: D-Pad UP ↑
  5298. psx.input.port2.dualshock.up
  5299.  
  5300. ;psx, Virtual Port 2, Digital Gamepad: ○ (right)
  5301. psx.input.port2.gamepad.circle
  5302.  
  5303. ;psx, Virtual Port 2, Digital Gamepad: x (lower)
  5304. psx.input.port2.gamepad.cross
  5305.  
  5306. ;psx, Virtual Port 2, Digital Gamepad: DOWN ↓
  5307. psx.input.port2.gamepad.down
  5308.  
  5309. ;psx, Virtual Port 2, Digital Gamepad: L1 (front left shoulder)
  5310. psx.input.port2.gamepad.l1
  5311.  
  5312. ;psx, Virtual Port 2, Digital Gamepad: L2 (rear left shoulder)
  5313. psx.input.port2.gamepad.l2
  5314.  
  5315. ;psx, Virtual Port 2, Digital Gamepad: LEFT ←
  5316. psx.input.port2.gamepad.left
  5317.  
  5318. ;psx, Virtual Port 2, Digital Gamepad: R1 (front right shoulder)
  5319. psx.input.port2.gamepad.r1
  5320.  
  5321. ;psx, Virtual Port 2, Digital Gamepad: R2 (rear right shoulder)
  5322. psx.input.port2.gamepad.r2
  5323.  
  5324. ;psx, Virtual Port 2, Digital Gamepad: Rapid ○ (right)
  5325. psx.input.port2.gamepad.rapid_circle
  5326.  
  5327. ;psx, Virtual Port 2, Digital Gamepad: Rapid x (lower)
  5328. psx.input.port2.gamepad.rapid_cross
  5329.  
  5330. ;psx, Virtual Port 2, Digital Gamepad: Rapid □ (left)
  5331. psx.input.port2.gamepad.rapid_square
  5332.  
  5333. ;psx, Virtual Port 2, Digital Gamepad: Rapid △ (upper)
  5334. psx.input.port2.gamepad.rapid_triangle
  5335.  
  5336. ;psx, Virtual Port 2, Digital Gamepad: RIGHT →
  5337. psx.input.port2.gamepad.right
  5338.  
  5339. ;psx, Virtual Port 2, Digital Gamepad: SELECT
  5340. psx.input.port2.gamepad.select
  5341.  
  5342. ;psx, Virtual Port 2, Digital Gamepad: □ (left)
  5343. psx.input.port2.gamepad.square
  5344.  
  5345. ;psx, Virtual Port 2, Digital Gamepad: START
  5346. psx.input.port2.gamepad.start
  5347.  
  5348. ;psx, Virtual Port 2, Digital Gamepad: △ (upper)
  5349. psx.input.port2.gamepad.triangle
  5350.  
  5351. ;psx, Virtual Port 2, Digital Gamepad: UP ↑
  5352. psx.input.port2.gamepad.up
  5353.  
  5354. ;Crosshairs color for lightgun on virtual port 2.
  5355. psx.input.port2.gun_chairs 0x00FF00
  5356.  
  5357. ;psx, Virtual Port 2, GunCon: A
  5358. psx.input.port2.guncon.a mouse 0000000000000000 00000002
  5359.  
  5360. ;psx, Virtual Port 2, GunCon: B
  5361. psx.input.port2.guncon.b mouse 0000000000000000 00000001
  5362.  
  5363. ;psx, Virtual Port 2, GunCon: Offscreen Shot(Simulated)
  5364. psx.input.port2.guncon.offscreen_shot keyboard 32
  5365.  
  5366. ;psx, Virtual Port 2, GunCon: Trigger
  5367. psx.input.port2.guncon.trigger mouse 0000000000000000 00000000
  5368.  
  5369. ;psx, Virtual Port 2, GunCon: X Axis
  5370. psx.input.port2.guncon.x_axis mouse 0000000000000000 00008000
  5371.  
  5372. ;psx, Virtual Port 2, GunCon: Y Axis
  5373. psx.input.port2.guncon.y_axis mouse 0000000000000000 00008001
  5374.  
  5375. ;psx, Virtual Port 2, Konami Justifier: O
  5376. psx.input.port2.justifier.o mouse 0000000000000000 00000002
  5377.  
  5378. ;psx, Virtual Port 2, Konami Justifier: Offscreen Shot(Simulated)
  5379. psx.input.port2.justifier.offscreen_shot keyboard 32
  5380.  
  5381. ;psx, Virtual Port 2, Konami Justifier: Start
  5382. psx.input.port2.justifier.start mouse 0000000000000000 00000001
  5383.  
  5384. ;psx, Virtual Port 2, Konami Justifier: Trigger
  5385. psx.input.port2.justifier.trigger mouse 0000000000000000 00000000
  5386.  
  5387. ;psx, Virtual Port 2, Konami Justifier: X Axis
  5388. psx.input.port2.justifier.x_axis mouse 0000000000000000 00008000
  5389.  
  5390. ;psx, Virtual Port 2, Konami Justifier: Y Axis
  5391. psx.input.port2.justifier.y_axis mouse 0000000000000000 00008001
  5392.  
  5393. ;Emulate memory card on virtual port 2.
  5394. psx.input.port2.memcard 1
  5395.  
  5396. ;psx, Virtual Port 2, Mouse: Left Button
  5397. psx.input.port2.mouse.left mouse 0000000000000000 00000000
  5398.  
  5399. ;psx, Virtual Port 2, Mouse: Right Button
  5400. psx.input.port2.mouse.right mouse 0000000000000000 00000002
  5401.  
  5402. ;psx, Virtual Port 2, neGcon: A
  5403. psx.input.port2.negcon.a
  5404.  
  5405. ;psx, Virtual Port 2, neGcon: B
  5406. psx.input.port2.negcon.b
  5407.  
  5408. ;psx, Virtual Port 2, neGcon: D-Pad DOWN ↓
  5409. psx.input.port2.negcon.down
  5410.  
  5411. ;psx, Virtual Port 2, neGcon: I (Analog)
  5412. psx.input.port2.negcon.i
  5413.  
  5414. ;psx, Virtual Port 2, neGcon: II (Analog)
  5415. psx.input.port2.negcon.ii
  5416.  
  5417. ;psx, Virtual Port 2, neGcon: Left Shoulder (Analog)
  5418. psx.input.port2.negcon.l
  5419.  
  5420. ;psx, Virtual Port 2, neGcon: D-Pad LEFT ←
  5421. psx.input.port2.negcon.left
  5422.  
  5423. ;psx, Virtual Port 2, neGcon: Right Shoulder
  5424. psx.input.port2.negcon.r
  5425.  
  5426. ;psx, Virtual Port 2, neGcon: D-Pad RIGHT →
  5427. psx.input.port2.negcon.right
  5428.  
  5429. ;psx, Virtual Port 2, neGcon: START
  5430. psx.input.port2.negcon.start
  5431.  
  5432. ;psx, Virtual Port 2, neGcon: Twist ↑|↓ (Analog, Turn Left)
  5433. psx.input.port2.negcon.twist_ccwise
  5434.  
  5435. ;psx, Virtual Port 2, neGcon: Twist ↓|↑ (Analog, Turn Right)
  5436. psx.input.port2.negcon.twist_cwise
  5437.  
  5438. ;psx, Virtual Port 2, neGcon: D-Pad UP ↑
  5439. psx.input.port2.negcon.up
  5440.  
  5441. ;Input device for Virtual Port 3
  5442. psx.input.port3 gamepad
  5443.  
  5444. ;Analog axis scale coefficient for Analog Joystick on Virtual Port 3.
  5445. psx.input.port3.analogjoy.axis_scale 1.00
  5446.  
  5447. ;psx, Virtual Port 3, Analog Joystick: Right stick, R-thumb
  5448. psx.input.port3.analogjoy.circle
  5449.  
  5450. ;psx, Virtual Port 3, Analog Joystick: Right stick, L-thumb
  5451. psx.input.port3.analogjoy.cross
  5452.  
  5453. ;psx, Virtual Port 3, Analog Joystick: Thumbstick DOWN ↓
  5454. psx.input.port3.analogjoy.down
  5455.  
  5456. ;psx, Virtual Port 3, Analog Joystick: Left stick, L-thumb
  5457. psx.input.port3.analogjoy.l1
  5458.  
  5459. ;psx, Virtual Port 3, Analog Joystick: Left stick, Trigger
  5460. psx.input.port3.analogjoy.l2
  5461.  
  5462. ;psx, Virtual Port 3, Analog Joystick: Thumbstick LEFT ←
  5463. psx.input.port3.analogjoy.left
  5464.  
  5465. ;psx, Virtual Port 3, Analog Joystick: Left Stick, BACK ↓
  5466. psx.input.port3.analogjoy.lstick_down
  5467.  
  5468. ;psx, Virtual Port 3, Analog Joystick: Left Stick, LEFT ←
  5469. psx.input.port3.analogjoy.lstick_left
  5470.  
  5471. ;psx, Virtual Port 3, Analog Joystick: Left Stick, RIGHT →
  5472. psx.input.port3.analogjoy.lstick_right
  5473.  
  5474. ;psx, Virtual Port 3, Analog Joystick: Left Stick, FORE ↑
  5475. psx.input.port3.analogjoy.lstick_up
  5476.  
  5477. ;psx, Virtual Port 3, Analog Joystick: Left stick, R-thumb
  5478. psx.input.port3.analogjoy.r1
  5479.  
  5480. ;psx, Virtual Port 3, Analog Joystick: Left stick, Pinky
  5481. psx.input.port3.analogjoy.r2
  5482.  
  5483. ;psx, Virtual Port 3, Analog Joystick: Thumbstick RIGHT →
  5484. psx.input.port3.analogjoy.right
  5485.  
  5486. ;psx, Virtual Port 3, Analog Joystick: Right Stick, BACK ↓
  5487. psx.input.port3.analogjoy.rstick_down
  5488.  
  5489. ;psx, Virtual Port 3, Analog Joystick: Right Stick, LEFT ←
  5490. psx.input.port3.analogjoy.rstick_left
  5491.  
  5492. ;psx, Virtual Port 3, Analog Joystick: Right Stick, RIGHT →
  5493. psx.input.port3.analogjoy.rstick_right
  5494.  
  5495. ;psx, Virtual Port 3, Analog Joystick: Right Stick, FORE ↑
  5496. psx.input.port3.analogjoy.rstick_up
  5497.  
  5498. ;psx, Virtual Port 3, Analog Joystick: SELECT
  5499. psx.input.port3.analogjoy.select
  5500.  
  5501. ;psx, Virtual Port 3, Analog Joystick: Right stick, Trigger
  5502. psx.input.port3.analogjoy.square
  5503.  
  5504. ;psx, Virtual Port 3, Analog Joystick: START
  5505. psx.input.port3.analogjoy.start
  5506.  
  5507. ;psx, Virtual Port 3, Analog Joystick: Right stick, Pinky
  5508. psx.input.port3.analogjoy.triangle
  5509.  
  5510. ;psx, Virtual Port 3, Analog Joystick: Thumbstick UP ↑
  5511. psx.input.port3.analogjoy.up
  5512.  
  5513. ;psx, Virtual Port 3, Dance Pad: ○ (upper right)
  5514. psx.input.port3.dancepad.circle
  5515.  
  5516. ;psx, Virtual Port 3, Dance Pad: x (upper left)
  5517. psx.input.port3.dancepad.cross
  5518.  
  5519. ;psx, Virtual Port 3, Dance Pad: DOWN ↓
  5520. psx.input.port3.dancepad.down
  5521.  
  5522. ;psx, Virtual Port 3, Dance Pad: LEFT ←
  5523. psx.input.port3.dancepad.left
  5524.  
  5525. ;psx, Virtual Port 3, Dance Pad: RIGHT →
  5526. psx.input.port3.dancepad.right
  5527.  
  5528. ;psx, Virtual Port 3, Dance Pad: SELECT
  5529. psx.input.port3.dancepad.select
  5530.  
  5531. ;psx, Virtual Port 3, Dance Pad: □ (lower right)
  5532. psx.input.port3.dancepad.square
  5533.  
  5534. ;psx, Virtual Port 3, Dance Pad: START
  5535. psx.input.port3.dancepad.start
  5536.  
  5537. ;psx, Virtual Port 3, Dance Pad: △ (lower left)
  5538. psx.input.port3.dancepad.triangle
  5539.  
  5540. ;psx, Virtual Port 3, Dance Pad: UP ↑
  5541. psx.input.port3.dancepad.up
  5542.  
  5543. ;Analog axis scale coefficient for Dual Analog on Virtual Port 3.
  5544. psx.input.port3.dualanalog.axis_scale 1.00
  5545.  
  5546. ;psx, Virtual Port 3, Dual Analog: ○ (right)
  5547. psx.input.port3.dualanalog.circle
  5548.  
  5549. ;psx, Virtual Port 3, Dual Analog: x (lower)
  5550. psx.input.port3.dualanalog.cross
  5551.  
  5552. ;psx, Virtual Port 3, Dual Analog: D-Pad DOWN ↓
  5553. psx.input.port3.dualanalog.down
  5554.  
  5555. ;psx, Virtual Port 3, Dual Analog: L1 (front left shoulder)
  5556. psx.input.port3.dualanalog.l1
  5557.  
  5558. ;psx, Virtual Port 3, Dual Analog: L2 (rear left shoulder)
  5559. psx.input.port3.dualanalog.l2
  5560.  
  5561. ;psx, Virtual Port 3, Dual Analog: Left Stick, Button(L3)
  5562. psx.input.port3.dualanalog.l3
  5563.  
  5564. ;psx, Virtual Port 3, Dual Analog: D-Pad LEFT ←
  5565. psx.input.port3.dualanalog.left
  5566.  
  5567. ;psx, Virtual Port 3, Dual Analog: Left Stick DOWN ↓
  5568. psx.input.port3.dualanalog.lstick_down
  5569.  
  5570. ;psx, Virtual Port 3, Dual Analog: Left Stick LEFT ←
  5571. psx.input.port3.dualanalog.lstick_left
  5572.  
  5573. ;psx, Virtual Port 3, Dual Analog: Left Stick RIGHT →
  5574. psx.input.port3.dualanalog.lstick_right
  5575.  
  5576. ;psx, Virtual Port 3, Dual Analog: Left Stick UP ↑
  5577. psx.input.port3.dualanalog.lstick_up
  5578.  
  5579. ;psx, Virtual Port 3, Dual Analog: R1 (front right shoulder)
  5580. psx.input.port3.dualanalog.r1
  5581.  
  5582. ;psx, Virtual Port 3, Dual Analog: R2 (rear right shoulder)
  5583. psx.input.port3.dualanalog.r2
  5584.  
  5585. ;psx, Virtual Port 3, Dual Analog: Right stick, Button(R3)
  5586. psx.input.port3.dualanalog.r3
  5587.  
  5588. ;psx, Virtual Port 3, Dual Analog: Rapid ○ (right)
  5589. psx.input.port3.dualanalog.rapid_circle
  5590.  
  5591. ;psx, Virtual Port 3, Dual Analog: Rapid x (lower)
  5592. psx.input.port3.dualanalog.rapid_cross
  5593.  
  5594. ;psx, Virtual Port 3, Dual Analog: Rapid □ (left)
  5595. psx.input.port3.dualanalog.rapid_square
  5596.  
  5597. ;psx, Virtual Port 3, Dual Analog: Rapid △ (upper)
  5598. psx.input.port3.dualanalog.rapid_triangle
  5599.  
  5600. ;psx, Virtual Port 3, Dual Analog: D-Pad RIGHT →
  5601. psx.input.port3.dualanalog.right
  5602.  
  5603. ;psx, Virtual Port 3, Dual Analog: Right Stick DOWN ↓
  5604. psx.input.port3.dualanalog.rstick_down
  5605.  
  5606. ;psx, Virtual Port 3, Dual Analog: Right Stick LEFT ←
  5607. psx.input.port3.dualanalog.rstick_left
  5608.  
  5609. ;psx, Virtual Port 3, Dual Analog: Right Stick RIGHT →
  5610. psx.input.port3.dualanalog.rstick_right
  5611.  
  5612. ;psx, Virtual Port 3, Dual Analog: Right Stick UP ↑
  5613. psx.input.port3.dualanalog.rstick_up
  5614.  
  5615. ;psx, Virtual Port 3, Dual Analog: SELECT
  5616. psx.input.port3.dualanalog.select
  5617.  
  5618. ;psx, Virtual Port 3, Dual Analog: □ (left)
  5619. psx.input.port3.dualanalog.square
  5620.  
  5621. ;psx, Virtual Port 3, Dual Analog: START
  5622. psx.input.port3.dualanalog.start
  5623.  
  5624. ;psx, Virtual Port 3, Dual Analog: △ (upper)
  5625. psx.input.port3.dualanalog.triangle
  5626.  
  5627. ;psx, Virtual Port 3, Dual Analog: D-Pad UP ↑
  5628. psx.input.port3.dualanalog.up
  5629.  
  5630. ;psx, Virtual Port 3, DualShock: Analog(mode toggle)
  5631. psx.input.port3.dualshock.analog
  5632.  
  5633. ;Analog axis scale coefficient for DualShock on Virtual Port 3.
  5634. psx.input.port3.dualshock.axis_scale 1.00
  5635.  
  5636. ;psx, Virtual Port 3, DualShock: ○ (right)
  5637. psx.input.port3.dualshock.circle
  5638.  
  5639. ;psx, Virtual Port 3, DualShock: x (lower)
  5640. psx.input.port3.dualshock.cross
  5641.  
  5642. ;psx, Virtual Port 3, DualShock: D-Pad DOWN ↓
  5643. psx.input.port3.dualshock.down
  5644.  
  5645. ;psx, Virtual Port 3, DualShock: L1 (front left shoulder)
  5646. psx.input.port3.dualshock.l1
  5647.  
  5648. ;psx, Virtual Port 3, DualShock: L2 (rear left shoulder)
  5649. psx.input.port3.dualshock.l2
  5650.  
  5651. ;psx, Virtual Port 3, DualShock: Left Stick, Button(L3)
  5652. psx.input.port3.dualshock.l3
  5653.  
  5654. ;psx, Virtual Port 3, DualShock: D-Pad LEFT ←
  5655. psx.input.port3.dualshock.left
  5656.  
  5657. ;psx, Virtual Port 3, DualShock: Left Stick DOWN ↓
  5658. psx.input.port3.dualshock.lstick_down
  5659.  
  5660. ;psx, Virtual Port 3, DualShock: Left Stick LEFT ←
  5661. psx.input.port3.dualshock.lstick_left
  5662.  
  5663. ;psx, Virtual Port 3, DualShock: Left Stick RIGHT →
  5664. psx.input.port3.dualshock.lstick_right
  5665.  
  5666. ;psx, Virtual Port 3, DualShock: Left Stick UP ↑
  5667. psx.input.port3.dualshock.lstick_up
  5668.  
  5669. ;psx, Virtual Port 3, DualShock: R1 (front right shoulder)
  5670. psx.input.port3.dualshock.r1
  5671.  
  5672. ;psx, Virtual Port 3, DualShock: R2 (rear right shoulder)
  5673. psx.input.port3.dualshock.r2
  5674.  
  5675. ;psx, Virtual Port 3, DualShock: Right stick, Button(R3)
  5676. psx.input.port3.dualshock.r3
  5677.  
  5678. ;psx, Virtual Port 3, DualShock: Rapid ○ (right)
  5679. psx.input.port3.dualshock.rapid_circle
  5680.  
  5681. ;psx, Virtual Port 3, DualShock: Rapid x (lower)
  5682. psx.input.port3.dualshock.rapid_cross
  5683.  
  5684. ;psx, Virtual Port 3, DualShock: Rapid □ (left)
  5685. psx.input.port3.dualshock.rapid_square
  5686.  
  5687. ;psx, Virtual Port 3, DualShock: Rapid △ (upper)
  5688. psx.input.port3.dualshock.rapid_triangle
  5689.  
  5690. ;psx, Virtual Port 3, DualShock: D-Pad RIGHT →
  5691. psx.input.port3.dualshock.right
  5692.  
  5693. ;psx, Virtual Port 3, DualShock: Right Stick DOWN ↓
  5694. psx.input.port3.dualshock.rstick_down
  5695.  
  5696. ;psx, Virtual Port 3, DualShock: Right Stick LEFT ←
  5697. psx.input.port3.dualshock.rstick_left
  5698.  
  5699. ;psx, Virtual Port 3, DualShock: Right Stick RIGHT →
  5700. psx.input.port3.dualshock.rstick_right
  5701.  
  5702. ;psx, Virtual Port 3, DualShock: Right Stick UP ↑
  5703. psx.input.port3.dualshock.rstick_up
  5704.  
  5705. ;psx, Virtual Port 3, DualShock: SELECT
  5706. psx.input.port3.dualshock.select
  5707.  
  5708. ;psx, Virtual Port 3, DualShock: □ (left)
  5709. psx.input.port3.dualshock.square
  5710.  
  5711. ;psx, Virtual Port 3, DualShock: START
  5712. psx.input.port3.dualshock.start
  5713.  
  5714. ;psx, Virtual Port 3, DualShock: △ (upper)
  5715. psx.input.port3.dualshock.triangle
  5716.  
  5717. ;psx, Virtual Port 3, DualShock: D-Pad UP ↑
  5718. psx.input.port3.dualshock.up
  5719.  
  5720. ;psx, Virtual Port 3, Digital Gamepad: ○ (right)
  5721. psx.input.port3.gamepad.circle
  5722.  
  5723. ;psx, Virtual Port 3, Digital Gamepad: x (lower)
  5724. psx.input.port3.gamepad.cross
  5725.  
  5726. ;psx, Virtual Port 3, Digital Gamepad: DOWN ↓
  5727. psx.input.port3.gamepad.down
  5728.  
  5729. ;psx, Virtual Port 3, Digital Gamepad: L1 (front left shoulder)
  5730. psx.input.port3.gamepad.l1
  5731.  
  5732. ;psx, Virtual Port 3, Digital Gamepad: L2 (rear left shoulder)
  5733. psx.input.port3.gamepad.l2
  5734.  
  5735. ;psx, Virtual Port 3, Digital Gamepad: LEFT ←
  5736. psx.input.port3.gamepad.left
  5737.  
  5738. ;psx, Virtual Port 3, Digital Gamepad: R1 (front right shoulder)
  5739. psx.input.port3.gamepad.r1
  5740.  
  5741. ;psx, Virtual Port 3, Digital Gamepad: R2 (rear right shoulder)
  5742. psx.input.port3.gamepad.r2
  5743.  
  5744. ;psx, Virtual Port 3, Digital Gamepad: Rapid ○ (right)
  5745. psx.input.port3.gamepad.rapid_circle
  5746.  
  5747. ;psx, Virtual Port 3, Digital Gamepad: Rapid x (lower)
  5748. psx.input.port3.gamepad.rapid_cross
  5749.  
  5750. ;psx, Virtual Port 3, Digital Gamepad: Rapid □ (left)
  5751. psx.input.port3.gamepad.rapid_square
  5752.  
  5753. ;psx, Virtual Port 3, Digital Gamepad: Rapid △ (upper)
  5754. psx.input.port3.gamepad.rapid_triangle
  5755.  
  5756. ;psx, Virtual Port 3, Digital Gamepad: RIGHT →
  5757. psx.input.port3.gamepad.right
  5758.  
  5759. ;psx, Virtual Port 3, Digital Gamepad: SELECT
  5760. psx.input.port3.gamepad.select
  5761.  
  5762. ;psx, Virtual Port 3, Digital Gamepad: □ (left)
  5763. psx.input.port3.gamepad.square
  5764.  
  5765. ;psx, Virtual Port 3, Digital Gamepad: START
  5766. psx.input.port3.gamepad.start
  5767.  
  5768. ;psx, Virtual Port 3, Digital Gamepad: △ (upper)
  5769. psx.input.port3.gamepad.triangle
  5770.  
  5771. ;psx, Virtual Port 3, Digital Gamepad: UP ↑
  5772. psx.input.port3.gamepad.up
  5773.  
  5774. ;Crosshairs color for lightgun on virtual port 3.
  5775. psx.input.port3.gun_chairs 0xFF00FF
  5776.  
  5777. ;psx, Virtual Port 3, GunCon: A
  5778. psx.input.port3.guncon.a mouse 0000000000000000 00000002
  5779.  
  5780. ;psx, Virtual Port 3, GunCon: B
  5781. psx.input.port3.guncon.b mouse 0000000000000000 00000001
  5782.  
  5783. ;psx, Virtual Port 3, GunCon: Offscreen Shot(Simulated)
  5784. psx.input.port3.guncon.offscreen_shot keyboard 32
  5785.  
  5786. ;psx, Virtual Port 3, GunCon: Trigger
  5787. psx.input.port3.guncon.trigger mouse 0000000000000000 00000000
  5788.  
  5789. ;psx, Virtual Port 3, GunCon: X Axis
  5790. psx.input.port3.guncon.x_axis mouse 0000000000000000 00008000
  5791.  
  5792. ;psx, Virtual Port 3, GunCon: Y Axis
  5793. psx.input.port3.guncon.y_axis mouse 0000000000000000 00008001
  5794.  
  5795. ;psx, Virtual Port 3, Konami Justifier: O
  5796. psx.input.port3.justifier.o
  5797.  
  5798. ;psx, Virtual Port 3, Konami Justifier: Offscreen Shot(Simulated)
  5799. psx.input.port3.justifier.offscreen_shot
  5800.  
  5801. ;psx, Virtual Port 3, Konami Justifier: Start
  5802. psx.input.port3.justifier.start
  5803.  
  5804. ;psx, Virtual Port 3, Konami Justifier: Trigger
  5805. psx.input.port3.justifier.trigger
  5806.  
  5807. ;psx, Virtual Port 3, Konami Justifier: X Axis
  5808. psx.input.port3.justifier.x_axis
  5809.  
  5810. ;psx, Virtual Port 3, Konami Justifier: Y Axis
  5811. psx.input.port3.justifier.y_axis
  5812.  
  5813. ;Emulate memory card on virtual port 3.
  5814. psx.input.port3.memcard 1
  5815.  
  5816. ;psx, Virtual Port 3, Mouse: Left Button
  5817. psx.input.port3.mouse.left mouse 0000000000000000 00000000
  5818.  
  5819. ;psx, Virtual Port 3, Mouse: Right Button
  5820. psx.input.port3.mouse.right mouse 0000000000000000 00000002
  5821.  
  5822. ;psx, Virtual Port 3, neGcon: A
  5823. psx.input.port3.negcon.a
  5824.  
  5825. ;psx, Virtual Port 3, neGcon: B
  5826. psx.input.port3.negcon.b
  5827.  
  5828. ;psx, Virtual Port 3, neGcon: D-Pad DOWN ↓
  5829. psx.input.port3.negcon.down
  5830.  
  5831. ;psx, Virtual Port 3, neGcon: I (Analog)
  5832. psx.input.port3.negcon.i
  5833.  
  5834. ;psx, Virtual Port 3, neGcon: II (Analog)
  5835. psx.input.port3.negcon.ii
  5836.  
  5837. ;psx, Virtual Port 3, neGcon: Left Shoulder (Analog)
  5838. psx.input.port3.negcon.l
  5839.  
  5840. ;psx, Virtual Port 3, neGcon: D-Pad LEFT ←
  5841. psx.input.port3.negcon.left
  5842.  
  5843. ;psx, Virtual Port 3, neGcon: Right Shoulder
  5844. psx.input.port3.negcon.r
  5845.  
  5846. ;psx, Virtual Port 3, neGcon: D-Pad RIGHT →
  5847. psx.input.port3.negcon.right
  5848.  
  5849. ;psx, Virtual Port 3, neGcon: START
  5850. psx.input.port3.negcon.start
  5851.  
  5852. ;psx, Virtual Port 3, neGcon: Twist ↑|↓ (Analog, Turn Left)
  5853. psx.input.port3.negcon.twist_ccwise
  5854.  
  5855. ;psx, Virtual Port 3, neGcon: Twist ↓|↑ (Analog, Turn Right)
  5856. psx.input.port3.negcon.twist_cwise
  5857.  
  5858. ;psx, Virtual Port 3, neGcon: D-Pad UP ↑
  5859. psx.input.port3.negcon.up
  5860.  
  5861. ;Input device for Virtual Port 4
  5862. psx.input.port4 gamepad
  5863.  
  5864. ;Analog axis scale coefficient for Analog Joystick on Virtual Port 4.
  5865. psx.input.port4.analogjoy.axis_scale 1.00
  5866.  
  5867. ;psx, Virtual Port 4, Analog Joystick: Right stick, R-thumb
  5868. psx.input.port4.analogjoy.circle
  5869.  
  5870. ;psx, Virtual Port 4, Analog Joystick: Right stick, L-thumb
  5871. psx.input.port4.analogjoy.cross
  5872.  
  5873. ;psx, Virtual Port 4, Analog Joystick: Thumbstick DOWN ↓
  5874. psx.input.port4.analogjoy.down
  5875.  
  5876. ;psx, Virtual Port 4, Analog Joystick: Left stick, L-thumb
  5877. psx.input.port4.analogjoy.l1
  5878.  
  5879. ;psx, Virtual Port 4, Analog Joystick: Left stick, Trigger
  5880. psx.input.port4.analogjoy.l2
  5881.  
  5882. ;psx, Virtual Port 4, Analog Joystick: Thumbstick LEFT ←
  5883. psx.input.port4.analogjoy.left
  5884.  
  5885. ;psx, Virtual Port 4, Analog Joystick: Left Stick, BACK ↓
  5886. psx.input.port4.analogjoy.lstick_down
  5887.  
  5888. ;psx, Virtual Port 4, Analog Joystick: Left Stick, LEFT ←
  5889. psx.input.port4.analogjoy.lstick_left
  5890.  
  5891. ;psx, Virtual Port 4, Analog Joystick: Left Stick, RIGHT →
  5892. psx.input.port4.analogjoy.lstick_right
  5893.  
  5894. ;psx, Virtual Port 4, Analog Joystick: Left Stick, FORE ↑
  5895. psx.input.port4.analogjoy.lstick_up
  5896.  
  5897. ;psx, Virtual Port 4, Analog Joystick: Left stick, R-thumb
  5898. psx.input.port4.analogjoy.r1
  5899.  
  5900. ;psx, Virtual Port 4, Analog Joystick: Left stick, Pinky
  5901. psx.input.port4.analogjoy.r2
  5902.  
  5903. ;psx, Virtual Port 4, Analog Joystick: Thumbstick RIGHT →
  5904. psx.input.port4.analogjoy.right
  5905.  
  5906. ;psx, Virtual Port 4, Analog Joystick: Right Stick, BACK ↓
  5907. psx.input.port4.analogjoy.rstick_down
  5908.  
  5909. ;psx, Virtual Port 4, Analog Joystick: Right Stick, LEFT ←
  5910. psx.input.port4.analogjoy.rstick_left
  5911.  
  5912. ;psx, Virtual Port 4, Analog Joystick: Right Stick, RIGHT →
  5913. psx.input.port4.analogjoy.rstick_right
  5914.  
  5915. ;psx, Virtual Port 4, Analog Joystick: Right Stick, FORE ↑
  5916. psx.input.port4.analogjoy.rstick_up
  5917.  
  5918. ;psx, Virtual Port 4, Analog Joystick: SELECT
  5919. psx.input.port4.analogjoy.select
  5920.  
  5921. ;psx, Virtual Port 4, Analog Joystick: Right stick, Trigger
  5922. psx.input.port4.analogjoy.square
  5923.  
  5924. ;psx, Virtual Port 4, Analog Joystick: START
  5925. psx.input.port4.analogjoy.start
  5926.  
  5927. ;psx, Virtual Port 4, Analog Joystick: Right stick, Pinky
  5928. psx.input.port4.analogjoy.triangle
  5929.  
  5930. ;psx, Virtual Port 4, Analog Joystick: Thumbstick UP ↑
  5931. psx.input.port4.analogjoy.up
  5932.  
  5933. ;psx, Virtual Port 4, Dance Pad: ○ (upper right)
  5934. psx.input.port4.dancepad.circle
  5935.  
  5936. ;psx, Virtual Port 4, Dance Pad: x (upper left)
  5937. psx.input.port4.dancepad.cross
  5938.  
  5939. ;psx, Virtual Port 4, Dance Pad: DOWN ↓
  5940. psx.input.port4.dancepad.down
  5941.  
  5942. ;psx, Virtual Port 4, Dance Pad: LEFT ←
  5943. psx.input.port4.dancepad.left
  5944.  
  5945. ;psx, Virtual Port 4, Dance Pad: RIGHT →
  5946. psx.input.port4.dancepad.right
  5947.  
  5948. ;psx, Virtual Port 4, Dance Pad: SELECT
  5949. psx.input.port4.dancepad.select
  5950.  
  5951. ;psx, Virtual Port 4, Dance Pad: □ (lower right)
  5952. psx.input.port4.dancepad.square
  5953.  
  5954. ;psx, Virtual Port 4, Dance Pad: START
  5955. psx.input.port4.dancepad.start
  5956.  
  5957. ;psx, Virtual Port 4, Dance Pad: △ (lower left)
  5958. psx.input.port4.dancepad.triangle
  5959.  
  5960. ;psx, Virtual Port 4, Dance Pad: UP ↑
  5961. psx.input.port4.dancepad.up
  5962.  
  5963. ;Analog axis scale coefficient for Dual Analog on Virtual Port 4.
  5964. psx.input.port4.dualanalog.axis_scale 1.00
  5965.  
  5966. ;psx, Virtual Port 4, Dual Analog: ○ (right)
  5967. psx.input.port4.dualanalog.circle
  5968.  
  5969. ;psx, Virtual Port 4, Dual Analog: x (lower)
  5970. psx.input.port4.dualanalog.cross
  5971.  
  5972. ;psx, Virtual Port 4, Dual Analog: D-Pad DOWN ↓
  5973. psx.input.port4.dualanalog.down
  5974.  
  5975. ;psx, Virtual Port 4, Dual Analog: L1 (front left shoulder)
  5976. psx.input.port4.dualanalog.l1
  5977.  
  5978. ;psx, Virtual Port 4, Dual Analog: L2 (rear left shoulder)
  5979. psx.input.port4.dualanalog.l2
  5980.  
  5981. ;psx, Virtual Port 4, Dual Analog: Left Stick, Button(L3)
  5982. psx.input.port4.dualanalog.l3
  5983.  
  5984. ;psx, Virtual Port 4, Dual Analog: D-Pad LEFT ←
  5985. psx.input.port4.dualanalog.left
  5986.  
  5987. ;psx, Virtual Port 4, Dual Analog: Left Stick DOWN ↓
  5988. psx.input.port4.dualanalog.lstick_down
  5989.  
  5990. ;psx, Virtual Port 4, Dual Analog: Left Stick LEFT ←
  5991. psx.input.port4.dualanalog.lstick_left
  5992.  
  5993. ;psx, Virtual Port 4, Dual Analog: Left Stick RIGHT →
  5994. psx.input.port4.dualanalog.lstick_right
  5995.  
  5996. ;psx, Virtual Port 4, Dual Analog: Left Stick UP ↑
  5997. psx.input.port4.dualanalog.lstick_up
  5998.  
  5999. ;psx, Virtual Port 4, Dual Analog: R1 (front right shoulder)
  6000. psx.input.port4.dualanalog.r1
  6001.  
  6002. ;psx, Virtual Port 4, Dual Analog: R2 (rear right shoulder)
  6003. psx.input.port4.dualanalog.r2
  6004.  
  6005. ;psx, Virtual Port 4, Dual Analog: Right stick, Button(R3)
  6006. psx.input.port4.dualanalog.r3
  6007.  
  6008. ;psx, Virtual Port 4, Dual Analog: Rapid ○ (right)
  6009. psx.input.port4.dualanalog.rapid_circle
  6010.  
  6011. ;psx, Virtual Port 4, Dual Analog: Rapid x (lower)
  6012. psx.input.port4.dualanalog.rapid_cross
  6013.  
  6014. ;psx, Virtual Port 4, Dual Analog: Rapid □ (left)
  6015. psx.input.port4.dualanalog.rapid_square
  6016.  
  6017. ;psx, Virtual Port 4, Dual Analog: Rapid △ (upper)
  6018. psx.input.port4.dualanalog.rapid_triangle
  6019.  
  6020. ;psx, Virtual Port 4, Dual Analog: D-Pad RIGHT →
  6021. psx.input.port4.dualanalog.right
  6022.  
  6023. ;psx, Virtual Port 4, Dual Analog: Right Stick DOWN ↓
  6024. psx.input.port4.dualanalog.rstick_down
  6025.  
  6026. ;psx, Virtual Port 4, Dual Analog: Right Stick LEFT ←
  6027. psx.input.port4.dualanalog.rstick_left
  6028.  
  6029. ;psx, Virtual Port 4, Dual Analog: Right Stick RIGHT →
  6030. psx.input.port4.dualanalog.rstick_right
  6031.  
  6032. ;psx, Virtual Port 4, Dual Analog: Right Stick UP ↑
  6033. psx.input.port4.dualanalog.rstick_up
  6034.  
  6035. ;psx, Virtual Port 4, Dual Analog: SELECT
  6036. psx.input.port4.dualanalog.select
  6037.  
  6038. ;psx, Virtual Port 4, Dual Analog: □ (left)
  6039. psx.input.port4.dualanalog.square
  6040.  
  6041. ;psx, Virtual Port 4, Dual Analog: START
  6042. psx.input.port4.dualanalog.start
  6043.  
  6044. ;psx, Virtual Port 4, Dual Analog: △ (upper)
  6045. psx.input.port4.dualanalog.triangle
  6046.  
  6047. ;psx, Virtual Port 4, Dual Analog: D-Pad UP ↑
  6048. psx.input.port4.dualanalog.up
  6049.  
  6050. ;psx, Virtual Port 4, DualShock: Analog(mode toggle)
  6051. psx.input.port4.dualshock.analog
  6052.  
  6053. ;Analog axis scale coefficient for DualShock on Virtual Port 4.
  6054. psx.input.port4.dualshock.axis_scale 1.00
  6055.  
  6056. ;psx, Virtual Port 4, DualShock: ○ (right)
  6057. psx.input.port4.dualshock.circle
  6058.  
  6059. ;psx, Virtual Port 4, DualShock: x (lower)
  6060. psx.input.port4.dualshock.cross
  6061.  
  6062. ;psx, Virtual Port 4, DualShock: D-Pad DOWN ↓
  6063. psx.input.port4.dualshock.down
  6064.  
  6065. ;psx, Virtual Port 4, DualShock: L1 (front left shoulder)
  6066. psx.input.port4.dualshock.l1
  6067.  
  6068. ;psx, Virtual Port 4, DualShock: L2 (rear left shoulder)
  6069. psx.input.port4.dualshock.l2
  6070.  
  6071. ;psx, Virtual Port 4, DualShock: Left Stick, Button(L3)
  6072. psx.input.port4.dualshock.l3
  6073.  
  6074. ;psx, Virtual Port 4, DualShock: D-Pad LEFT ←
  6075. psx.input.port4.dualshock.left
  6076.  
  6077. ;psx, Virtual Port 4, DualShock: Left Stick DOWN ↓
  6078. psx.input.port4.dualshock.lstick_down
  6079.  
  6080. ;psx, Virtual Port 4, DualShock: Left Stick LEFT ←
  6081. psx.input.port4.dualshock.lstick_left
  6082.  
  6083. ;psx, Virtual Port 4, DualShock: Left Stick RIGHT →
  6084. psx.input.port4.dualshock.lstick_right
  6085.  
  6086. ;psx, Virtual Port 4, DualShock: Left Stick UP ↑
  6087. psx.input.port4.dualshock.lstick_up
  6088.  
  6089. ;psx, Virtual Port 4, DualShock: R1 (front right shoulder)
  6090. psx.input.port4.dualshock.r1
  6091.  
  6092. ;psx, Virtual Port 4, DualShock: R2 (rear right shoulder)
  6093. psx.input.port4.dualshock.r2
  6094.  
  6095. ;psx, Virtual Port 4, DualShock: Right stick, Button(R3)
  6096. psx.input.port4.dualshock.r3
  6097.  
  6098. ;psx, Virtual Port 4, DualShock: Rapid ○ (right)
  6099. psx.input.port4.dualshock.rapid_circle
  6100.  
  6101. ;psx, Virtual Port 4, DualShock: Rapid x (lower)
  6102. psx.input.port4.dualshock.rapid_cross
  6103.  
  6104. ;psx, Virtual Port 4, DualShock: Rapid □ (left)
  6105. psx.input.port4.dualshock.rapid_square
  6106.  
  6107. ;psx, Virtual Port 4, DualShock: Rapid △ (upper)
  6108. psx.input.port4.dualshock.rapid_triangle
  6109.  
  6110. ;psx, Virtual Port 4, DualShock: D-Pad RIGHT →
  6111. psx.input.port4.dualshock.right
  6112.  
  6113. ;psx, Virtual Port 4, DualShock: Right Stick DOWN ↓
  6114. psx.input.port4.dualshock.rstick_down
  6115.  
  6116. ;psx, Virtual Port 4, DualShock: Right Stick LEFT ←
  6117. psx.input.port4.dualshock.rstick_left
  6118.  
  6119. ;psx, Virtual Port 4, DualShock: Right Stick RIGHT →
  6120. psx.input.port4.dualshock.rstick_right
  6121.  
  6122. ;psx, Virtual Port 4, DualShock: Right Stick UP ↑
  6123. psx.input.port4.dualshock.rstick_up
  6124.  
  6125. ;psx, Virtual Port 4, DualShock: SELECT
  6126. psx.input.port4.dualshock.select
  6127.  
  6128. ;psx, Virtual Port 4, DualShock: □ (left)
  6129. psx.input.port4.dualshock.square
  6130.  
  6131. ;psx, Virtual Port 4, DualShock: START
  6132. psx.input.port4.dualshock.start
  6133.  
  6134. ;psx, Virtual Port 4, DualShock: △ (upper)
  6135. psx.input.port4.dualshock.triangle
  6136.  
  6137. ;psx, Virtual Port 4, DualShock: D-Pad UP ↑
  6138. psx.input.port4.dualshock.up
  6139.  
  6140. ;psx, Virtual Port 4, Digital Gamepad: ○ (right)
  6141. psx.input.port4.gamepad.circle
  6142.  
  6143. ;psx, Virtual Port 4, Digital Gamepad: x (lower)
  6144. psx.input.port4.gamepad.cross
  6145.  
  6146. ;psx, Virtual Port 4, Digital Gamepad: DOWN ↓
  6147. psx.input.port4.gamepad.down
  6148.  
  6149. ;psx, Virtual Port 4, Digital Gamepad: L1 (front left shoulder)
  6150. psx.input.port4.gamepad.l1
  6151.  
  6152. ;psx, Virtual Port 4, Digital Gamepad: L2 (rear left shoulder)
  6153. psx.input.port4.gamepad.l2
  6154.  
  6155. ;psx, Virtual Port 4, Digital Gamepad: LEFT ←
  6156. psx.input.port4.gamepad.left
  6157.  
  6158. ;psx, Virtual Port 4, Digital Gamepad: R1 (front right shoulder)
  6159. psx.input.port4.gamepad.r1
  6160.  
  6161. ;psx, Virtual Port 4, Digital Gamepad: R2 (rear right shoulder)
  6162. psx.input.port4.gamepad.r2
  6163.  
  6164. ;psx, Virtual Port 4, Digital Gamepad: Rapid ○ (right)
  6165. psx.input.port4.gamepad.rapid_circle
  6166.  
  6167. ;psx, Virtual Port 4, Digital Gamepad: Rapid x (lower)
  6168. psx.input.port4.gamepad.rapid_cross
  6169.  
  6170. ;psx, Virtual Port 4, Digital Gamepad: Rapid □ (left)
  6171. psx.input.port4.gamepad.rapid_square
  6172.  
  6173. ;psx, Virtual Port 4, Digital Gamepad: Rapid △ (upper)
  6174. psx.input.port4.gamepad.rapid_triangle
  6175.  
  6176. ;psx, Virtual Port 4, Digital Gamepad: RIGHT →
  6177. psx.input.port4.gamepad.right
  6178.  
  6179. ;psx, Virtual Port 4, Digital Gamepad: SELECT
  6180. psx.input.port4.gamepad.select
  6181.  
  6182. ;psx, Virtual Port 4, Digital Gamepad: □ (left)
  6183. psx.input.port4.gamepad.square
  6184.  
  6185. ;psx, Virtual Port 4, Digital Gamepad: START
  6186. psx.input.port4.gamepad.start
  6187.  
  6188. ;psx, Virtual Port 4, Digital Gamepad: △ (upper)
  6189. psx.input.port4.gamepad.triangle
  6190.  
  6191. ;psx, Virtual Port 4, Digital Gamepad: UP ↑
  6192. psx.input.port4.gamepad.up
  6193.  
  6194. ;Crosshairs color for lightgun on virtual port 4.
  6195. psx.input.port4.gun_chairs 0xFF8000
  6196.  
  6197. ;psx, Virtual Port 4, GunCon: A
  6198. psx.input.port4.guncon.a mouse 0000000000000000 00000002
  6199.  
  6200. ;psx, Virtual Port 4, GunCon: B
  6201. psx.input.port4.guncon.b mouse 0000000000000000 00000001
  6202.  
  6203. ;psx, Virtual Port 4, GunCon: Offscreen Shot(Simulated)
  6204. psx.input.port4.guncon.offscreen_shot keyboard 32
  6205.  
  6206. ;psx, Virtual Port 4, GunCon: Trigger
  6207. psx.input.port4.guncon.trigger mouse 0000000000000000 00000000
  6208.  
  6209. ;psx, Virtual Port 4, GunCon: X Axis
  6210. psx.input.port4.guncon.x_axis mouse 0000000000000000 00008000
  6211.  
  6212. ;psx, Virtual Port 4, GunCon: Y Axis
  6213. psx.input.port4.guncon.y_axis mouse 0000000000000000 00008001
  6214.  
  6215. ;psx, Virtual Port 4, Konami Justifier: O
  6216. psx.input.port4.justifier.o
  6217.  
  6218. ;psx, Virtual Port 4, Konami Justifier: Offscreen Shot(Simulated)
  6219. psx.input.port4.justifier.offscreen_shot
  6220.  
  6221. ;psx, Virtual Port 4, Konami Justifier: Start
  6222. psx.input.port4.justifier.start
  6223.  
  6224. ;psx, Virtual Port 4, Konami Justifier: Trigger
  6225. psx.input.port4.justifier.trigger
  6226.  
  6227. ;psx, Virtual Port 4, Konami Justifier: X Axis
  6228. psx.input.port4.justifier.x_axis
  6229.  
  6230. ;psx, Virtual Port 4, Konami Justifier: Y Axis
  6231. psx.input.port4.justifier.y_axis
  6232.  
  6233. ;Emulate memory card on virtual port 4.
  6234. psx.input.port4.memcard 1
  6235.  
  6236. ;psx, Virtual Port 4, Mouse: Left Button
  6237. psx.input.port4.mouse.left mouse 0000000000000000 00000000
  6238.  
  6239. ;psx, Virtual Port 4, Mouse: Right Button
  6240. psx.input.port4.mouse.right mouse 0000000000000000 00000002
  6241.  
  6242. ;psx, Virtual Port 4, neGcon: A
  6243. psx.input.port4.negcon.a
  6244.  
  6245. ;psx, Virtual Port 4, neGcon: B
  6246. psx.input.port4.negcon.b
  6247.  
  6248. ;psx, Virtual Port 4, neGcon: D-Pad DOWN ↓
  6249. psx.input.port4.negcon.down
  6250.  
  6251. ;psx, Virtual Port 4, neGcon: I (Analog)
  6252. psx.input.port4.negcon.i
  6253.  
  6254. ;psx, Virtual Port 4, neGcon: II (Analog)
  6255. psx.input.port4.negcon.ii
  6256.  
  6257. ;psx, Virtual Port 4, neGcon: Left Shoulder (Analog)
  6258. psx.input.port4.negcon.l
  6259.  
  6260. ;psx, Virtual Port 4, neGcon: D-Pad LEFT ←
  6261. psx.input.port4.negcon.left
  6262.  
  6263. ;psx, Virtual Port 4, neGcon: Right Shoulder
  6264. psx.input.port4.negcon.r
  6265.  
  6266. ;psx, Virtual Port 4, neGcon: D-Pad RIGHT →
  6267. psx.input.port4.negcon.right
  6268.  
  6269. ;psx, Virtual Port 4, neGcon: START
  6270. psx.input.port4.negcon.start
  6271.  
  6272. ;psx, Virtual Port 4, neGcon: Twist ↑|↓ (Analog, Turn Left)
  6273. psx.input.port4.negcon.twist_ccwise
  6274.  
  6275. ;psx, Virtual Port 4, neGcon: Twist ↓|↑ (Analog, Turn Right)
  6276. psx.input.port4.negcon.twist_cwise
  6277.  
  6278. ;psx, Virtual Port 4, neGcon: D-Pad UP ↑
  6279. psx.input.port4.negcon.up
  6280.  
  6281. ;Input device for Virtual Port 5
  6282. psx.input.port5 gamepad
  6283.  
  6284. ;Analog axis scale coefficient for Analog Joystick on Virtual Port 5.
  6285. psx.input.port5.analogjoy.axis_scale 1.00
  6286.  
  6287. ;psx, Virtual Port 5, Analog Joystick: Right stick, R-thumb
  6288. psx.input.port5.analogjoy.circle
  6289.  
  6290. ;psx, Virtual Port 5, Analog Joystick: Right stick, L-thumb
  6291. psx.input.port5.analogjoy.cross
  6292.  
  6293. ;psx, Virtual Port 5, Analog Joystick: Thumbstick DOWN ↓
  6294. psx.input.port5.analogjoy.down
  6295.  
  6296. ;psx, Virtual Port 5, Analog Joystick: Left stick, L-thumb
  6297. psx.input.port5.analogjoy.l1
  6298.  
  6299. ;psx, Virtual Port 5, Analog Joystick: Left stick, Trigger
  6300. psx.input.port5.analogjoy.l2
  6301.  
  6302. ;psx, Virtual Port 5, Analog Joystick: Thumbstick LEFT ←
  6303. psx.input.port5.analogjoy.left
  6304.  
  6305. ;psx, Virtual Port 5, Analog Joystick: Left Stick, BACK ↓
  6306. psx.input.port5.analogjoy.lstick_down
  6307.  
  6308. ;psx, Virtual Port 5, Analog Joystick: Left Stick, LEFT ←
  6309. psx.input.port5.analogjoy.lstick_left
  6310.  
  6311. ;psx, Virtual Port 5, Analog Joystick: Left Stick, RIGHT →
  6312. psx.input.port5.analogjoy.lstick_right
  6313.  
  6314. ;psx, Virtual Port 5, Analog Joystick: Left Stick, FORE ↑
  6315. psx.input.port5.analogjoy.lstick_up
  6316.  
  6317. ;psx, Virtual Port 5, Analog Joystick: Left stick, R-thumb
  6318. psx.input.port5.analogjoy.r1
  6319.  
  6320. ;psx, Virtual Port 5, Analog Joystick: Left stick, Pinky
  6321. psx.input.port5.analogjoy.r2
  6322.  
  6323. ;psx, Virtual Port 5, Analog Joystick: Thumbstick RIGHT →
  6324. psx.input.port5.analogjoy.right
  6325.  
  6326. ;psx, Virtual Port 5, Analog Joystick: Right Stick, BACK ↓
  6327. psx.input.port5.analogjoy.rstick_down
  6328.  
  6329. ;psx, Virtual Port 5, Analog Joystick: Right Stick, LEFT ←
  6330. psx.input.port5.analogjoy.rstick_left
  6331.  
  6332. ;psx, Virtual Port 5, Analog Joystick: Right Stick, RIGHT →
  6333. psx.input.port5.analogjoy.rstick_right
  6334.  
  6335. ;psx, Virtual Port 5, Analog Joystick: Right Stick, FORE ↑
  6336. psx.input.port5.analogjoy.rstick_up
  6337.  
  6338. ;psx, Virtual Port 5, Analog Joystick: SELECT
  6339. psx.input.port5.analogjoy.select
  6340.  
  6341. ;psx, Virtual Port 5, Analog Joystick: Right stick, Trigger
  6342. psx.input.port5.analogjoy.square
  6343.  
  6344. ;psx, Virtual Port 5, Analog Joystick: START
  6345. psx.input.port5.analogjoy.start
  6346.  
  6347. ;psx, Virtual Port 5, Analog Joystick: Right stick, Pinky
  6348. psx.input.port5.analogjoy.triangle
  6349.  
  6350. ;psx, Virtual Port 5, Analog Joystick: Thumbstick UP ↑
  6351. psx.input.port5.analogjoy.up
  6352.  
  6353. ;psx, Virtual Port 5, Dance Pad: ○ (upper right)
  6354. psx.input.port5.dancepad.circle
  6355.  
  6356. ;psx, Virtual Port 5, Dance Pad: x (upper left)
  6357. psx.input.port5.dancepad.cross
  6358.  
  6359. ;psx, Virtual Port 5, Dance Pad: DOWN ↓
  6360. psx.input.port5.dancepad.down
  6361.  
  6362. ;psx, Virtual Port 5, Dance Pad: LEFT ←
  6363. psx.input.port5.dancepad.left
  6364.  
  6365. ;psx, Virtual Port 5, Dance Pad: RIGHT →
  6366. psx.input.port5.dancepad.right
  6367.  
  6368. ;psx, Virtual Port 5, Dance Pad: SELECT
  6369. psx.input.port5.dancepad.select
  6370.  
  6371. ;psx, Virtual Port 5, Dance Pad: □ (lower right)
  6372. psx.input.port5.dancepad.square
  6373.  
  6374. ;psx, Virtual Port 5, Dance Pad: START
  6375. psx.input.port5.dancepad.start
  6376.  
  6377. ;psx, Virtual Port 5, Dance Pad: △ (lower left)
  6378. psx.input.port5.dancepad.triangle
  6379.  
  6380. ;psx, Virtual Port 5, Dance Pad: UP ↑
  6381. psx.input.port5.dancepad.up
  6382.  
  6383. ;Analog axis scale coefficient for Dual Analog on Virtual Port 5.
  6384. psx.input.port5.dualanalog.axis_scale 1.00
  6385.  
  6386. ;psx, Virtual Port 5, Dual Analog: ○ (right)
  6387. psx.input.port5.dualanalog.circle
  6388.  
  6389. ;psx, Virtual Port 5, Dual Analog: x (lower)
  6390. psx.input.port5.dualanalog.cross
  6391.  
  6392. ;psx, Virtual Port 5, Dual Analog: D-Pad DOWN ↓
  6393. psx.input.port5.dualanalog.down
  6394.  
  6395. ;psx, Virtual Port 5, Dual Analog: L1 (front left shoulder)
  6396. psx.input.port5.dualanalog.l1
  6397.  
  6398. ;psx, Virtual Port 5, Dual Analog: L2 (rear left shoulder)
  6399. psx.input.port5.dualanalog.l2
  6400.  
  6401. ;psx, Virtual Port 5, Dual Analog: Left Stick, Button(L3)
  6402. psx.input.port5.dualanalog.l3
  6403.  
  6404. ;psx, Virtual Port 5, Dual Analog: D-Pad LEFT ←
  6405. psx.input.port5.dualanalog.left
  6406.  
  6407. ;psx, Virtual Port 5, Dual Analog: Left Stick DOWN ↓
  6408. psx.input.port5.dualanalog.lstick_down
  6409.  
  6410. ;psx, Virtual Port 5, Dual Analog: Left Stick LEFT ←
  6411. psx.input.port5.dualanalog.lstick_left
  6412.  
  6413. ;psx, Virtual Port 5, Dual Analog: Left Stick RIGHT →
  6414. psx.input.port5.dualanalog.lstick_right
  6415.  
  6416. ;psx, Virtual Port 5, Dual Analog: Left Stick UP ↑
  6417. psx.input.port5.dualanalog.lstick_up
  6418.  
  6419. ;psx, Virtual Port 5, Dual Analog: R1 (front right shoulder)
  6420. psx.input.port5.dualanalog.r1
  6421.  
  6422. ;psx, Virtual Port 5, Dual Analog: R2 (rear right shoulder)
  6423. psx.input.port5.dualanalog.r2
  6424.  
  6425. ;psx, Virtual Port 5, Dual Analog: Right stick, Button(R3)
  6426. psx.input.port5.dualanalog.r3
  6427.  
  6428. ;psx, Virtual Port 5, Dual Analog: Rapid ○ (right)
  6429. psx.input.port5.dualanalog.rapid_circle
  6430.  
  6431. ;psx, Virtual Port 5, Dual Analog: Rapid x (lower)
  6432. psx.input.port5.dualanalog.rapid_cross
  6433.  
  6434. ;psx, Virtual Port 5, Dual Analog: Rapid □ (left)
  6435. psx.input.port5.dualanalog.rapid_square
  6436.  
  6437. ;psx, Virtual Port 5, Dual Analog: Rapid △ (upper)
  6438. psx.input.port5.dualanalog.rapid_triangle
  6439.  
  6440. ;psx, Virtual Port 5, Dual Analog: D-Pad RIGHT →
  6441. psx.input.port5.dualanalog.right
  6442.  
  6443. ;psx, Virtual Port 5, Dual Analog: Right Stick DOWN ↓
  6444. psx.input.port5.dualanalog.rstick_down
  6445.  
  6446. ;psx, Virtual Port 5, Dual Analog: Right Stick LEFT ←
  6447. psx.input.port5.dualanalog.rstick_left
  6448.  
  6449. ;psx, Virtual Port 5, Dual Analog: Right Stick RIGHT →
  6450. psx.input.port5.dualanalog.rstick_right
  6451.  
  6452. ;psx, Virtual Port 5, Dual Analog: Right Stick UP ↑
  6453. psx.input.port5.dualanalog.rstick_up
  6454.  
  6455. ;psx, Virtual Port 5, Dual Analog: SELECT
  6456. psx.input.port5.dualanalog.select
  6457.  
  6458. ;psx, Virtual Port 5, Dual Analog: □ (left)
  6459. psx.input.port5.dualanalog.square
  6460.  
  6461. ;psx, Virtual Port 5, Dual Analog: START
  6462. psx.input.port5.dualanalog.start
  6463.  
  6464. ;psx, Virtual Port 5, Dual Analog: △ (upper)
  6465. psx.input.port5.dualanalog.triangle
  6466.  
  6467. ;psx, Virtual Port 5, Dual Analog: D-Pad UP ↑
  6468. psx.input.port5.dualanalog.up
  6469.  
  6470. ;psx, Virtual Port 5, DualShock: Analog(mode toggle)
  6471. psx.input.port5.dualshock.analog
  6472.  
  6473. ;Analog axis scale coefficient for DualShock on Virtual Port 5.
  6474. psx.input.port5.dualshock.axis_scale 1.00
  6475.  
  6476. ;psx, Virtual Port 5, DualShock: ○ (right)
  6477. psx.input.port5.dualshock.circle
  6478.  
  6479. ;psx, Virtual Port 5, DualShock: x (lower)
  6480. psx.input.port5.dualshock.cross
  6481.  
  6482. ;psx, Virtual Port 5, DualShock: D-Pad DOWN ↓
  6483. psx.input.port5.dualshock.down
  6484.  
  6485. ;psx, Virtual Port 5, DualShock: L1 (front left shoulder)
  6486. psx.input.port5.dualshock.l1
  6487.  
  6488. ;psx, Virtual Port 5, DualShock: L2 (rear left shoulder)
  6489. psx.input.port5.dualshock.l2
  6490.  
  6491. ;psx, Virtual Port 5, DualShock: Left Stick, Button(L3)
  6492. psx.input.port5.dualshock.l3
  6493.  
  6494. ;psx, Virtual Port 5, DualShock: D-Pad LEFT ←
  6495. psx.input.port5.dualshock.left
  6496.  
  6497. ;psx, Virtual Port 5, DualShock: Left Stick DOWN ↓
  6498. psx.input.port5.dualshock.lstick_down
  6499.  
  6500. ;psx, Virtual Port 5, DualShock: Left Stick LEFT ←
  6501. psx.input.port5.dualshock.lstick_left
  6502.  
  6503. ;psx, Virtual Port 5, DualShock: Left Stick RIGHT →
  6504. psx.input.port5.dualshock.lstick_right
  6505.  
  6506. ;psx, Virtual Port 5, DualShock: Left Stick UP ↑
  6507. psx.input.port5.dualshock.lstick_up
  6508.  
  6509. ;psx, Virtual Port 5, DualShock: R1 (front right shoulder)
  6510. psx.input.port5.dualshock.r1
  6511.  
  6512. ;psx, Virtual Port 5, DualShock: R2 (rear right shoulder)
  6513. psx.input.port5.dualshock.r2
  6514.  
  6515. ;psx, Virtual Port 5, DualShock: Right stick, Button(R3)
  6516. psx.input.port5.dualshock.r3
  6517.  
  6518. ;psx, Virtual Port 5, DualShock: Rapid ○ (right)
  6519. psx.input.port5.dualshock.rapid_circle
  6520.  
  6521. ;psx, Virtual Port 5, DualShock: Rapid x (lower)
  6522. psx.input.port5.dualshock.rapid_cross
  6523.  
  6524. ;psx, Virtual Port 5, DualShock: Rapid □ (left)
  6525. psx.input.port5.dualshock.rapid_square
  6526.  
  6527. ;psx, Virtual Port 5, DualShock: Rapid △ (upper)
  6528. psx.input.port5.dualshock.rapid_triangle
  6529.  
  6530. ;psx, Virtual Port 5, DualShock: D-Pad RIGHT →
  6531. psx.input.port5.dualshock.right
  6532.  
  6533. ;psx, Virtual Port 5, DualShock: Right Stick DOWN ↓
  6534. psx.input.port5.dualshock.rstick_down
  6535.  
  6536. ;psx, Virtual Port 5, DualShock: Right Stick LEFT ←
  6537. psx.input.port5.dualshock.rstick_left
  6538.  
  6539. ;psx, Virtual Port 5, DualShock: Right Stick RIGHT →
  6540. psx.input.port5.dualshock.rstick_right
  6541.  
  6542. ;psx, Virtual Port 5, DualShock: Right Stick UP ↑
  6543. psx.input.port5.dualshock.rstick_up
  6544.  
  6545. ;psx, Virtual Port 5, DualShock: SELECT
  6546. psx.input.port5.dualshock.select
  6547.  
  6548. ;psx, Virtual Port 5, DualShock: □ (left)
  6549. psx.input.port5.dualshock.square
  6550.  
  6551. ;psx, Virtual Port 5, DualShock: START
  6552. psx.input.port5.dualshock.start
  6553.  
  6554. ;psx, Virtual Port 5, DualShock: △ (upper)
  6555. psx.input.port5.dualshock.triangle
  6556.  
  6557. ;psx, Virtual Port 5, DualShock: D-Pad UP ↑
  6558. psx.input.port5.dualshock.up
  6559.  
  6560. ;psx, Virtual Port 5, Digital Gamepad: ○ (right)
  6561. psx.input.port5.gamepad.circle
  6562.  
  6563. ;psx, Virtual Port 5, Digital Gamepad: x (lower)
  6564. psx.input.port5.gamepad.cross
  6565.  
  6566. ;psx, Virtual Port 5, Digital Gamepad: DOWN ↓
  6567. psx.input.port5.gamepad.down
  6568.  
  6569. ;psx, Virtual Port 5, Digital Gamepad: L1 (front left shoulder)
  6570. psx.input.port5.gamepad.l1
  6571.  
  6572. ;psx, Virtual Port 5, Digital Gamepad: L2 (rear left shoulder)
  6573. psx.input.port5.gamepad.l2
  6574.  
  6575. ;psx, Virtual Port 5, Digital Gamepad: LEFT ←
  6576. psx.input.port5.gamepad.left
  6577.  
  6578. ;psx, Virtual Port 5, Digital Gamepad: R1 (front right shoulder)
  6579. psx.input.port5.gamepad.r1
  6580.  
  6581. ;psx, Virtual Port 5, Digital Gamepad: R2 (rear right shoulder)
  6582. psx.input.port5.gamepad.r2
  6583.  
  6584. ;psx, Virtual Port 5, Digital Gamepad: Rapid ○ (right)
  6585. psx.input.port5.gamepad.rapid_circle
  6586.  
  6587. ;psx, Virtual Port 5, Digital Gamepad: Rapid x (lower)
  6588. psx.input.port5.gamepad.rapid_cross
  6589.  
  6590. ;psx, Virtual Port 5, Digital Gamepad: Rapid □ (left)
  6591. psx.input.port5.gamepad.rapid_square
  6592.  
  6593. ;psx, Virtual Port 5, Digital Gamepad: Rapid △ (upper)
  6594. psx.input.port5.gamepad.rapid_triangle
  6595.  
  6596. ;psx, Virtual Port 5, Digital Gamepad: RIGHT →
  6597. psx.input.port5.gamepad.right
  6598.  
  6599. ;psx, Virtual Port 5, Digital Gamepad: SELECT
  6600. psx.input.port5.gamepad.select
  6601.  
  6602. ;psx, Virtual Port 5, Digital Gamepad: □ (left)
  6603. psx.input.port5.gamepad.square
  6604.  
  6605. ;psx, Virtual Port 5, Digital Gamepad: START
  6606. psx.input.port5.gamepad.start
  6607.  
  6608. ;psx, Virtual Port 5, Digital Gamepad: △ (upper)
  6609. psx.input.port5.gamepad.triangle
  6610.  
  6611. ;psx, Virtual Port 5, Digital Gamepad: UP ↑
  6612. psx.input.port5.gamepad.up
  6613.  
  6614. ;Crosshairs color for lightgun on virtual port 5.
  6615. psx.input.port5.gun_chairs 0xFFFF00
  6616.  
  6617. ;psx, Virtual Port 5, GunCon: A
  6618. psx.input.port5.guncon.a mouse 0000000000000000 00000002
  6619.  
  6620. ;psx, Virtual Port 5, GunCon: B
  6621. psx.input.port5.guncon.b mouse 0000000000000000 00000001
  6622.  
  6623. ;psx, Virtual Port 5, GunCon: Offscreen Shot(Simulated)
  6624. psx.input.port5.guncon.offscreen_shot keyboard 32
  6625.  
  6626. ;psx, Virtual Port 5, GunCon: Trigger
  6627. psx.input.port5.guncon.trigger mouse 0000000000000000 00000000
  6628.  
  6629. ;psx, Virtual Port 5, GunCon: X Axis
  6630. psx.input.port5.guncon.x_axis mouse 0000000000000000 00008000
  6631.  
  6632. ;psx, Virtual Port 5, GunCon: Y Axis
  6633. psx.input.port5.guncon.y_axis mouse 0000000000000000 00008001
  6634.  
  6635. ;psx, Virtual Port 5, Konami Justifier: O
  6636. psx.input.port5.justifier.o
  6637.  
  6638. ;psx, Virtual Port 5, Konami Justifier: Offscreen Shot(Simulated)
  6639. psx.input.port5.justifier.offscreen_shot
  6640.  
  6641. ;psx, Virtual Port 5, Konami Justifier: Start
  6642. psx.input.port5.justifier.start
  6643.  
  6644. ;psx, Virtual Port 5, Konami Justifier: Trigger
  6645. psx.input.port5.justifier.trigger
  6646.  
  6647. ;psx, Virtual Port 5, Konami Justifier: X Axis
  6648. psx.input.port5.justifier.x_axis
  6649.  
  6650. ;psx, Virtual Port 5, Konami Justifier: Y Axis
  6651. psx.input.port5.justifier.y_axis
  6652.  
  6653. ;Emulate memory card on virtual port 5.
  6654. psx.input.port5.memcard 1
  6655.  
  6656. ;psx, Virtual Port 5, Mouse: Left Button
  6657. psx.input.port5.mouse.left mouse 0000000000000000 00000000
  6658.  
  6659. ;psx, Virtual Port 5, Mouse: Right Button
  6660. psx.input.port5.mouse.right mouse 0000000000000000 00000002
  6661.  
  6662. ;psx, Virtual Port 5, neGcon: A
  6663. psx.input.port5.negcon.a
  6664.  
  6665. ;psx, Virtual Port 5, neGcon: B
  6666. psx.input.port5.negcon.b
  6667.  
  6668. ;psx, Virtual Port 5, neGcon: D-Pad DOWN ↓
  6669. psx.input.port5.negcon.down
  6670.  
  6671. ;psx, Virtual Port 5, neGcon: I (Analog)
  6672. psx.input.port5.negcon.i
  6673.  
  6674. ;psx, Virtual Port 5, neGcon: II (Analog)
  6675. psx.input.port5.negcon.ii
  6676.  
  6677. ;psx, Virtual Port 5, neGcon: Left Shoulder (Analog)
  6678. psx.input.port5.negcon.l
  6679.  
  6680. ;psx, Virtual Port 5, neGcon: D-Pad LEFT ←
  6681. psx.input.port5.negcon.left
  6682.  
  6683. ;psx, Virtual Port 5, neGcon: Right Shoulder
  6684. psx.input.port5.negcon.r
  6685.  
  6686. ;psx, Virtual Port 5, neGcon: D-Pad RIGHT →
  6687. psx.input.port5.negcon.right
  6688.  
  6689. ;psx, Virtual Port 5, neGcon: START
  6690. psx.input.port5.negcon.start
  6691.  
  6692. ;psx, Virtual Port 5, neGcon: Twist ↑|↓ (Analog, Turn Left)
  6693. psx.input.port5.negcon.twist_ccwise
  6694.  
  6695. ;psx, Virtual Port 5, neGcon: Twist ↓|↑ (Analog, Turn Right)
  6696. psx.input.port5.negcon.twist_cwise
  6697.  
  6698. ;psx, Virtual Port 5, neGcon: D-Pad UP ↑
  6699. psx.input.port5.negcon.up
  6700.  
  6701. ;Input device for Virtual Port 6
  6702. psx.input.port6 gamepad
  6703.  
  6704. ;Analog axis scale coefficient for Analog Joystick on Virtual Port 6.
  6705. psx.input.port6.analogjoy.axis_scale 1.00
  6706.  
  6707. ;psx, Virtual Port 6, Analog Joystick: Right stick, R-thumb
  6708. psx.input.port6.analogjoy.circle
  6709.  
  6710. ;psx, Virtual Port 6, Analog Joystick: Right stick, L-thumb
  6711. psx.input.port6.analogjoy.cross
  6712.  
  6713. ;psx, Virtual Port 6, Analog Joystick: Thumbstick DOWN ↓
  6714. psx.input.port6.analogjoy.down
  6715.  
  6716. ;psx, Virtual Port 6, Analog Joystick: Left stick, L-thumb
  6717. psx.input.port6.analogjoy.l1
  6718.  
  6719. ;psx, Virtual Port 6, Analog Joystick: Left stick, Trigger
  6720. psx.input.port6.analogjoy.l2
  6721.  
  6722. ;psx, Virtual Port 6, Analog Joystick: Thumbstick LEFT ←
  6723. psx.input.port6.analogjoy.left
  6724.  
  6725. ;psx, Virtual Port 6, Analog Joystick: Left Stick, BACK ↓
  6726. psx.input.port6.analogjoy.lstick_down
  6727.  
  6728. ;psx, Virtual Port 6, Analog Joystick: Left Stick, LEFT ←
  6729. psx.input.port6.analogjoy.lstick_left
  6730.  
  6731. ;psx, Virtual Port 6, Analog Joystick: Left Stick, RIGHT →
  6732. psx.input.port6.analogjoy.lstick_right
  6733.  
  6734. ;psx, Virtual Port 6, Analog Joystick: Left Stick, FORE ↑
  6735. psx.input.port6.analogjoy.lstick_up
  6736.  
  6737. ;psx, Virtual Port 6, Analog Joystick: Left stick, R-thumb
  6738. psx.input.port6.analogjoy.r1
  6739.  
  6740. ;psx, Virtual Port 6, Analog Joystick: Left stick, Pinky
  6741. psx.input.port6.analogjoy.r2
  6742.  
  6743. ;psx, Virtual Port 6, Analog Joystick: Thumbstick RIGHT →
  6744. psx.input.port6.analogjoy.right
  6745.  
  6746. ;psx, Virtual Port 6, Analog Joystick: Right Stick, BACK ↓
  6747. psx.input.port6.analogjoy.rstick_down
  6748.  
  6749. ;psx, Virtual Port 6, Analog Joystick: Right Stick, LEFT ←
  6750. psx.input.port6.analogjoy.rstick_left
  6751.  
  6752. ;psx, Virtual Port 6, Analog Joystick: Right Stick, RIGHT →
  6753. psx.input.port6.analogjoy.rstick_right
  6754.  
  6755. ;psx, Virtual Port 6, Analog Joystick: Right Stick, FORE ↑
  6756. psx.input.port6.analogjoy.rstick_up
  6757.  
  6758. ;psx, Virtual Port 6, Analog Joystick: SELECT
  6759. psx.input.port6.analogjoy.select
  6760.  
  6761. ;psx, Virtual Port 6, Analog Joystick: Right stick, Trigger
  6762. psx.input.port6.analogjoy.square
  6763.  
  6764. ;psx, Virtual Port 6, Analog Joystick: START
  6765. psx.input.port6.analogjoy.start
  6766.  
  6767. ;psx, Virtual Port 6, Analog Joystick: Right stick, Pinky
  6768. psx.input.port6.analogjoy.triangle
  6769.  
  6770. ;psx, Virtual Port 6, Analog Joystick: Thumbstick UP ↑
  6771. psx.input.port6.analogjoy.up
  6772.  
  6773. ;psx, Virtual Port 6, Dance Pad: ○ (upper right)
  6774. psx.input.port6.dancepad.circle
  6775.  
  6776. ;psx, Virtual Port 6, Dance Pad: x (upper left)
  6777. psx.input.port6.dancepad.cross
  6778.  
  6779. ;psx, Virtual Port 6, Dance Pad: DOWN ↓
  6780. psx.input.port6.dancepad.down
  6781.  
  6782. ;psx, Virtual Port 6, Dance Pad: LEFT ←
  6783. psx.input.port6.dancepad.left
  6784.  
  6785. ;psx, Virtual Port 6, Dance Pad: RIGHT →
  6786. psx.input.port6.dancepad.right
  6787.  
  6788. ;psx, Virtual Port 6, Dance Pad: SELECT
  6789. psx.input.port6.dancepad.select
  6790.  
  6791. ;psx, Virtual Port 6, Dance Pad: □ (lower right)
  6792. psx.input.port6.dancepad.square
  6793.  
  6794. ;psx, Virtual Port 6, Dance Pad: START
  6795. psx.input.port6.dancepad.start
  6796.  
  6797. ;psx, Virtual Port 6, Dance Pad: △ (lower left)
  6798. psx.input.port6.dancepad.triangle
  6799.  
  6800. ;psx, Virtual Port 6, Dance Pad: UP ↑
  6801. psx.input.port6.dancepad.up
  6802.  
  6803. ;Analog axis scale coefficient for Dual Analog on Virtual Port 6.
  6804. psx.input.port6.dualanalog.axis_scale 1.00
  6805.  
  6806. ;psx, Virtual Port 6, Dual Analog: ○ (right)
  6807. psx.input.port6.dualanalog.circle
  6808.  
  6809. ;psx, Virtual Port 6, Dual Analog: x (lower)
  6810. psx.input.port6.dualanalog.cross
  6811.  
  6812. ;psx, Virtual Port 6, Dual Analog: D-Pad DOWN ↓
  6813. psx.input.port6.dualanalog.down
  6814.  
  6815. ;psx, Virtual Port 6, Dual Analog: L1 (front left shoulder)
  6816. psx.input.port6.dualanalog.l1
  6817.  
  6818. ;psx, Virtual Port 6, Dual Analog: L2 (rear left shoulder)
  6819. psx.input.port6.dualanalog.l2
  6820.  
  6821. ;psx, Virtual Port 6, Dual Analog: Left Stick, Button(L3)
  6822. psx.input.port6.dualanalog.l3
  6823.  
  6824. ;psx, Virtual Port 6, Dual Analog: D-Pad LEFT ←
  6825. psx.input.port6.dualanalog.left
  6826.  
  6827. ;psx, Virtual Port 6, Dual Analog: Left Stick DOWN ↓
  6828. psx.input.port6.dualanalog.lstick_down
  6829.  
  6830. ;psx, Virtual Port 6, Dual Analog: Left Stick LEFT ←
  6831. psx.input.port6.dualanalog.lstick_left
  6832.  
  6833. ;psx, Virtual Port 6, Dual Analog: Left Stick RIGHT →
  6834. psx.input.port6.dualanalog.lstick_right
  6835.  
  6836. ;psx, Virtual Port 6, Dual Analog: Left Stick UP ↑
  6837. psx.input.port6.dualanalog.lstick_up
  6838.  
  6839. ;psx, Virtual Port 6, Dual Analog: R1 (front right shoulder)
  6840. psx.input.port6.dualanalog.r1
  6841.  
  6842. ;psx, Virtual Port 6, Dual Analog: R2 (rear right shoulder)
  6843. psx.input.port6.dualanalog.r2
  6844.  
  6845. ;psx, Virtual Port 6, Dual Analog: Right stick, Button(R3)
  6846. psx.input.port6.dualanalog.r3
  6847.  
  6848. ;psx, Virtual Port 6, Dual Analog: Rapid ○ (right)
  6849. psx.input.port6.dualanalog.rapid_circle
  6850.  
  6851. ;psx, Virtual Port 6, Dual Analog: Rapid x (lower)
  6852. psx.input.port6.dualanalog.rapid_cross
  6853.  
  6854. ;psx, Virtual Port 6, Dual Analog: Rapid □ (left)
  6855. psx.input.port6.dualanalog.rapid_square
  6856.  
  6857. ;psx, Virtual Port 6, Dual Analog: Rapid △ (upper)
  6858. psx.input.port6.dualanalog.rapid_triangle
  6859.  
  6860. ;psx, Virtual Port 6, Dual Analog: D-Pad RIGHT →
  6861. psx.input.port6.dualanalog.right
  6862.  
  6863. ;psx, Virtual Port 6, Dual Analog: Right Stick DOWN ↓
  6864. psx.input.port6.dualanalog.rstick_down
  6865.  
  6866. ;psx, Virtual Port 6, Dual Analog: Right Stick LEFT ←
  6867. psx.input.port6.dualanalog.rstick_left
  6868.  
  6869. ;psx, Virtual Port 6, Dual Analog: Right Stick RIGHT →
  6870. psx.input.port6.dualanalog.rstick_right
  6871.  
  6872. ;psx, Virtual Port 6, Dual Analog: Right Stick UP ↑
  6873. psx.input.port6.dualanalog.rstick_up
  6874.  
  6875. ;psx, Virtual Port 6, Dual Analog: SELECT
  6876. psx.input.port6.dualanalog.select
  6877.  
  6878. ;psx, Virtual Port 6, Dual Analog: □ (left)
  6879. psx.input.port6.dualanalog.square
  6880.  
  6881. ;psx, Virtual Port 6, Dual Analog: START
  6882. psx.input.port6.dualanalog.start
  6883.  
  6884. ;psx, Virtual Port 6, Dual Analog: △ (upper)
  6885. psx.input.port6.dualanalog.triangle
  6886.  
  6887. ;psx, Virtual Port 6, Dual Analog: D-Pad UP ↑
  6888. psx.input.port6.dualanalog.up
  6889.  
  6890. ;psx, Virtual Port 6, DualShock: Analog(mode toggle)
  6891. psx.input.port6.dualshock.analog
  6892.  
  6893. ;Analog axis scale coefficient for DualShock on Virtual Port 6.
  6894. psx.input.port6.dualshock.axis_scale 1.00
  6895.  
  6896. ;psx, Virtual Port 6, DualShock: ○ (right)
  6897. psx.input.port6.dualshock.circle
  6898.  
  6899. ;psx, Virtual Port 6, DualShock: x (lower)
  6900. psx.input.port6.dualshock.cross
  6901.  
  6902. ;psx, Virtual Port 6, DualShock: D-Pad DOWN ↓
  6903. psx.input.port6.dualshock.down
  6904.  
  6905. ;psx, Virtual Port 6, DualShock: L1 (front left shoulder)
  6906. psx.input.port6.dualshock.l1
  6907.  
  6908. ;psx, Virtual Port 6, DualShock: L2 (rear left shoulder)
  6909. psx.input.port6.dualshock.l2
  6910.  
  6911. ;psx, Virtual Port 6, DualShock: Left Stick, Button(L3)
  6912. psx.input.port6.dualshock.l3
  6913.  
  6914. ;psx, Virtual Port 6, DualShock: D-Pad LEFT ←
  6915. psx.input.port6.dualshock.left
  6916.  
  6917. ;psx, Virtual Port 6, DualShock: Left Stick DOWN ↓
  6918. psx.input.port6.dualshock.lstick_down
  6919.  
  6920. ;psx, Virtual Port 6, DualShock: Left Stick LEFT ←
  6921. psx.input.port6.dualshock.lstick_left
  6922.  
  6923. ;psx, Virtual Port 6, DualShock: Left Stick RIGHT →
  6924. psx.input.port6.dualshock.lstick_right
  6925.  
  6926. ;psx, Virtual Port 6, DualShock: Left Stick UP ↑
  6927. psx.input.port6.dualshock.lstick_up
  6928.  
  6929. ;psx, Virtual Port 6, DualShock: R1 (front right shoulder)
  6930. psx.input.port6.dualshock.r1
  6931.  
  6932. ;psx, Virtual Port 6, DualShock: R2 (rear right shoulder)
  6933. psx.input.port6.dualshock.r2
  6934.  
  6935. ;psx, Virtual Port 6, DualShock: Right stick, Button(R3)
  6936. psx.input.port6.dualshock.r3
  6937.  
  6938. ;psx, Virtual Port 6, DualShock: Rapid ○ (right)
  6939. psx.input.port6.dualshock.rapid_circle
  6940.  
  6941. ;psx, Virtual Port 6, DualShock: Rapid x (lower)
  6942. psx.input.port6.dualshock.rapid_cross
  6943.  
  6944. ;psx, Virtual Port 6, DualShock: Rapid □ (left)
  6945. psx.input.port6.dualshock.rapid_square
  6946.  
  6947. ;psx, Virtual Port 6, DualShock: Rapid △ (upper)
  6948. psx.input.port6.dualshock.rapid_triangle
  6949.  
  6950. ;psx, Virtual Port 6, DualShock: D-Pad RIGHT →
  6951. psx.input.port6.dualshock.right
  6952.  
  6953. ;psx, Virtual Port 6, DualShock: Right Stick DOWN ↓
  6954. psx.input.port6.dualshock.rstick_down
  6955.  
  6956. ;psx, Virtual Port 6, DualShock: Right Stick LEFT ←
  6957. psx.input.port6.dualshock.rstick_left
  6958.  
  6959. ;psx, Virtual Port 6, DualShock: Right Stick RIGHT →
  6960. psx.input.port6.dualshock.rstick_right
  6961.  
  6962. ;psx, Virtual Port 6, DualShock: Right Stick UP ↑
  6963. psx.input.port6.dualshock.rstick_up
  6964.  
  6965. ;psx, Virtual Port 6, DualShock: SELECT
  6966. psx.input.port6.dualshock.select
  6967.  
  6968. ;psx, Virtual Port 6, DualShock: □ (left)
  6969. psx.input.port6.dualshock.square
  6970.  
  6971. ;psx, Virtual Port 6, DualShock: START
  6972. psx.input.port6.dualshock.start
  6973.  
  6974. ;psx, Virtual Port 6, DualShock: △ (upper)
  6975. psx.input.port6.dualshock.triangle
  6976.  
  6977. ;psx, Virtual Port 6, DualShock: D-Pad UP ↑
  6978. psx.input.port6.dualshock.up
  6979.  
  6980. ;psx, Virtual Port 6, Digital Gamepad: ○ (right)
  6981. psx.input.port6.gamepad.circle
  6982.  
  6983. ;psx, Virtual Port 6, Digital Gamepad: x (lower)
  6984. psx.input.port6.gamepad.cross
  6985.  
  6986. ;psx, Virtual Port 6, Digital Gamepad: DOWN ↓
  6987. psx.input.port6.gamepad.down
  6988.  
  6989. ;psx, Virtual Port 6, Digital Gamepad: L1 (front left shoulder)
  6990. psx.input.port6.gamepad.l1
  6991.  
  6992. ;psx, Virtual Port 6, Digital Gamepad: L2 (rear left shoulder)
  6993. psx.input.port6.gamepad.l2
  6994.  
  6995. ;psx, Virtual Port 6, Digital Gamepad: LEFT ←
  6996. psx.input.port6.gamepad.left
  6997.  
  6998. ;psx, Virtual Port 6, Digital Gamepad: R1 (front right shoulder)
  6999. psx.input.port6.gamepad.r1
  7000.  
  7001. ;psx, Virtual Port 6, Digital Gamepad: R2 (rear right shoulder)
  7002. psx.input.port6.gamepad.r2
  7003.  
  7004. ;psx, Virtual Port 6, Digital Gamepad: Rapid ○ (right)
  7005. psx.input.port6.gamepad.rapid_circle
  7006.  
  7007. ;psx, Virtual Port 6, Digital Gamepad: Rapid x (lower)
  7008. psx.input.port6.gamepad.rapid_cross
  7009.  
  7010. ;psx, Virtual Port 6, Digital Gamepad: Rapid □ (left)
  7011. psx.input.port6.gamepad.rapid_square
  7012.  
  7013. ;psx, Virtual Port 6, Digital Gamepad: Rapid △ (upper)
  7014. psx.input.port6.gamepad.rapid_triangle
  7015.  
  7016. ;psx, Virtual Port 6, Digital Gamepad: RIGHT →
  7017. psx.input.port6.gamepad.right
  7018.  
  7019. ;psx, Virtual Port 6, Digital Gamepad: SELECT
  7020. psx.input.port6.gamepad.select
  7021.  
  7022. ;psx, Virtual Port 6, Digital Gamepad: □ (left)
  7023. psx.input.port6.gamepad.square
  7024.  
  7025. ;psx, Virtual Port 6, Digital Gamepad: START
  7026. psx.input.port6.gamepad.start
  7027.  
  7028. ;psx, Virtual Port 6, Digital Gamepad: △ (upper)
  7029. psx.input.port6.gamepad.triangle
  7030.  
  7031. ;psx, Virtual Port 6, Digital Gamepad: UP ↑
  7032. psx.input.port6.gamepad.up
  7033.  
  7034. ;Crosshairs color for lightgun on virtual port 6.
  7035. psx.input.port6.gun_chairs 0x00FFFF
  7036.  
  7037. ;psx, Virtual Port 6, GunCon: A
  7038. psx.input.port6.guncon.a mouse 0000000000000000 00000002
  7039.  
  7040. ;psx, Virtual Port 6, GunCon: B
  7041. psx.input.port6.guncon.b mouse 0000000000000000 00000001
  7042.  
  7043. ;psx, Virtual Port 6, GunCon: Offscreen Shot(Simulated)
  7044. psx.input.port6.guncon.offscreen_shot keyboard 32
  7045.  
  7046. ;psx, Virtual Port 6, GunCon: Trigger
  7047. psx.input.port6.guncon.trigger mouse 0000000000000000 00000000
  7048.  
  7049. ;psx, Virtual Port 6, GunCon: X Axis
  7050. psx.input.port6.guncon.x_axis mouse 0000000000000000 00008000
  7051.  
  7052. ;psx, Virtual Port 6, GunCon: Y Axis
  7053. psx.input.port6.guncon.y_axis mouse 0000000000000000 00008001
  7054.  
  7055. ;psx, Virtual Port 6, Konami Justifier: O
  7056. psx.input.port6.justifier.o
  7057.  
  7058. ;psx, Virtual Port 6, Konami Justifier: Offscreen Shot(Simulated)
  7059. psx.input.port6.justifier.offscreen_shot
  7060.  
  7061. ;psx, Virtual Port 6, Konami Justifier: Start
  7062. psx.input.port6.justifier.start
  7063.  
  7064. ;psx, Virtual Port 6, Konami Justifier: Trigger
  7065. psx.input.port6.justifier.trigger
  7066.  
  7067. ;psx, Virtual Port 6, Konami Justifier: X Axis
  7068. psx.input.port6.justifier.x_axis
  7069.  
  7070. ;psx, Virtual Port 6, Konami Justifier: Y Axis
  7071. psx.input.port6.justifier.y_axis
  7072.  
  7073. ;Emulate memory card on virtual port 6.
  7074. psx.input.port6.memcard 1
  7075.  
  7076. ;psx, Virtual Port 6, Mouse: Left Button
  7077. psx.input.port6.mouse.left mouse 0000000000000000 00000000
  7078.  
  7079. ;psx, Virtual Port 6, Mouse: Right Button
  7080. psx.input.port6.mouse.right mouse 0000000000000000 00000002
  7081.  
  7082. ;psx, Virtual Port 6, neGcon: A
  7083. psx.input.port6.negcon.a
  7084.  
  7085. ;psx, Virtual Port 6, neGcon: B
  7086. psx.input.port6.negcon.b
  7087.  
  7088. ;psx, Virtual Port 6, neGcon: D-Pad DOWN ↓
  7089. psx.input.port6.negcon.down
  7090.  
  7091. ;psx, Virtual Port 6, neGcon: I (Analog)
  7092. psx.input.port6.negcon.i
  7093.  
  7094. ;psx, Virtual Port 6, neGcon: II (Analog)
  7095. psx.input.port6.negcon.ii
  7096.  
  7097. ;psx, Virtual Port 6, neGcon: Left Shoulder (Analog)
  7098. psx.input.port6.negcon.l
  7099.  
  7100. ;psx, Virtual Port 6, neGcon: D-Pad LEFT ←
  7101. psx.input.port6.negcon.left
  7102.  
  7103. ;psx, Virtual Port 6, neGcon: Right Shoulder
  7104. psx.input.port6.negcon.r
  7105.  
  7106. ;psx, Virtual Port 6, neGcon: D-Pad RIGHT →
  7107. psx.input.port6.negcon.right
  7108.  
  7109. ;psx, Virtual Port 6, neGcon: START
  7110. psx.input.port6.negcon.start
  7111.  
  7112. ;psx, Virtual Port 6, neGcon: Twist ↑|↓ (Analog, Turn Left)
  7113. psx.input.port6.negcon.twist_ccwise
  7114.  
  7115. ;psx, Virtual Port 6, neGcon: Twist ↓|↑ (Analog, Turn Right)
  7116. psx.input.port6.negcon.twist_cwise
  7117.  
  7118. ;psx, Virtual Port 6, neGcon: D-Pad UP ↑
  7119. psx.input.port6.negcon.up
  7120.  
  7121. ;Input device for Virtual Port 7
  7122. psx.input.port7 gamepad
  7123.  
  7124. ;Analog axis scale coefficient for Analog Joystick on Virtual Port 7.
  7125. psx.input.port7.analogjoy.axis_scale 1.00
  7126.  
  7127. ;psx, Virtual Port 7, Analog Joystick: Right stick, R-thumb
  7128. psx.input.port7.analogjoy.circle
  7129.  
  7130. ;psx, Virtual Port 7, Analog Joystick: Right stick, L-thumb
  7131. psx.input.port7.analogjoy.cross
  7132.  
  7133. ;psx, Virtual Port 7, Analog Joystick: Thumbstick DOWN ↓
  7134. psx.input.port7.analogjoy.down
  7135.  
  7136. ;psx, Virtual Port 7, Analog Joystick: Left stick, L-thumb
  7137. psx.input.port7.analogjoy.l1
  7138.  
  7139. ;psx, Virtual Port 7, Analog Joystick: Left stick, Trigger
  7140. psx.input.port7.analogjoy.l2
  7141.  
  7142. ;psx, Virtual Port 7, Analog Joystick: Thumbstick LEFT ←
  7143. psx.input.port7.analogjoy.left
  7144.  
  7145. ;psx, Virtual Port 7, Analog Joystick: Left Stick, BACK ↓
  7146. psx.input.port7.analogjoy.lstick_down
  7147.  
  7148. ;psx, Virtual Port 7, Analog Joystick: Left Stick, LEFT ←
  7149. psx.input.port7.analogjoy.lstick_left
  7150.  
  7151. ;psx, Virtual Port 7, Analog Joystick: Left Stick, RIGHT →
  7152. psx.input.port7.analogjoy.lstick_right
  7153.  
  7154. ;psx, Virtual Port 7, Analog Joystick: Left Stick, FORE ↑
  7155. psx.input.port7.analogjoy.lstick_up
  7156.  
  7157. ;psx, Virtual Port 7, Analog Joystick: Left stick, R-thumb
  7158. psx.input.port7.analogjoy.r1
  7159.  
  7160. ;psx, Virtual Port 7, Analog Joystick: Left stick, Pinky
  7161. psx.input.port7.analogjoy.r2
  7162.  
  7163. ;psx, Virtual Port 7, Analog Joystick: Thumbstick RIGHT →
  7164. psx.input.port7.analogjoy.right
  7165.  
  7166. ;psx, Virtual Port 7, Analog Joystick: Right Stick, BACK ↓
  7167. psx.input.port7.analogjoy.rstick_down
  7168.  
  7169. ;psx, Virtual Port 7, Analog Joystick: Right Stick, LEFT ←
  7170. psx.input.port7.analogjoy.rstick_left
  7171.  
  7172. ;psx, Virtual Port 7, Analog Joystick: Right Stick, RIGHT →
  7173. psx.input.port7.analogjoy.rstick_right
  7174.  
  7175. ;psx, Virtual Port 7, Analog Joystick: Right Stick, FORE ↑
  7176. psx.input.port7.analogjoy.rstick_up
  7177.  
  7178. ;psx, Virtual Port 7, Analog Joystick: SELECT
  7179. psx.input.port7.analogjoy.select
  7180.  
  7181. ;psx, Virtual Port 7, Analog Joystick: Right stick, Trigger
  7182. psx.input.port7.analogjoy.square
  7183.  
  7184. ;psx, Virtual Port 7, Analog Joystick: START
  7185. psx.input.port7.analogjoy.start
  7186.  
  7187. ;psx, Virtual Port 7, Analog Joystick: Right stick, Pinky
  7188. psx.input.port7.analogjoy.triangle
  7189.  
  7190. ;psx, Virtual Port 7, Analog Joystick: Thumbstick UP ↑
  7191. psx.input.port7.analogjoy.up
  7192.  
  7193. ;psx, Virtual Port 7, Dance Pad: ○ (upper right)
  7194. psx.input.port7.dancepad.circle
  7195.  
  7196. ;psx, Virtual Port 7, Dance Pad: x (upper left)
  7197. psx.input.port7.dancepad.cross
  7198.  
  7199. ;psx, Virtual Port 7, Dance Pad: DOWN ↓
  7200. psx.input.port7.dancepad.down
  7201.  
  7202. ;psx, Virtual Port 7, Dance Pad: LEFT ←
  7203. psx.input.port7.dancepad.left
  7204.  
  7205. ;psx, Virtual Port 7, Dance Pad: RIGHT →
  7206. psx.input.port7.dancepad.right
  7207.  
  7208. ;psx, Virtual Port 7, Dance Pad: SELECT
  7209. psx.input.port7.dancepad.select
  7210.  
  7211. ;psx, Virtual Port 7, Dance Pad: □ (lower right)
  7212. psx.input.port7.dancepad.square
  7213.  
  7214. ;psx, Virtual Port 7, Dance Pad: START
  7215. psx.input.port7.dancepad.start
  7216.  
  7217. ;psx, Virtual Port 7, Dance Pad: △ (lower left)
  7218. psx.input.port7.dancepad.triangle
  7219.  
  7220. ;psx, Virtual Port 7, Dance Pad: UP ↑
  7221. psx.input.port7.dancepad.up
  7222.  
  7223. ;Analog axis scale coefficient for Dual Analog on Virtual Port 7.
  7224. psx.input.port7.dualanalog.axis_scale 1.00
  7225.  
  7226. ;psx, Virtual Port 7, Dual Analog: ○ (right)
  7227. psx.input.port7.dualanalog.circle
  7228.  
  7229. ;psx, Virtual Port 7, Dual Analog: x (lower)
  7230. psx.input.port7.dualanalog.cross
  7231.  
  7232. ;psx, Virtual Port 7, Dual Analog: D-Pad DOWN ↓
  7233. psx.input.port7.dualanalog.down
  7234.  
  7235. ;psx, Virtual Port 7, Dual Analog: L1 (front left shoulder)
  7236. psx.input.port7.dualanalog.l1
  7237.  
  7238. ;psx, Virtual Port 7, Dual Analog: L2 (rear left shoulder)
  7239. psx.input.port7.dualanalog.l2
  7240.  
  7241. ;psx, Virtual Port 7, Dual Analog: Left Stick, Button(L3)
  7242. psx.input.port7.dualanalog.l3
  7243.  
  7244. ;psx, Virtual Port 7, Dual Analog: D-Pad LEFT ←
  7245. psx.input.port7.dualanalog.left
  7246.  
  7247. ;psx, Virtual Port 7, Dual Analog: Left Stick DOWN ↓
  7248. psx.input.port7.dualanalog.lstick_down
  7249.  
  7250. ;psx, Virtual Port 7, Dual Analog: Left Stick LEFT ←
  7251. psx.input.port7.dualanalog.lstick_left
  7252.  
  7253. ;psx, Virtual Port 7, Dual Analog: Left Stick RIGHT →
  7254. psx.input.port7.dualanalog.lstick_right
  7255.  
  7256. ;psx, Virtual Port 7, Dual Analog: Left Stick UP ↑
  7257. psx.input.port7.dualanalog.lstick_up
  7258.  
  7259. ;psx, Virtual Port 7, Dual Analog: R1 (front right shoulder)
  7260. psx.input.port7.dualanalog.r1
  7261.  
  7262. ;psx, Virtual Port 7, Dual Analog: R2 (rear right shoulder)
  7263. psx.input.port7.dualanalog.r2
  7264.  
  7265. ;psx, Virtual Port 7, Dual Analog: Right stick, Button(R3)
  7266. psx.input.port7.dualanalog.r3
  7267.  
  7268. ;psx, Virtual Port 7, Dual Analog: Rapid ○ (right)
  7269. psx.input.port7.dualanalog.rapid_circle
  7270.  
  7271. ;psx, Virtual Port 7, Dual Analog: Rapid x (lower)
  7272. psx.input.port7.dualanalog.rapid_cross
  7273.  
  7274. ;psx, Virtual Port 7, Dual Analog: Rapid □ (left)
  7275. psx.input.port7.dualanalog.rapid_square
  7276.  
  7277. ;psx, Virtual Port 7, Dual Analog: Rapid △ (upper)
  7278. psx.input.port7.dualanalog.rapid_triangle
  7279.  
  7280. ;psx, Virtual Port 7, Dual Analog: D-Pad RIGHT →
  7281. psx.input.port7.dualanalog.right
  7282.  
  7283. ;psx, Virtual Port 7, Dual Analog: Right Stick DOWN ↓
  7284. psx.input.port7.dualanalog.rstick_down
  7285.  
  7286. ;psx, Virtual Port 7, Dual Analog: Right Stick LEFT ←
  7287. psx.input.port7.dualanalog.rstick_left
  7288.  
  7289. ;psx, Virtual Port 7, Dual Analog: Right Stick RIGHT →
  7290. psx.input.port7.dualanalog.rstick_right
  7291.  
  7292. ;psx, Virtual Port 7, Dual Analog: Right Stick UP ↑
  7293. psx.input.port7.dualanalog.rstick_up
  7294.  
  7295. ;psx, Virtual Port 7, Dual Analog: SELECT
  7296. psx.input.port7.dualanalog.select
  7297.  
  7298. ;psx, Virtual Port 7, Dual Analog: □ (left)
  7299. psx.input.port7.dualanalog.square
  7300.  
  7301. ;psx, Virtual Port 7, Dual Analog: START
  7302. psx.input.port7.dualanalog.start
  7303.  
  7304. ;psx, Virtual Port 7, Dual Analog: △ (upper)
  7305. psx.input.port7.dualanalog.triangle
  7306.  
  7307. ;psx, Virtual Port 7, Dual Analog: D-Pad UP ↑
  7308. psx.input.port7.dualanalog.up
  7309.  
  7310. ;psx, Virtual Port 7, DualShock: Analog(mode toggle)
  7311. psx.input.port7.dualshock.analog
  7312.  
  7313. ;Analog axis scale coefficient for DualShock on Virtual Port 7.
  7314. psx.input.port7.dualshock.axis_scale 1.00
  7315.  
  7316. ;psx, Virtual Port 7, DualShock: ○ (right)
  7317. psx.input.port7.dualshock.circle
  7318.  
  7319. ;psx, Virtual Port 7, DualShock: x (lower)
  7320. psx.input.port7.dualshock.cross
  7321.  
  7322. ;psx, Virtual Port 7, DualShock: D-Pad DOWN ↓
  7323. psx.input.port7.dualshock.down
  7324.  
  7325. ;psx, Virtual Port 7, DualShock: L1 (front left shoulder)
  7326. psx.input.port7.dualshock.l1
  7327.  
  7328. ;psx, Virtual Port 7, DualShock: L2 (rear left shoulder)
  7329. psx.input.port7.dualshock.l2
  7330.  
  7331. ;psx, Virtual Port 7, DualShock: Left Stick, Button(L3)
  7332. psx.input.port7.dualshock.l3
  7333.  
  7334. ;psx, Virtual Port 7, DualShock: D-Pad LEFT ←
  7335. psx.input.port7.dualshock.left
  7336.  
  7337. ;psx, Virtual Port 7, DualShock: Left Stick DOWN ↓
  7338. psx.input.port7.dualshock.lstick_down
  7339.  
  7340. ;psx, Virtual Port 7, DualShock: Left Stick LEFT ←
  7341. psx.input.port7.dualshock.lstick_left
  7342.  
  7343. ;psx, Virtual Port 7, DualShock: Left Stick RIGHT →
  7344. psx.input.port7.dualshock.lstick_right
  7345.  
  7346. ;psx, Virtual Port 7, DualShock: Left Stick UP ↑
  7347. psx.input.port7.dualshock.lstick_up
  7348.  
  7349. ;psx, Virtual Port 7, DualShock: R1 (front right shoulder)
  7350. psx.input.port7.dualshock.r1
  7351.  
  7352. ;psx, Virtual Port 7, DualShock: R2 (rear right shoulder)
  7353. psx.input.port7.dualshock.r2
  7354.  
  7355. ;psx, Virtual Port 7, DualShock: Right stick, Button(R3)
  7356. psx.input.port7.dualshock.r3
  7357.  
  7358. ;psx, Virtual Port 7, DualShock: Rapid ○ (right)
  7359. psx.input.port7.dualshock.rapid_circle
  7360.  
  7361. ;psx, Virtual Port 7, DualShock: Rapid x (lower)
  7362. psx.input.port7.dualshock.rapid_cross
  7363.  
  7364. ;psx, Virtual Port 7, DualShock: Rapid □ (left)
  7365. psx.input.port7.dualshock.rapid_square
  7366.  
  7367. ;psx, Virtual Port 7, DualShock: Rapid △ (upper)
  7368. psx.input.port7.dualshock.rapid_triangle
  7369.  
  7370. ;psx, Virtual Port 7, DualShock: D-Pad RIGHT →
  7371. psx.input.port7.dualshock.right
  7372.  
  7373. ;psx, Virtual Port 7, DualShock: Right Stick DOWN ↓
  7374. psx.input.port7.dualshock.rstick_down
  7375.  
  7376. ;psx, Virtual Port 7, DualShock: Right Stick LEFT ←
  7377. psx.input.port7.dualshock.rstick_left
  7378.  
  7379. ;psx, Virtual Port 7, DualShock: Right Stick RIGHT →
  7380. psx.input.port7.dualshock.rstick_right
  7381.  
  7382. ;psx, Virtual Port 7, DualShock: Right Stick UP ↑
  7383. psx.input.port7.dualshock.rstick_up
  7384.  
  7385. ;psx, Virtual Port 7, DualShock: SELECT
  7386. psx.input.port7.dualshock.select
  7387.  
  7388. ;psx, Virtual Port 7, DualShock: □ (left)
  7389. psx.input.port7.dualshock.square
  7390.  
  7391. ;psx, Virtual Port 7, DualShock: START
  7392. psx.input.port7.dualshock.start
  7393.  
  7394. ;psx, Virtual Port 7, DualShock: △ (upper)
  7395. psx.input.port7.dualshock.triangle
  7396.  
  7397. ;psx, Virtual Port 7, DualShock: D-Pad UP ↑
  7398. psx.input.port7.dualshock.up
  7399.  
  7400. ;psx, Virtual Port 7, Digital Gamepad: ○ (right)
  7401. psx.input.port7.gamepad.circle
  7402.  
  7403. ;psx, Virtual Port 7, Digital Gamepad: x (lower)
  7404. psx.input.port7.gamepad.cross
  7405.  
  7406. ;psx, Virtual Port 7, Digital Gamepad: DOWN ↓
  7407. psx.input.port7.gamepad.down
  7408.  
  7409. ;psx, Virtual Port 7, Digital Gamepad: L1 (front left shoulder)
  7410. psx.input.port7.gamepad.l1
  7411.  
  7412. ;psx, Virtual Port 7, Digital Gamepad: L2 (rear left shoulder)
  7413. psx.input.port7.gamepad.l2
  7414.  
  7415. ;psx, Virtual Port 7, Digital Gamepad: LEFT ←
  7416. psx.input.port7.gamepad.left
  7417.  
  7418. ;psx, Virtual Port 7, Digital Gamepad: R1 (front right shoulder)
  7419. psx.input.port7.gamepad.r1
  7420.  
  7421. ;psx, Virtual Port 7, Digital Gamepad: R2 (rear right shoulder)
  7422. psx.input.port7.gamepad.r2
  7423.  
  7424. ;psx, Virtual Port 7, Digital Gamepad: Rapid ○ (right)
  7425. psx.input.port7.gamepad.rapid_circle
  7426.  
  7427. ;psx, Virtual Port 7, Digital Gamepad: Rapid x (lower)
  7428. psx.input.port7.gamepad.rapid_cross
  7429.  
  7430. ;psx, Virtual Port 7, Digital Gamepad: Rapid □ (left)
  7431. psx.input.port7.gamepad.rapid_square
  7432.  
  7433. ;psx, Virtual Port 7, Digital Gamepad: Rapid △ (upper)
  7434. psx.input.port7.gamepad.rapid_triangle
  7435.  
  7436. ;psx, Virtual Port 7, Digital Gamepad: RIGHT →
  7437. psx.input.port7.gamepad.right
  7438.  
  7439. ;psx, Virtual Port 7, Digital Gamepad: SELECT
  7440. psx.input.port7.gamepad.select
  7441.  
  7442. ;psx, Virtual Port 7, Digital Gamepad: □ (left)
  7443. psx.input.port7.gamepad.square
  7444.  
  7445. ;psx, Virtual Port 7, Digital Gamepad: START
  7446. psx.input.port7.gamepad.start
  7447.  
  7448. ;psx, Virtual Port 7, Digital Gamepad: △ (upper)
  7449. psx.input.port7.gamepad.triangle
  7450.  
  7451. ;psx, Virtual Port 7, Digital Gamepad: UP ↑
  7452. psx.input.port7.gamepad.up
  7453.  
  7454. ;Crosshairs color for lightgun on virtual port 7.
  7455. psx.input.port7.gun_chairs 0x0080FF
  7456.  
  7457. ;psx, Virtual Port 7, GunCon: A
  7458. psx.input.port7.guncon.a mouse 0000000000000000 00000002
  7459.  
  7460. ;psx, Virtual Port 7, GunCon: B
  7461. psx.input.port7.guncon.b mouse 0000000000000000 00000001
  7462.  
  7463. ;psx, Virtual Port 7, GunCon: Offscreen Shot(Simulated)
  7464. psx.input.port7.guncon.offscreen_shot keyboard 32
  7465.  
  7466. ;psx, Virtual Port 7, GunCon: Trigger
  7467. psx.input.port7.guncon.trigger mouse 0000000000000000 00000000
  7468.  
  7469. ;psx, Virtual Port 7, GunCon: X Axis
  7470. psx.input.port7.guncon.x_axis mouse 0000000000000000 00008000
  7471.  
  7472. ;psx, Virtual Port 7, GunCon: Y Axis
  7473. psx.input.port7.guncon.y_axis mouse 0000000000000000 00008001
  7474.  
  7475. ;psx, Virtual Port 7, Konami Justifier: O
  7476. psx.input.port7.justifier.o
  7477.  
  7478. ;psx, Virtual Port 7, Konami Justifier: Offscreen Shot(Simulated)
  7479. psx.input.port7.justifier.offscreen_shot
  7480.  
  7481. ;psx, Virtual Port 7, Konami Justifier: Start
  7482. psx.input.port7.justifier.start
  7483.  
  7484. ;psx, Virtual Port 7, Konami Justifier: Trigger
  7485. psx.input.port7.justifier.trigger
  7486.  
  7487. ;psx, Virtual Port 7, Konami Justifier: X Axis
  7488. psx.input.port7.justifier.x_axis
  7489.  
  7490. ;psx, Virtual Port 7, Konami Justifier: Y Axis
  7491. psx.input.port7.justifier.y_axis
  7492.  
  7493. ;Emulate memory card on virtual port 7.
  7494. psx.input.port7.memcard 1
  7495.  
  7496. ;psx, Virtual Port 7, Mouse: Left Button
  7497. psx.input.port7.mouse.left mouse 0000000000000000 00000000
  7498.  
  7499. ;psx, Virtual Port 7, Mouse: Right Button
  7500. psx.input.port7.mouse.right mouse 0000000000000000 00000002
  7501.  
  7502. ;psx, Virtual Port 7, neGcon: A
  7503. psx.input.port7.negcon.a
  7504.  
  7505. ;psx, Virtual Port 7, neGcon: B
  7506. psx.input.port7.negcon.b
  7507.  
  7508. ;psx, Virtual Port 7, neGcon: D-Pad DOWN ↓
  7509. psx.input.port7.negcon.down
  7510.  
  7511. ;psx, Virtual Port 7, neGcon: I (Analog)
  7512. psx.input.port7.negcon.i
  7513.  
  7514. ;psx, Virtual Port 7, neGcon: II (Analog)
  7515. psx.input.port7.negcon.ii
  7516.  
  7517. ;psx, Virtual Port 7, neGcon: Left Shoulder (Analog)
  7518. psx.input.port7.negcon.l
  7519.  
  7520. ;psx, Virtual Port 7, neGcon: D-Pad LEFT ←
  7521. psx.input.port7.negcon.left
  7522.  
  7523. ;psx, Virtual Port 7, neGcon: Right Shoulder
  7524. psx.input.port7.negcon.r
  7525.  
  7526. ;psx, Virtual Port 7, neGcon: D-Pad RIGHT →
  7527. psx.input.port7.negcon.right
  7528.  
  7529. ;psx, Virtual Port 7, neGcon: START
  7530. psx.input.port7.negcon.start
  7531.  
  7532. ;psx, Virtual Port 7, neGcon: Twist ↑|↓ (Analog, Turn Left)
  7533. psx.input.port7.negcon.twist_ccwise
  7534.  
  7535. ;psx, Virtual Port 7, neGcon: Twist ↓|↑ (Analog, Turn Right)
  7536. psx.input.port7.negcon.twist_cwise
  7537.  
  7538. ;psx, Virtual Port 7, neGcon: D-Pad UP ↑
  7539. psx.input.port7.negcon.up
  7540.  
  7541. ;Input device for Virtual Port 8
  7542. psx.input.port8 gamepad
  7543.  
  7544. ;Analog axis scale coefficient for Analog Joystick on Virtual Port 8.
  7545. psx.input.port8.analogjoy.axis_scale 1.00
  7546.  
  7547. ;psx, Virtual Port 8, Analog Joystick: Right stick, R-thumb
  7548. psx.input.port8.analogjoy.circle
  7549.  
  7550. ;psx, Virtual Port 8, Analog Joystick: Right stick, L-thumb
  7551. psx.input.port8.analogjoy.cross
  7552.  
  7553. ;psx, Virtual Port 8, Analog Joystick: Thumbstick DOWN ↓
  7554. psx.input.port8.analogjoy.down
  7555.  
  7556. ;psx, Virtual Port 8, Analog Joystick: Left stick, L-thumb
  7557. psx.input.port8.analogjoy.l1
  7558.  
  7559. ;psx, Virtual Port 8, Analog Joystick: Left stick, Trigger
  7560. psx.input.port8.analogjoy.l2
  7561.  
  7562. ;psx, Virtual Port 8, Analog Joystick: Thumbstick LEFT ←
  7563. psx.input.port8.analogjoy.left
  7564.  
  7565. ;psx, Virtual Port 8, Analog Joystick: Left Stick, BACK ↓
  7566. psx.input.port8.analogjoy.lstick_down
  7567.  
  7568. ;psx, Virtual Port 8, Analog Joystick: Left Stick, LEFT ←
  7569. psx.input.port8.analogjoy.lstick_left
  7570.  
  7571. ;psx, Virtual Port 8, Analog Joystick: Left Stick, RIGHT →
  7572. psx.input.port8.analogjoy.lstick_right
  7573.  
  7574. ;psx, Virtual Port 8, Analog Joystick: Left Stick, FORE ↑
  7575. psx.input.port8.analogjoy.lstick_up
  7576.  
  7577. ;psx, Virtual Port 8, Analog Joystick: Left stick, R-thumb
  7578. psx.input.port8.analogjoy.r1
  7579.  
  7580. ;psx, Virtual Port 8, Analog Joystick: Left stick, Pinky
  7581. psx.input.port8.analogjoy.r2
  7582.  
  7583. ;psx, Virtual Port 8, Analog Joystick: Thumbstick RIGHT →
  7584. psx.input.port8.analogjoy.right
  7585.  
  7586. ;psx, Virtual Port 8, Analog Joystick: Right Stick, BACK ↓
  7587. psx.input.port8.analogjoy.rstick_down
  7588.  
  7589. ;psx, Virtual Port 8, Analog Joystick: Right Stick, LEFT ←
  7590. psx.input.port8.analogjoy.rstick_left
  7591.  
  7592. ;psx, Virtual Port 8, Analog Joystick: Right Stick, RIGHT →
  7593. psx.input.port8.analogjoy.rstick_right
  7594.  
  7595. ;psx, Virtual Port 8, Analog Joystick: Right Stick, FORE ↑
  7596. psx.input.port8.analogjoy.rstick_up
  7597.  
  7598. ;psx, Virtual Port 8, Analog Joystick: SELECT
  7599. psx.input.port8.analogjoy.select
  7600.  
  7601. ;psx, Virtual Port 8, Analog Joystick: Right stick, Trigger
  7602. psx.input.port8.analogjoy.square
  7603.  
  7604. ;psx, Virtual Port 8, Analog Joystick: START
  7605. psx.input.port8.analogjoy.start
  7606.  
  7607. ;psx, Virtual Port 8, Analog Joystick: Right stick, Pinky
  7608. psx.input.port8.analogjoy.triangle
  7609.  
  7610. ;psx, Virtual Port 8, Analog Joystick: Thumbstick UP ↑
  7611. psx.input.port8.analogjoy.up
  7612.  
  7613. ;psx, Virtual Port 8, Dance Pad: ○ (upper right)
  7614. psx.input.port8.dancepad.circle
  7615.  
  7616. ;psx, Virtual Port 8, Dance Pad: x (upper left)
  7617. psx.input.port8.dancepad.cross
  7618.  
  7619. ;psx, Virtual Port 8, Dance Pad: DOWN ↓
  7620. psx.input.port8.dancepad.down
  7621.  
  7622. ;psx, Virtual Port 8, Dance Pad: LEFT ←
  7623. psx.input.port8.dancepad.left
  7624.  
  7625. ;psx, Virtual Port 8, Dance Pad: RIGHT →
  7626. psx.input.port8.dancepad.right
  7627.  
  7628. ;psx, Virtual Port 8, Dance Pad: SELECT
  7629. psx.input.port8.dancepad.select
  7630.  
  7631. ;psx, Virtual Port 8, Dance Pad: □ (lower right)
  7632. psx.input.port8.dancepad.square
  7633.  
  7634. ;psx, Virtual Port 8, Dance Pad: START
  7635. psx.input.port8.dancepad.start
  7636.  
  7637. ;psx, Virtual Port 8, Dance Pad: △ (lower left)
  7638. psx.input.port8.dancepad.triangle
  7639.  
  7640. ;psx, Virtual Port 8, Dance Pad: UP ↑
  7641. psx.input.port8.dancepad.up
  7642.  
  7643. ;Analog axis scale coefficient for Dual Analog on Virtual Port 8.
  7644. psx.input.port8.dualanalog.axis_scale 1.00
  7645.  
  7646. ;psx, Virtual Port 8, Dual Analog: ○ (right)
  7647. psx.input.port8.dualanalog.circle
  7648.  
  7649. ;psx, Virtual Port 8, Dual Analog: x (lower)
  7650. psx.input.port8.dualanalog.cross
  7651.  
  7652. ;psx, Virtual Port 8, Dual Analog: D-Pad DOWN ↓
  7653. psx.input.port8.dualanalog.down
  7654.  
  7655. ;psx, Virtual Port 8, Dual Analog: L1 (front left shoulder)
  7656. psx.input.port8.dualanalog.l1
  7657.  
  7658. ;psx, Virtual Port 8, Dual Analog: L2 (rear left shoulder)
  7659. psx.input.port8.dualanalog.l2
  7660.  
  7661. ;psx, Virtual Port 8, Dual Analog: Left Stick, Button(L3)
  7662. psx.input.port8.dualanalog.l3
  7663.  
  7664. ;psx, Virtual Port 8, Dual Analog: D-Pad LEFT ←
  7665. psx.input.port8.dualanalog.left
  7666.  
  7667. ;psx, Virtual Port 8, Dual Analog: Left Stick DOWN ↓
  7668. psx.input.port8.dualanalog.lstick_down
  7669.  
  7670. ;psx, Virtual Port 8, Dual Analog: Left Stick LEFT ←
  7671. psx.input.port8.dualanalog.lstick_left
  7672.  
  7673. ;psx, Virtual Port 8, Dual Analog: Left Stick RIGHT →
  7674. psx.input.port8.dualanalog.lstick_right
  7675.  
  7676. ;psx, Virtual Port 8, Dual Analog: Left Stick UP ↑
  7677. psx.input.port8.dualanalog.lstick_up
  7678.  
  7679. ;psx, Virtual Port 8, Dual Analog: R1 (front right shoulder)
  7680. psx.input.port8.dualanalog.r1
  7681.  
  7682. ;psx, Virtual Port 8, Dual Analog: R2 (rear right shoulder)
  7683. psx.input.port8.dualanalog.r2
  7684.  
  7685. ;psx, Virtual Port 8, Dual Analog: Right stick, Button(R3)
  7686. psx.input.port8.dualanalog.r3
  7687.  
  7688. ;psx, Virtual Port 8, Dual Analog: Rapid ○ (right)
  7689. psx.input.port8.dualanalog.rapid_circle
  7690.  
  7691. ;psx, Virtual Port 8, Dual Analog: Rapid x (lower)
  7692. psx.input.port8.dualanalog.rapid_cross
  7693.  
  7694. ;psx, Virtual Port 8, Dual Analog: Rapid □ (left)
  7695. psx.input.port8.dualanalog.rapid_square
  7696.  
  7697. ;psx, Virtual Port 8, Dual Analog: Rapid △ (upper)
  7698. psx.input.port8.dualanalog.rapid_triangle
  7699.  
  7700. ;psx, Virtual Port 8, Dual Analog: D-Pad RIGHT →
  7701. psx.input.port8.dualanalog.right
  7702.  
  7703. ;psx, Virtual Port 8, Dual Analog: Right Stick DOWN ↓
  7704. psx.input.port8.dualanalog.rstick_down
  7705.  
  7706. ;psx, Virtual Port 8, Dual Analog: Right Stick LEFT ←
  7707. psx.input.port8.dualanalog.rstick_left
  7708.  
  7709. ;psx, Virtual Port 8, Dual Analog: Right Stick RIGHT →
  7710. psx.input.port8.dualanalog.rstick_right
  7711.  
  7712. ;psx, Virtual Port 8, Dual Analog: Right Stick UP ↑
  7713. psx.input.port8.dualanalog.rstick_up
  7714.  
  7715. ;psx, Virtual Port 8, Dual Analog: SELECT
  7716. psx.input.port8.dualanalog.select
  7717.  
  7718. ;psx, Virtual Port 8, Dual Analog: □ (left)
  7719. psx.input.port8.dualanalog.square
  7720.  
  7721. ;psx, Virtual Port 8, Dual Analog: START
  7722. psx.input.port8.dualanalog.start
  7723.  
  7724. ;psx, Virtual Port 8, Dual Analog: △ (upper)
  7725. psx.input.port8.dualanalog.triangle
  7726.  
  7727. ;psx, Virtual Port 8, Dual Analog: D-Pad UP ↑
  7728. psx.input.port8.dualanalog.up
  7729.  
  7730. ;psx, Virtual Port 8, DualShock: Analog(mode toggle)
  7731. psx.input.port8.dualshock.analog
  7732.  
  7733. ;Analog axis scale coefficient for DualShock on Virtual Port 8.
  7734. psx.input.port8.dualshock.axis_scale 1.00
  7735.  
  7736. ;psx, Virtual Port 8, DualShock: ○ (right)
  7737. psx.input.port8.dualshock.circle
  7738.  
  7739. ;psx, Virtual Port 8, DualShock: x (lower)
  7740. psx.input.port8.dualshock.cross
  7741.  
  7742. ;psx, Virtual Port 8, DualShock: D-Pad DOWN ↓
  7743. psx.input.port8.dualshock.down
  7744.  
  7745. ;psx, Virtual Port 8, DualShock: L1 (front left shoulder)
  7746. psx.input.port8.dualshock.l1
  7747.  
  7748. ;psx, Virtual Port 8, DualShock: L2 (rear left shoulder)
  7749. psx.input.port8.dualshock.l2
  7750.  
  7751. ;psx, Virtual Port 8, DualShock: Left Stick, Button(L3)
  7752. psx.input.port8.dualshock.l3
  7753.  
  7754. ;psx, Virtual Port 8, DualShock: D-Pad LEFT ←
  7755. psx.input.port8.dualshock.left
  7756.  
  7757. ;psx, Virtual Port 8, DualShock: Left Stick DOWN ↓
  7758. psx.input.port8.dualshock.lstick_down
  7759.  
  7760. ;psx, Virtual Port 8, DualShock: Left Stick LEFT ←
  7761. psx.input.port8.dualshock.lstick_left
  7762.  
  7763. ;psx, Virtual Port 8, DualShock: Left Stick RIGHT →
  7764. psx.input.port8.dualshock.lstick_right
  7765.  
  7766. ;psx, Virtual Port 8, DualShock: Left Stick UP ↑
  7767. psx.input.port8.dualshock.lstick_up
  7768.  
  7769. ;psx, Virtual Port 8, DualShock: R1 (front right shoulder)
  7770. psx.input.port8.dualshock.r1
  7771.  
  7772. ;psx, Virtual Port 8, DualShock: R2 (rear right shoulder)
  7773. psx.input.port8.dualshock.r2
  7774.  
  7775. ;psx, Virtual Port 8, DualShock: Right stick, Button(R3)
  7776. psx.input.port8.dualshock.r3
  7777.  
  7778. ;psx, Virtual Port 8, DualShock: Rapid ○ (right)
  7779. psx.input.port8.dualshock.rapid_circle
  7780.  
  7781. ;psx, Virtual Port 8, DualShock: Rapid x (lower)
  7782. psx.input.port8.dualshock.rapid_cross
  7783.  
  7784. ;psx, Virtual Port 8, DualShock: Rapid □ (left)
  7785. psx.input.port8.dualshock.rapid_square
  7786.  
  7787. ;psx, Virtual Port 8, DualShock: Rapid △ (upper)
  7788. psx.input.port8.dualshock.rapid_triangle
  7789.  
  7790. ;psx, Virtual Port 8, DualShock: D-Pad RIGHT →
  7791. psx.input.port8.dualshock.right
  7792.  
  7793. ;psx, Virtual Port 8, DualShock: Right Stick DOWN ↓
  7794. psx.input.port8.dualshock.rstick_down
  7795.  
  7796. ;psx, Virtual Port 8, DualShock: Right Stick LEFT ←
  7797. psx.input.port8.dualshock.rstick_left
  7798.  
  7799. ;psx, Virtual Port 8, DualShock: Right Stick RIGHT →
  7800. psx.input.port8.dualshock.rstick_right
  7801.  
  7802. ;psx, Virtual Port 8, DualShock: Right Stick UP ↑
  7803. psx.input.port8.dualshock.rstick_up
  7804.  
  7805. ;psx, Virtual Port 8, DualShock: SELECT
  7806. psx.input.port8.dualshock.select
  7807.  
  7808. ;psx, Virtual Port 8, DualShock: □ (left)
  7809. psx.input.port8.dualshock.square
  7810.  
  7811. ;psx, Virtual Port 8, DualShock: START
  7812. psx.input.port8.dualshock.start
  7813.  
  7814. ;psx, Virtual Port 8, DualShock: △ (upper)
  7815. psx.input.port8.dualshock.triangle
  7816.  
  7817. ;psx, Virtual Port 8, DualShock: D-Pad UP ↑
  7818. psx.input.port8.dualshock.up
  7819.  
  7820. ;psx, Virtual Port 8, Digital Gamepad: ○ (right)
  7821. psx.input.port8.gamepad.circle
  7822.  
  7823. ;psx, Virtual Port 8, Digital Gamepad: x (lower)
  7824. psx.input.port8.gamepad.cross
  7825.  
  7826. ;psx, Virtual Port 8, Digital Gamepad: DOWN ↓
  7827. psx.input.port8.gamepad.down
  7828.  
  7829. ;psx, Virtual Port 8, Digital Gamepad: L1 (front left shoulder)
  7830. psx.input.port8.gamepad.l1
  7831.  
  7832. ;psx, Virtual Port 8, Digital Gamepad: L2 (rear left shoulder)
  7833. psx.input.port8.gamepad.l2
  7834.  
  7835. ;psx, Virtual Port 8, Digital Gamepad: LEFT ←
  7836. psx.input.port8.gamepad.left
  7837.  
  7838. ;psx, Virtual Port 8, Digital Gamepad: R1 (front right shoulder)
  7839. psx.input.port8.gamepad.r1
  7840.  
  7841. ;psx, Virtual Port 8, Digital Gamepad: R2 (rear right shoulder)
  7842. psx.input.port8.gamepad.r2
  7843.  
  7844. ;psx, Virtual Port 8, Digital Gamepad: Rapid ○ (right)
  7845. psx.input.port8.gamepad.rapid_circle
  7846.  
  7847. ;psx, Virtual Port 8, Digital Gamepad: Rapid x (lower)
  7848. psx.input.port8.gamepad.rapid_cross
  7849.  
  7850. ;psx, Virtual Port 8, Digital Gamepad: Rapid □ (left)
  7851. psx.input.port8.gamepad.rapid_square
  7852.  
  7853. ;psx, Virtual Port 8, Digital Gamepad: Rapid △ (upper)
  7854. psx.input.port8.gamepad.rapid_triangle
  7855.  
  7856. ;psx, Virtual Port 8, Digital Gamepad: RIGHT →
  7857. psx.input.port8.gamepad.right
  7858.  
  7859. ;psx, Virtual Port 8, Digital Gamepad: SELECT
  7860. psx.input.port8.gamepad.select
  7861.  
  7862. ;psx, Virtual Port 8, Digital Gamepad: □ (left)
  7863. psx.input.port8.gamepad.square
  7864.  
  7865. ;psx, Virtual Port 8, Digital Gamepad: START
  7866. psx.input.port8.gamepad.start
  7867.  
  7868. ;psx, Virtual Port 8, Digital Gamepad: △ (upper)
  7869. psx.input.port8.gamepad.triangle
  7870.  
  7871. ;psx, Virtual Port 8, Digital Gamepad: UP ↑
  7872. psx.input.port8.gamepad.up
  7873.  
  7874. ;Crosshairs color for lightgun on virtual port 8.
  7875. psx.input.port8.gun_chairs 0x8000FF
  7876.  
  7877. ;psx, Virtual Port 8, GunCon: A
  7878. psx.input.port8.guncon.a mouse 0000000000000000 00000002
  7879.  
  7880. ;psx, Virtual Port 8, GunCon: B
  7881. psx.input.port8.guncon.b mouse 0000000000000000 00000001
  7882.  
  7883. ;psx, Virtual Port 8, GunCon: Offscreen Shot(Simulated)
  7884. psx.input.port8.guncon.offscreen_shot keyboard 32
  7885.  
  7886. ;psx, Virtual Port 8, GunCon: Trigger
  7887. psx.input.port8.guncon.trigger mouse 0000000000000000 00000000
  7888.  
  7889. ;psx, Virtual Port 8, GunCon: X Axis
  7890. psx.input.port8.guncon.x_axis mouse 0000000000000000 00008000
  7891.  
  7892. ;psx, Virtual Port 8, GunCon: Y Axis
  7893. psx.input.port8.guncon.y_axis mouse 0000000000000000 00008001
  7894.  
  7895. ;psx, Virtual Port 8, Konami Justifier: O
  7896. psx.input.port8.justifier.o
  7897.  
  7898. ;psx, Virtual Port 8, Konami Justifier: Offscreen Shot(Simulated)
  7899. psx.input.port8.justifier.offscreen_shot
  7900.  
  7901. ;psx, Virtual Port 8, Konami Justifier: Start
  7902. psx.input.port8.justifier.start
  7903.  
  7904. ;psx, Virtual Port 8, Konami Justifier: Trigger
  7905. psx.input.port8.justifier.trigger
  7906.  
  7907. ;psx, Virtual Port 8, Konami Justifier: X Axis
  7908. psx.input.port8.justifier.x_axis
  7909.  
  7910. ;psx, Virtual Port 8, Konami Justifier: Y Axis
  7911. psx.input.port8.justifier.y_axis
  7912.  
  7913. ;Emulate memory card on virtual port 8.
  7914. psx.input.port8.memcard 1
  7915.  
  7916. ;psx, Virtual Port 8, Mouse: Left Button
  7917. psx.input.port8.mouse.left mouse 0000000000000000 00000000
  7918.  
  7919. ;psx, Virtual Port 8, Mouse: Right Button
  7920. psx.input.port8.mouse.right mouse 0000000000000000 00000002
  7921.  
  7922. ;psx, Virtual Port 8, neGcon: A
  7923. psx.input.port8.negcon.a
  7924.  
  7925. ;psx, Virtual Port 8, neGcon: B
  7926. psx.input.port8.negcon.b
  7927.  
  7928. ;psx, Virtual Port 8, neGcon: D-Pad DOWN ↓
  7929. psx.input.port8.negcon.down
  7930.  
  7931. ;psx, Virtual Port 8, neGcon: I (Analog)
  7932. psx.input.port8.negcon.i
  7933.  
  7934. ;psx, Virtual Port 8, neGcon: II (Analog)
  7935. psx.input.port8.negcon.ii
  7936.  
  7937. ;psx, Virtual Port 8, neGcon: Left Shoulder (Analog)
  7938. psx.input.port8.negcon.l
  7939.  
  7940. ;psx, Virtual Port 8, neGcon: D-Pad LEFT ←
  7941. psx.input.port8.negcon.left
  7942.  
  7943. ;psx, Virtual Port 8, neGcon: Right Shoulder
  7944. psx.input.port8.negcon.r
  7945.  
  7946. ;psx, Virtual Port 8, neGcon: D-Pad RIGHT →
  7947. psx.input.port8.negcon.right
  7948.  
  7949. ;psx, Virtual Port 8, neGcon: START
  7950. psx.input.port8.negcon.start
  7951.  
  7952. ;psx, Virtual Port 8, neGcon: Twist ↑|↓ (Analog, Turn Left)
  7953. psx.input.port8.negcon.twist_ccwise
  7954.  
  7955. ;psx, Virtual Port 8, neGcon: Twist ↓|↑ (Analog, Turn Right)
  7956. psx.input.port8.negcon.twist_cwise
  7957.  
  7958. ;psx, Virtual Port 8, neGcon: D-Pad UP ↑
  7959. psx.input.port8.negcon.up
  7960.  
  7961. ;Enable multitap on PSX port 1.
  7962. psx.input.pport1.multitap 0
  7963.  
  7964. ;Enable multitap on PSX port 2.
  7965. psx.input.pport2.multitap 0
  7966.  
  7967. ;Enable specified OpenGL pixel shader.
  7968. psx.pixshader none
  7969.  
  7970. ;Attempt to auto-detect region of game.
  7971. psx.region_autodetect 1
  7972.  
  7973. ;Default region to use.
  7974. psx.region_default jp
  7975.  
  7976. ;Enable scanlines with specified opacity.
  7977. psx.scanlines 0
  7978.  
  7979. ;Last displayed scanline in NTSC mode.
  7980. psx.slend 239
  7981.  
  7982. ;Last displayed scanline in PAL mode.
  7983. psx.slendp 287
  7984.  
  7985. ;First displayed scanline in NTSC mode.
  7986. psx.slstart 0
  7987.  
  7988. ;First displayed scanline in PAL mode.
  7989. psx.slstartp 0
  7990.  
  7991. ;Enable specified special video scaler.
  7992. psx.special none
  7993.  
  7994. ;SPU output resampler quality.
  7995. psx.spu.resamp_quality 5
  7996.  
  7997. ;Stretch to fill screen.
  7998. psx.stretch aspect_mult2
  7999.  
  8000. ;Enable video temporal blur(50/50 previous/current frame by default).
  8001. psx.tblur 0
  8002.  
  8003. ;Accumulate color data rather than discarding it.
  8004. psx.tblur.accum 0
  8005.  
  8006. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  8007. psx.tblur.accum.amount 50
  8008.  
  8009. ;Enable (bi)linear interpolation.
  8010. psx.videoip 1
  8011.  
  8012. ;Full-screen horizontal resolution.
  8013. psx.xres 0
  8014.  
  8015. ;Scaling factor for the X axis in windowed mode.
  8016. psx.xscale 3.000000
  8017.  
  8018. ;Scaling factor for the X axis in fullscreen mode.
  8019. psx.xscalefs 1.000000
  8020.  
  8021. ;Full-screen vertical resolution.
  8022. psx.yres 0
  8023.  
  8024. ;Scaling factor for the Y axis in windowed mode.
  8025. psx.yscale 3.000000
  8026.  
  8027. ;Scaling factor for the Y axis in fullscreen mode.
  8028. psx.yscalefs 1.000000
  8029.  
  8030. ;Double the raw image's height if it's below this threshold.
  8031. qtrecord.h_double_threshold 256
  8032.  
  8033. ;Video codec to use.
  8034. qtrecord.vcodec cscd
  8035.  
  8036. ;Double the raw image's width if it's below this threshold.
  8037. qtrecord.w_double_threshold 384
  8038.  
  8039. ;SLOW-forwarding speed multiplier.
  8040. sfspeed 0.75
  8041.  
  8042. ;Treat the SLOW-forward button as a toggle.
  8043. sftoggle 0
  8044.  
  8045. ;Enable (automatic) usage of this module.
  8046. sms.enable 1
  8047.  
  8048. ;Enable FM sound emulation when playing domestic/Japan-region games.
  8049. sms.fm 1
  8050.  
  8051. ;Force monophonic sound output.
  8052. sms.forcemono 0
  8053.  
  8054. ;sms, Port 1, Gamepad: DOWN ↓
  8055. sms.input.port1.gamepad.down keyboard 115
  8056.  
  8057. ;sms, Port 1, Gamepad: Fire 1/Start
  8058. sms.input.port1.gamepad.fire1 keyboard 258
  8059.  
  8060. ;sms, Port 1, Gamepad: Fire 2
  8061. sms.input.port1.gamepad.fire2 keyboard 259
  8062.  
  8063. ;sms, Port 1, Gamepad: LEFT ←
  8064. sms.input.port1.gamepad.left keyboard 97
  8065.  
  8066. ;sms, Port 1, Gamepad: Pause
  8067. sms.input.port1.gamepad.pause keyboard 13
  8068.  
  8069. ;sms, Port 1, Gamepad: Rapid Fire 1/Start
  8070. sms.input.port1.gamepad.rapid_fire1
  8071.  
  8072. ;sms, Port 1, Gamepad: Rapid Fire 2
  8073. sms.input.port1.gamepad.rapid_fire2
  8074.  
  8075. ;sms, Port 1, Gamepad: RIGHT →
  8076. sms.input.port1.gamepad.right keyboard 100
  8077.  
  8078. ;sms, Port 1, Gamepad: UP ↑
  8079. sms.input.port1.gamepad.up keyboard 119
  8080.  
  8081. ;sms, Port 2, Gamepad: DOWN ↓
  8082. sms.input.port2.gamepad.down
  8083.  
  8084. ;sms, Port 2, Gamepad: Fire 1/Start
  8085. sms.input.port2.gamepad.fire1
  8086.  
  8087. ;sms, Port 2, Gamepad: Fire 2
  8088. sms.input.port2.gamepad.fire2
  8089.  
  8090. ;sms, Port 2, Gamepad: LEFT ←
  8091. sms.input.port2.gamepad.left
  8092.  
  8093. ;sms, Port 2, Gamepad: Pause
  8094. sms.input.port2.gamepad.pause
  8095.  
  8096. ;sms, Port 2, Gamepad: Rapid Fire 1/Start
  8097. sms.input.port2.gamepad.rapid_fire1
  8098.  
  8099. ;sms, Port 2, Gamepad: Rapid Fire 2
  8100. sms.input.port2.gamepad.rapid_fire2
  8101.  
  8102. ;sms, Port 2, Gamepad: RIGHT →
  8103. sms.input.port2.gamepad.right
  8104.  
  8105. ;sms, Port 2, Gamepad: UP ↑
  8106. sms.input.port2.gamepad.up
  8107.  
  8108. ;Enable specified OpenGL pixel shader.
  8109. sms.pixshader none
  8110.  
  8111. ;Enable scanlines with specified opacity.
  8112. sms.scanlines 0
  8113.  
  8114. ;Enable specified special video scaler.
  8115. sms.special none
  8116.  
  8117. ;Stretch to fill screen.
  8118. sms.stretch aspect_mult2
  8119.  
  8120. ;Enable video temporal blur(50/50 previous/current frame by default).
  8121. sms.tblur 0
  8122.  
  8123. ;Accumulate color data rather than discarding it.
  8124. sms.tblur.accum 0
  8125.  
  8126. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  8127. sms.tblur.accum.amount 50
  8128.  
  8129. ;System territory/region.
  8130. sms.territory export
  8131.  
  8132. ;Enable (bi)linear interpolation.
  8133. sms.videoip 0
  8134.  
  8135. ;Full-screen horizontal resolution.
  8136. sms.xres 0
  8137.  
  8138. ;Scaling factor for the X axis in windowed mode.
  8139. sms.xscale 3.000000
  8140.  
  8141. ;Scaling factor for the X axis in fullscreen mode.
  8142. sms.xscalefs 1.000000
  8143.  
  8144. ;Full-screen vertical resolution.
  8145. sms.yres 0
  8146.  
  8147. ;Scaling factor for the Y axis in windowed mode.
  8148. sms.yscale 3.000000
  8149.  
  8150. ;Scaling factor for the Y axis in fullscreen mode.
  8151. sms.yscalefs 1.000000
  8152.  
  8153. ;APU output resampler quality.
  8154. snes.apu.resamp_quality 5
  8155.  
  8156. ;Correct the aspect ratio.
  8157. snes.correct_aspect 0
  8158.  
  8159. ;Enable (automatic) usage of this module.
  8160. snes.enable 1
  8161.  
  8162. ;Force monophonic sound output.
  8163. snes.forcemono 0
  8164.  
  8165. ;Input device for Port 1/1A
  8166. snes.input.port1 gamepad
  8167.  
  8168. ;snes, Port 1/1A, Gamepad: A (right)
  8169. snes.input.port1.gamepad.a keyboard 262
  8170.  
  8171. ;snes, Port 1/1A, Gamepad: B (center, lower)
  8172. snes.input.port1.gamepad.b keyboard 258
  8173.  
  8174. ;snes, Port 1/1A, Gamepad: DOWN ↓
  8175. snes.input.port1.gamepad.down keyboard 115
  8176.  
  8177. ;snes, Port 1/1A, Gamepad: Left Shoulder
  8178. snes.input.port1.gamepad.l keyboard 263
  8179.  
  8180. ;snes, Port 1/1A, Gamepad: LEFT ←
  8181. snes.input.port1.gamepad.left keyboard 97
  8182.  
  8183. ;snes, Port 1/1A, Gamepad: Right Shoulder
  8184. snes.input.port1.gamepad.r keyboard 265
  8185.  
  8186. ;snes, Port 1/1A, Gamepad: Rapid A (right)
  8187. snes.input.port1.gamepad.rapid_a
  8188.  
  8189. ;snes, Port 1/1A, Gamepad: Rapid B (center, lower)
  8190. snes.input.port1.gamepad.rapid_b
  8191.  
  8192. ;snes, Port 1/1A, Gamepad: Rapid X (center, upper)
  8193. snes.input.port1.gamepad.rapid_x
  8194.  
  8195. ;snes, Port 1/1A, Gamepad: Rapid Y (left)
  8196. snes.input.port1.gamepad.rapid_y
  8197.  
  8198. ;snes, Port 1/1A, Gamepad: RIGHT →
  8199. snes.input.port1.gamepad.right keyboard 100
  8200.  
  8201. ;snes, Port 1/1A, Gamepad: SELECT
  8202. snes.input.port1.gamepad.select keyboard 9
  8203.  
  8204. ;snes, Port 1/1A, Gamepad: START
  8205. snes.input.port1.gamepad.start keyboard 13
  8206.  
  8207. ;snes, Port 1/1A, Gamepad: UP ↑
  8208. snes.input.port1.gamepad.up keyboard 119
  8209.  
  8210. ;snes, Port 1/1A, Gamepad: X (center, upper)
  8211. snes.input.port1.gamepad.x keyboard 264
  8212.  
  8213. ;snes, Port 1/1A, Gamepad: Y (left)
  8214. snes.input.port1.gamepad.y keyboard 260
  8215.  
  8216. ;snes, Port 1/1A, Mouse: Left Button
  8217. snes.input.port1.mouse.left mouse 0000000000000000 00000000
  8218.  
  8219. ;snes, Port 1/1A, Mouse: Right Button
  8220. snes.input.port1.mouse.right mouse 0000000000000000 00000002
  8221.  
  8222. ;Enable multitap on SNES port 1.
  8223. snes.input.port1.multitap 0
  8224.  
  8225. ;Input device for Port 2/2A
  8226. snes.input.port2 gamepad
  8227.  
  8228. ;snes, Port 2/2A, Gamepad: A (right)
  8229. snes.input.port2.gamepad.a
  8230.  
  8231. ;snes, Port 2/2A, Gamepad: B (center, lower)
  8232. snes.input.port2.gamepad.b
  8233.  
  8234. ;snes, Port 2/2A, Gamepad: DOWN ↓
  8235. snes.input.port2.gamepad.down
  8236.  
  8237. ;snes, Port 2/2A, Gamepad: Left Shoulder
  8238. snes.input.port2.gamepad.l
  8239.  
  8240. ;snes, Port 2/2A, Gamepad: LEFT ←
  8241. snes.input.port2.gamepad.left
  8242.  
  8243. ;snes, Port 2/2A, Gamepad: Right Shoulder
  8244. snes.input.port2.gamepad.r
  8245.  
  8246. ;snes, Port 2/2A, Gamepad: Rapid A (right)
  8247. snes.input.port2.gamepad.rapid_a
  8248.  
  8249. ;snes, Port 2/2A, Gamepad: Rapid B (center, lower)
  8250. snes.input.port2.gamepad.rapid_b
  8251.  
  8252. ;snes, Port 2/2A, Gamepad: Rapid X (center, upper)
  8253. snes.input.port2.gamepad.rapid_x
  8254.  
  8255. ;snes, Port 2/2A, Gamepad: Rapid Y (left)
  8256. snes.input.port2.gamepad.rapid_y
  8257.  
  8258. ;snes, Port 2/2A, Gamepad: RIGHT →
  8259. snes.input.port2.gamepad.right
  8260.  
  8261. ;snes, Port 2/2A, Gamepad: SELECT
  8262. snes.input.port2.gamepad.select
  8263.  
  8264. ;snes, Port 2/2A, Gamepad: START
  8265. snes.input.port2.gamepad.start
  8266.  
  8267. ;snes, Port 2/2A, Gamepad: UP ↑
  8268. snes.input.port2.gamepad.up
  8269.  
  8270. ;snes, Port 2/2A, Gamepad: X (center, upper)
  8271. snes.input.port2.gamepad.x
  8272.  
  8273. ;snes, Port 2/2A, Gamepad: Y (left)
  8274. snes.input.port2.gamepad.y
  8275.  
  8276. ;snes, Port 2/2A, Mouse: Left Button
  8277. snes.input.port2.mouse.left mouse 0000000000000000 00000000
  8278.  
  8279. ;snes, Port 2/2A, Mouse: Right Button
  8280. snes.input.port2.mouse.right mouse 0000000000000000 00000002
  8281.  
  8282. ;Enable multitap on SNES port 2.
  8283. snes.input.port2.multitap 0
  8284.  
  8285. ;snes, Port 2/2A, Super Scope: Cursor
  8286. snes.input.port2.superscope.cursor mouse 0000000000000000 00000002
  8287.  
  8288. ;snes, Port 2/2A, Super Scope: Offscreen Shot(Simulated)
  8289. snes.input.port2.superscope.offscreen_shot keyboard 32
  8290.  
  8291. ;snes, Port 2/2A, Super Scope: Pause
  8292. snes.input.port2.superscope.pause mouse 0000000000000000 00000001
  8293.  
  8294. ;snes, Port 2/2A, Super Scope: Trigger
  8295. snes.input.port2.superscope.trigger mouse 0000000000000000 00000000
  8296.  
  8297. ;snes, Port 2/2A, Super Scope: Turbo
  8298. snes.input.port2.superscope.turbo keyboard 279
  8299.  
  8300. ;snes, Port 2/2A, Super Scope: X Axis
  8301. snes.input.port2.superscope.x_axis mouse 0000000000000000 00008000
  8302.  
  8303. ;snes, Port 2/2A, Super Scope: Y Axis
  8304. snes.input.port2.superscope.y_axis mouse 0000000000000000 00008001
  8305.  
  8306. ;snes, Port 2B, Gamepad: A (right)
  8307. snes.input.port3.gamepad.a
  8308.  
  8309. ;snes, Port 2B, Gamepad: B (center, lower)
  8310. snes.input.port3.gamepad.b
  8311.  
  8312. ;snes, Port 2B, Gamepad: DOWN ↓
  8313. snes.input.port3.gamepad.down
  8314.  
  8315. ;snes, Port 2B, Gamepad: Left Shoulder
  8316. snes.input.port3.gamepad.l
  8317.  
  8318. ;snes, Port 2B, Gamepad: LEFT ←
  8319. snes.input.port3.gamepad.left
  8320.  
  8321. ;snes, Port 2B, Gamepad: Right Shoulder
  8322. snes.input.port3.gamepad.r
  8323.  
  8324. ;snes, Port 2B, Gamepad: Rapid A (right)
  8325. snes.input.port3.gamepad.rapid_a
  8326.  
  8327. ;snes, Port 2B, Gamepad: Rapid B (center, lower)
  8328. snes.input.port3.gamepad.rapid_b
  8329.  
  8330. ;snes, Port 2B, Gamepad: Rapid X (center, upper)
  8331. snes.input.port3.gamepad.rapid_x
  8332.  
  8333. ;snes, Port 2B, Gamepad: Rapid Y (left)
  8334. snes.input.port3.gamepad.rapid_y
  8335.  
  8336. ;snes, Port 2B, Gamepad: RIGHT →
  8337. snes.input.port3.gamepad.right
  8338.  
  8339. ;snes, Port 2B, Gamepad: SELECT
  8340. snes.input.port3.gamepad.select
  8341.  
  8342. ;snes, Port 2B, Gamepad: START
  8343. snes.input.port3.gamepad.start
  8344.  
  8345. ;snes, Port 2B, Gamepad: UP ↑
  8346. snes.input.port3.gamepad.up
  8347.  
  8348. ;snes, Port 2B, Gamepad: X (center, upper)
  8349. snes.input.port3.gamepad.x
  8350.  
  8351. ;snes, Port 2B, Gamepad: Y (left)
  8352. snes.input.port3.gamepad.y
  8353.  
  8354. ;snes, Port 2C, Gamepad: A (right)
  8355. snes.input.port4.gamepad.a
  8356.  
  8357. ;snes, Port 2C, Gamepad: B (center, lower)
  8358. snes.input.port4.gamepad.b
  8359.  
  8360. ;snes, Port 2C, Gamepad: DOWN ↓
  8361. snes.input.port4.gamepad.down
  8362.  
  8363. ;snes, Port 2C, Gamepad: Left Shoulder
  8364. snes.input.port4.gamepad.l
  8365.  
  8366. ;snes, Port 2C, Gamepad: LEFT ←
  8367. snes.input.port4.gamepad.left
  8368.  
  8369. ;snes, Port 2C, Gamepad: Right Shoulder
  8370. snes.input.port4.gamepad.r
  8371.  
  8372. ;snes, Port 2C, Gamepad: Rapid A (right)
  8373. snes.input.port4.gamepad.rapid_a
  8374.  
  8375. ;snes, Port 2C, Gamepad: Rapid B (center, lower)
  8376. snes.input.port4.gamepad.rapid_b
  8377.  
  8378. ;snes, Port 2C, Gamepad: Rapid X (center, upper)
  8379. snes.input.port4.gamepad.rapid_x
  8380.  
  8381. ;snes, Port 2C, Gamepad: Rapid Y (left)
  8382. snes.input.port4.gamepad.rapid_y
  8383.  
  8384. ;snes, Port 2C, Gamepad: RIGHT →
  8385. snes.input.port4.gamepad.right
  8386.  
  8387. ;snes, Port 2C, Gamepad: SELECT
  8388. snes.input.port4.gamepad.select
  8389.  
  8390. ;snes, Port 2C, Gamepad: START
  8391. snes.input.port4.gamepad.start
  8392.  
  8393. ;snes, Port 2C, Gamepad: UP ↑
  8394. snes.input.port4.gamepad.up
  8395.  
  8396. ;snes, Port 2C, Gamepad: X (center, upper)
  8397. snes.input.port4.gamepad.x
  8398.  
  8399. ;snes, Port 2C, Gamepad: Y (left)
  8400. snes.input.port4.gamepad.y
  8401.  
  8402. ;snes, Port 2D, Gamepad: A (right)
  8403. snes.input.port5.gamepad.a
  8404.  
  8405. ;snes, Port 2D, Gamepad: B (center, lower)
  8406. snes.input.port5.gamepad.b
  8407.  
  8408. ;snes, Port 2D, Gamepad: DOWN ↓
  8409. snes.input.port5.gamepad.down
  8410.  
  8411. ;snes, Port 2D, Gamepad: Left Shoulder
  8412. snes.input.port5.gamepad.l
  8413.  
  8414. ;snes, Port 2D, Gamepad: LEFT ←
  8415. snes.input.port5.gamepad.left
  8416.  
  8417. ;snes, Port 2D, Gamepad: Right Shoulder
  8418. snes.input.port5.gamepad.r
  8419.  
  8420. ;snes, Port 2D, Gamepad: Rapid A (right)
  8421. snes.input.port5.gamepad.rapid_a
  8422.  
  8423. ;snes, Port 2D, Gamepad: Rapid B (center, lower)
  8424. snes.input.port5.gamepad.rapid_b
  8425.  
  8426. ;snes, Port 2D, Gamepad: Rapid X (center, upper)
  8427. snes.input.port5.gamepad.rapid_x
  8428.  
  8429. ;snes, Port 2D, Gamepad: Rapid Y (left)
  8430. snes.input.port5.gamepad.rapid_y
  8431.  
  8432. ;snes, Port 2D, Gamepad: RIGHT →
  8433. snes.input.port5.gamepad.right
  8434.  
  8435. ;snes, Port 2D, Gamepad: SELECT
  8436. snes.input.port5.gamepad.select
  8437.  
  8438. ;snes, Port 2D, Gamepad: START
  8439. snes.input.port5.gamepad.start
  8440.  
  8441. ;snes, Port 2D, Gamepad: UP ↑
  8442. snes.input.port5.gamepad.up
  8443.  
  8444. ;snes, Port 2D, Gamepad: X (center, upper)
  8445. snes.input.port5.gamepad.x
  8446.  
  8447. ;snes, Port 2D, Gamepad: Y (left)
  8448. snes.input.port5.gamepad.y
  8449.  
  8450. ;snes, Port 1B, Gamepad: A (right)
  8451. snes.input.port6.gamepad.a
  8452.  
  8453. ;snes, Port 1B, Gamepad: B (center, lower)
  8454. snes.input.port6.gamepad.b
  8455.  
  8456. ;snes, Port 1B, Gamepad: DOWN ↓
  8457. snes.input.port6.gamepad.down
  8458.  
  8459. ;snes, Port 1B, Gamepad: Left Shoulder
  8460. snes.input.port6.gamepad.l
  8461.  
  8462. ;snes, Port 1B, Gamepad: LEFT ←
  8463. snes.input.port6.gamepad.left
  8464.  
  8465. ;snes, Port 1B, Gamepad: Right Shoulder
  8466. snes.input.port6.gamepad.r
  8467.  
  8468. ;snes, Port 1B, Gamepad: Rapid A (right)
  8469. snes.input.port6.gamepad.rapid_a
  8470.  
  8471. ;snes, Port 1B, Gamepad: Rapid B (center, lower)
  8472. snes.input.port6.gamepad.rapid_b
  8473.  
  8474. ;snes, Port 1B, Gamepad: Rapid X (center, upper)
  8475. snes.input.port6.gamepad.rapid_x
  8476.  
  8477. ;snes, Port 1B, Gamepad: Rapid Y (left)
  8478. snes.input.port6.gamepad.rapid_y
  8479.  
  8480. ;snes, Port 1B, Gamepad: RIGHT →
  8481. snes.input.port6.gamepad.right
  8482.  
  8483. ;snes, Port 1B, Gamepad: SELECT
  8484. snes.input.port6.gamepad.select
  8485.  
  8486. ;snes, Port 1B, Gamepad: START
  8487. snes.input.port6.gamepad.start
  8488.  
  8489. ;snes, Port 1B, Gamepad: UP ↑
  8490. snes.input.port6.gamepad.up
  8491.  
  8492. ;snes, Port 1B, Gamepad: X (center, upper)
  8493. snes.input.port6.gamepad.x
  8494.  
  8495. ;snes, Port 1B, Gamepad: Y (left)
  8496. snes.input.port6.gamepad.y
  8497.  
  8498. ;snes, Port 1C, Gamepad: A (right)
  8499. snes.input.port7.gamepad.a
  8500.  
  8501. ;snes, Port 1C, Gamepad: B (center, lower)
  8502. snes.input.port7.gamepad.b
  8503.  
  8504. ;snes, Port 1C, Gamepad: DOWN ↓
  8505. snes.input.port7.gamepad.down
  8506.  
  8507. ;snes, Port 1C, Gamepad: Left Shoulder
  8508. snes.input.port7.gamepad.l
  8509.  
  8510. ;snes, Port 1C, Gamepad: LEFT ←
  8511. snes.input.port7.gamepad.left
  8512.  
  8513. ;snes, Port 1C, Gamepad: Right Shoulder
  8514. snes.input.port7.gamepad.r
  8515.  
  8516. ;snes, Port 1C, Gamepad: Rapid A (right)
  8517. snes.input.port7.gamepad.rapid_a
  8518.  
  8519. ;snes, Port 1C, Gamepad: Rapid B (center, lower)
  8520. snes.input.port7.gamepad.rapid_b
  8521.  
  8522. ;snes, Port 1C, Gamepad: Rapid X (center, upper)
  8523. snes.input.port7.gamepad.rapid_x
  8524.  
  8525. ;snes, Port 1C, Gamepad: Rapid Y (left)
  8526. snes.input.port7.gamepad.rapid_y
  8527.  
  8528. ;snes, Port 1C, Gamepad: RIGHT →
  8529. snes.input.port7.gamepad.right
  8530.  
  8531. ;snes, Port 1C, Gamepad: SELECT
  8532. snes.input.port7.gamepad.select
  8533.  
  8534. ;snes, Port 1C, Gamepad: START
  8535. snes.input.port7.gamepad.start
  8536.  
  8537. ;snes, Port 1C, Gamepad: UP ↑
  8538. snes.input.port7.gamepad.up
  8539.  
  8540. ;snes, Port 1C, Gamepad: X (center, upper)
  8541. snes.input.port7.gamepad.x
  8542.  
  8543. ;snes, Port 1C, Gamepad: Y (left)
  8544. snes.input.port7.gamepad.y
  8545.  
  8546. ;snes, Port 1D, Gamepad: A (right)
  8547. snes.input.port8.gamepad.a
  8548.  
  8549. ;snes, Port 1D, Gamepad: B (center, lower)
  8550. snes.input.port8.gamepad.b
  8551.  
  8552. ;snes, Port 1D, Gamepad: DOWN ↓
  8553. snes.input.port8.gamepad.down
  8554.  
  8555. ;snes, Port 1D, Gamepad: Left Shoulder
  8556. snes.input.port8.gamepad.l
  8557.  
  8558. ;snes, Port 1D, Gamepad: LEFT ←
  8559. snes.input.port8.gamepad.left
  8560.  
  8561. ;snes, Port 1D, Gamepad: Right Shoulder
  8562. snes.input.port8.gamepad.r
  8563.  
  8564. ;snes, Port 1D, Gamepad: Rapid A (right)
  8565. snes.input.port8.gamepad.rapid_a
  8566.  
  8567. ;snes, Port 1D, Gamepad: Rapid B (center, lower)
  8568. snes.input.port8.gamepad.rapid_b
  8569.  
  8570. ;snes, Port 1D, Gamepad: Rapid X (center, upper)
  8571. snes.input.port8.gamepad.rapid_x
  8572.  
  8573. ;snes, Port 1D, Gamepad: Rapid Y (left)
  8574. snes.input.port8.gamepad.rapid_y
  8575.  
  8576. ;snes, Port 1D, Gamepad: RIGHT →
  8577. snes.input.port8.gamepad.right
  8578.  
  8579. ;snes, Port 1D, Gamepad: SELECT
  8580. snes.input.port8.gamepad.select
  8581.  
  8582. ;snes, Port 1D, Gamepad: START
  8583. snes.input.port8.gamepad.start
  8584.  
  8585. ;snes, Port 1D, Gamepad: UP ↑
  8586. snes.input.port8.gamepad.up
  8587.  
  8588. ;snes, Port 1D, Gamepad: X (center, upper)
  8589. snes.input.port8.gamepad.x
  8590.  
  8591. ;snes, Port 1D, Gamepad: Y (left)
  8592. snes.input.port8.gamepad.y
  8593.  
  8594. ;Emulated mouse sensitivity.
  8595. snes.mouse_sensitivity 0.50
  8596.  
  8597. ;Enable specified OpenGL pixel shader.
  8598. snes.pixshader none
  8599.  
  8600. ;Enable scanlines with specified opacity.
  8601. snes.scanlines 0
  8602.  
  8603. ;Enable specified special video scaler.
  8604. snes.special none
  8605.  
  8606. ;Stretch to fill screen.
  8607. snes.stretch aspect_mult2
  8608.  
  8609. ;Enable video temporal blur(50/50 previous/current frame by default).
  8610. snes.tblur 0
  8611.  
  8612. ;Accumulate color data rather than discarding it.
  8613. snes.tblur.accum 0
  8614.  
  8615. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  8616. snes.tblur.accum.amount 50
  8617.  
  8618. ;Enable (bi)linear interpolation.
  8619. snes.videoip 0
  8620.  
  8621. ;Full-screen horizontal resolution.
  8622. snes.xres 0
  8623.  
  8624. ;Scaling factor for the X axis in windowed mode.
  8625. snes.xscale 3.000000
  8626.  
  8627. ;Scaling factor for the X axis in fullscreen mode.
  8628. snes.xscalefs 1.000000
  8629.  
  8630. ;Full-screen vertical resolution.
  8631. snes.yres 0
  8632.  
  8633. ;Scaling factor for the Y axis in windowed mode.
  8634. snes.yscale 3.000000
  8635.  
  8636. ;Scaling factor for the Y axis in fullscreen mode.
  8637. snes.yscalefs 1.000000
  8638.  
  8639. ;Enable sound output.
  8640. sound 1
  8641.  
  8642. ;Desired buffer size in milliseconds(ms).
  8643. sound.buffer_time 0
  8644.  
  8645. ;Select sound output device.
  8646. sound.device default
  8647.  
  8648. ;Select sound driver.
  8649. sound.driver default
  8650.  
  8651. ;Desired period size in microseconds(μs).
  8652. sound.period_time 0
  8653.  
  8654. ;Specifies the sound playback rate, in sound frames per second("Hz").
  8655. sound.rate 48000
  8656.  
  8657. ;Sound volume level, in percent.
  8658. sound.volume 100
  8659.  
  8660. ;DO NOT USE UNLESS YOU'RE A SPACE GOAT
  8661. srwautoenable 0
  8662.  
  8663. ;Number of frames to keep states for when state rewinding is enabled.
  8664. srwframes 600
  8665.  
  8666. ;3D mode.
  8667. vb.3dmode anaglyph
  8668.  
  8669. ;Reverse left/right 3D views.
  8670. vb.3dreverse 0
  8671.  
  8672. ;Allow draw skipping.
  8673. vb.allow_draw_skip 0
  8674.  
  8675. ;Anaglyph maximum-brightness color for left view.
  8676. vb.anaglyph.lcolor 0xffba00
  8677.  
  8678. ;Anaglyph preset colors.
  8679. vb.anaglyph.preset red_blue
  8680.  
  8681. ;Anaglyph maximum-brightness color for right view.
  8682. vb.anaglyph.rcolor 0x00baff
  8683.  
  8684. ;CPU emulation mode.
  8685. vb.cpu_emulation fast
  8686.  
  8687. ;Disassembly font size.
  8688. vb.debugger.disfontsize small
  8689.  
  8690. ;Character encoding for the debugger's memory editor.
  8691. vb.debugger.memcharenc shift_jis
  8692.  
  8693. ;Default maximum-brightness color to use in non-anaglyph 3D modes.
  8694. vb.default_color 0xF0F0F0
  8695.  
  8696. ;Disable parallax for BG and OBJ rendering.
  8697. vb.disable_parallax 0
  8698.  
  8699. ;Enable (automatic) usage of this module.
  8700. vb.enable 1
  8701.  
  8702. ;Force monophonic sound output.
  8703. vb.forcemono 0
  8704.  
  8705. ;vb, Built-In, Gamepad: A
  8706. vb.input.builtin.gamepad.a
  8707.  
  8708. ;vb, Built-In, Gamepad: B
  8709. vb.input.builtin.gamepad.b
  8710.  
  8711. ;vb, Built-In, Gamepad: DOWN ↓ (Left D-Pad)
  8712. vb.input.builtin.gamepad.down-l
  8713.  
  8714. ;vb, Built-In, Gamepad: DOWN ↓ (Right D-Pad)
  8715. vb.input.builtin.gamepad.down-r
  8716.  
  8717. ;vb, Built-In, Gamepad: LEFT ← (Left D-Pad)
  8718. vb.input.builtin.gamepad.left-l
  8719.  
  8720. ;vb, Built-In, Gamepad: LEFT ← (Right D-Pad)
  8721. vb.input.builtin.gamepad.left-r
  8722.  
  8723. ;vb, Built-In, Gamepad: Left-Back
  8724. vb.input.builtin.gamepad.lt
  8725.  
  8726. ;vb, Built-In, Gamepad: Rapid A
  8727. vb.input.builtin.gamepad.rapid_a
  8728.  
  8729. ;vb, Built-In, Gamepad: Rapid B
  8730. vb.input.builtin.gamepad.rapid_b
  8731.  
  8732. ;vb, Built-In, Gamepad: RIGHT → (Left D-Pad)
  8733. vb.input.builtin.gamepad.right-l
  8734.  
  8735. ;vb, Built-In, Gamepad: RIGHT → (Right D-Pad)
  8736. vb.input.builtin.gamepad.right-r
  8737.  
  8738. ;vb, Built-In, Gamepad: Right-Back
  8739. vb.input.builtin.gamepad.rt
  8740.  
  8741. ;vb, Built-In, Gamepad: Select
  8742. vb.input.builtin.gamepad.select
  8743.  
  8744. ;vb, Built-In, Gamepad: Start
  8745. vb.input.builtin.gamepad.start
  8746.  
  8747. ;vb, Built-In, Gamepad: UP ↑ (Left D-Pad)
  8748. vb.input.builtin.gamepad.up-l
  8749.  
  8750. ;vb, Built-In, Gamepad: UP ↑ (Right D-Pad)
  8751. vb.input.builtin.gamepad.up-r
  8752.  
  8753. ;Input latency reduction hack.
  8754. vb.input.instant_read_hack 1
  8755.  
  8756. ;Display latency reduction hack.
  8757. vb.instant_display_hack 0
  8758.  
  8759. ;Line Interlaced prescale.
  8760. vb.liprescale 2
  8761.  
  8762. ;Enable specified OpenGL pixel shader.
  8763. vb.pixshader none
  8764.  
  8765. ;Enable scanlines with specified opacity.
  8766. vb.scanlines 0
  8767.  
  8768. ;Number of pixels to separate L/R views by.
  8769. vb.sidebyside.separation 0
  8770.  
  8771. ;Enable specified special video scaler.
  8772. vb.special none
  8773.  
  8774. ;Stretch to fill screen.
  8775. vb.stretch aspect_mult2
  8776.  
  8777. ;Enable video temporal blur(50/50 previous/current frame by default).
  8778. vb.tblur 0
  8779.  
  8780. ;Accumulate color data rather than discarding it.
  8781. vb.tblur.accum 0
  8782.  
  8783. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  8784. vb.tblur.accum.amount 50
  8785.  
  8786. ;Enable (bi)linear interpolation.
  8787. vb.videoip 0
  8788.  
  8789. ;Full-screen horizontal resolution.
  8790. vb.xres 0
  8791.  
  8792. ;Scaling factor for the X axis in windowed mode.
  8793. vb.xscale 2.000000
  8794.  
  8795. ;Scaling factor for the X axis in fullscreen mode.
  8796. vb.xscalefs 1.000000
  8797.  
  8798. ;Full-screen vertical resolution.
  8799. vb.yres 0
  8800.  
  8801. ;Scaling factor for the Y axis in windowed mode.
  8802. vb.yscale 2.000000
  8803.  
  8804. ;Scaling factor for the Y axis in fullscreen mode.
  8805. vb.yscalefs 1.000000
  8806.  
  8807. ;Enable time synchronization(waiting) for frame blitting.
  8808. video.blit_timesync 0
  8809.  
  8810. ;Deinterlacer to use for interlaced video.
  8811. video.deinterlacer weave
  8812.  
  8813. ;Attempt to disable desktop composition.
  8814. video.disable_composition 0
  8815.  
  8816. ;Video output method/driver.
  8817. video.driver sdl
  8818.  
  8819. ;Enable frameskip during emulation rendering.
  8820. video.frameskip 0
  8821.  
  8822. ;Enable fullscreen mode.
  8823. video.fs 1
  8824.  
  8825. ;Attempt to synchronize OpenGL page flips to vertical retrace period.
  8826. video.glvsync 1
  8827.  
  8828. ;Birth Day
  8829. wswan.bday 23
  8830.  
  8831. ;Blood Type
  8832. wswan.blood O
  8833.  
  8834. ;Birth Month
  8835. wswan.bmonth 6
  8836.  
  8837. ;Birth Year
  8838. wswan.byear 1989
  8839.  
  8840. ;Disassembly font size.
  8841. wswan.debugger.disfontsize small
  8842.  
  8843. ;Character encoding for the debugger's memory editor.
  8844. wswan.debugger.memcharenc shift_jis
  8845.  
  8846. ;Enable (automatic) usage of this module.
  8847. wswan.enable 1
  8848.  
  8849. ;Enable comms to external program.
  8850. wswan.excomm 0
  8851.  
  8852. ;Comms external program path.
  8853. wswan.excomm.path wonderfence
  8854.  
  8855. ;Force monophonic sound output.
  8856. wswan.forcemono 0
  8857.  
  8858. ;wswan, Built-In, Gamepad: A
  8859. wswan.input.builtin.gamepad.a keyboard 259
  8860.  
  8861. ;wswan, Built-In, Gamepad: B
  8862. wswan.input.builtin.gamepad.b keyboard 258
  8863.  
  8864. ;wswan, Built-In, Gamepad: DOWN ↓, X Cursors
  8865. wswan.input.builtin.gamepad.down-x keyboard 115
  8866.  
  8867. ;wswan, Built-In, Gamepad: DOWN ↓, Y Cur: MUST NOT = X CURSORS
  8868. wswan.input.builtin.gamepad.down-y keyboard 274
  8869.  
  8870. ;wswan, Built-In, Gamepad: LEFT ←, X Cursors
  8871. wswan.input.builtin.gamepad.left-x keyboard 97
  8872.  
  8873. ;wswan, Built-In, Gamepad: LEFT ←, Y Cur: MUST NOT = X CURSORS
  8874. wswan.input.builtin.gamepad.left-y keyboard 276
  8875.  
  8876. ;wswan, Built-In, Gamepad: Rapid A
  8877. wswan.input.builtin.gamepad.rapid_a
  8878.  
  8879. ;wswan, Built-In, Gamepad: Rapid B
  8880. wswan.input.builtin.gamepad.rapid_b
  8881.  
  8882. ;wswan, Built-In, Gamepad: RIGHT →, X Cursors
  8883. wswan.input.builtin.gamepad.right-x keyboard 100
  8884.  
  8885. ;wswan, Built-In, Gamepad: RIGHT →, Y Cur: MUST NOT = X CURSORS
  8886. wswan.input.builtin.gamepad.right-y keyboard 275
  8887.  
  8888. ;wswan, Built-In, Gamepad: Start
  8889. wswan.input.builtin.gamepad.start keyboard 13
  8890.  
  8891. ;wswan, Built-In, Gamepad: UP ↑, X Cursors
  8892. wswan.input.builtin.gamepad.up-x keyboard 119
  8893.  
  8894. ;wswan, Built-In, Gamepad: UP ↑, Y Cur: MUST NOT = X CURSORS
  8895. wswan.input.builtin.gamepad.up-y keyboard 273
  8896.  
  8897. ;Language games should display text in.
  8898. wswan.language english
  8899.  
  8900. ;Name
  8901. wswan.name Mednafen
  8902.  
  8903. ;Enable specified OpenGL pixel shader.
  8904. wswan.pixshader none
  8905.  
  8906. ;Virtually rotate D-pads along with screen.
  8907. wswan.rotateinput 0
  8908.  
  8909. ;Enable scanlines with specified opacity.
  8910. wswan.scanlines 0
  8911.  
  8912. ;Sex
  8913. wswan.sex F
  8914.  
  8915. ;Enable specified special video scaler.
  8916. wswan.special none
  8917.  
  8918. ;Stretch to fill screen.
  8919. wswan.stretch aspect_mult2
  8920.  
  8921. ;Enable video temporal blur(50/50 previous/current frame by default).
  8922. wswan.tblur 0
  8923.  
  8924. ;Accumulate color data rather than discarding it.
  8925. wswan.tblur.accum 0
  8926.  
  8927. ;Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame.
  8928. wswan.tblur.accum.amount 50
  8929.  
  8930. ;Enable (bi)linear interpolation.
  8931. wswan.videoip 0
  8932.  
  8933. ;Full-screen horizontal resolution.
  8934. wswan.xres 0
  8935.  
  8936. ;Scaling factor for the X axis in windowed mode.
  8937. wswan.xscale 3.000000
  8938.  
  8939. ;Scaling factor for the X axis in fullscreen mode.
  8940. wswan.xscalefs 1.000000
  8941.  
  8942. ;Full-screen vertical resolution.
  8943. wswan.yres 0
  8944.  
  8945. ;Scaling factor for the Y axis in windowed mode.
  8946. wswan.yscale 3.000000
  8947.  
  8948. ;Scaling factor for the Y axis in fullscreen mode.
  8949. wswan.yscalefs 1.000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement