Talk:PS1 Classics Emulator Compatibility List: Difference between revisions
Jump to navigation
Jump to search
JSimesenmac (talk | contribs) |
JSimesenmac (talk | contribs) m (→Custom configs) |
||
Line 9: | Line 9: | ||
==Custom configs== | ==Custom configs== | ||
===...Iru!=== | ===...Iru!=== | ||
''' | '''config-title.txt''' | ||
<br>SLPS00965 | <br>SLPS00965 | ||
<pre> | <pre> | ||
Line 30: | Line 30: | ||
</pre> | </pre> | ||
===LSD: Dream Emulator=== | ===LSD: Dream Emulator=== | ||
''' | '''config-title.txt''' | ||
<br>SLPS-01556 | <br>SLPS-01556 | ||
<pre> | <pre> | ||
Line 59: | Line 59: | ||
</pre> | </pre> | ||
===Pepsiman=== | ===Pepsiman=== | ||
''' | '''config-title.txt''' | ||
<br>SLPS01762 | <br>SLPS01762 | ||
<pre> | <pre> | ||
Line 82: | Line 82: | ||
===Warcraft II - The Dark Saga=== | ===Warcraft II - The Dark Saga=== | ||
''' | '''config-title.txt''' | ||
<br>SLUS00480 | <br>SLUS00480 | ||
<pre> | <pre> | ||
Line 108: | Line 108: | ||
===Fatal Fury: Wild Ambition=== | ===Fatal Fury: Wild Ambition=== | ||
''' | '''config-title.txt''' | ||
<br>SLUS01001 | <br>SLUS01001 | ||
<pre> | <pre> | ||
Line 129: | Line 129: | ||
R3K_WriteMem16(0x80012F44,0x0000) --E1000200 | R3K_WriteMem16(0x80012F44,0x0000) --E1000200 | ||
R3K_WriteMem16(0x8001437C,0x0020) --E1001000 ( correct patch method ) | R3K_WriteMem16(0x8001437C,0x0020) --E1001000 ( correct patch method ) | ||
end | |||
EM_AddVsyncHook(patcher) | |||
</pre> | |||
===Tom and Jerry in House Trap=== | |||
'''config-title.txt''' | |||
<br>SLUS01191 | |||
<pre> | |||
# Game Settings (Per game) | |||
--gpu-scanout-fps-override=ntsc | |||
--ps1-title-id=SLUS01191 | |||
--bios-hide-sce-osd=1 | |||
--has-shown-start-select-help=1 | |||
--sim-analog-pad=0x2020 | |||
</pre> | |||
'''LUA''' | |||
<br>SLUS01191 | |||
<pre> | |||
-- Tom and Jerry in House Trap (US) (SLUS-01191) | |||
-- ported to PS4 lua | |||
-- emu used=syphonfilter v2 | |||
local patcher = function() | |||
-- Disable dithering | |||
R3K_WriteMem16(0x300232D5,0x0000) | |||
R3K_WriteMem16(0x30026631,0x0000) | |||
R3K_WriteMem16(0x800232D4,0x0000) | |||
R3K_WriteMem16(0x8002470C,0x0000) | |||
R3K_WriteMem16(0x80026630,0x0000) | |||
end | end | ||
EM_AddVsyncHook(patcher) | EM_AddVsyncHook(patcher) | ||
</pre> | </pre> |
Revision as of 06:58, 3 September 2023
General
You can add your configurations in here
Official configs
Custom configs
...Iru!
config-title.txt
SLPS00965
--gpu-scanout-fps-override=ntsc --scale=6
LUA
SLPS00965
-- Iru! -- ported to PS4 lua -- emu used=syphonfilter v2 local patcher = function() --Widescreen R3K_WriteMem16(0x800929E4,0x0C00) R3K_WriteMem16(0x801191F0,0x0C00) end EM_AddVsyncHook(patcher)
LSD: Dream Emulator
config-title.txt
SLPS-01556
--bios-hide-sce-osd=1 --has-shown-start-select-help=1 --gpu-scanout-fps-override=ntsc --sim-analog-pad=0x2020
LUA
SLPS-01556
-- LSD: Dream Emulator [NTSC-J] (SLPS-01556) -- ported to PS4 lua by JSimesen -- emu used=syphonfilter v2 local patcher = function() -- Disable dithering R3K_WriteMem16(0x800220E4,0x0000) --E1000200 R3K_WriteMem16(0x80014AA4,0x0000) --E1000200 R3K_WriteMem16(0x300138A1,0x0000) --E1000200 R3K_WriteMem16(0x800220C8,0x0000) --E1000800 R3K_WriteMem16(0x30014AA5,0x0000) --E1000200 R3K_WriteMem16(0x300220E5,0x0000) --E1000200 R3K_WriteMem16(0x800237D4,0x0020) --E1001000 ( correct patch method ) R3K_WriteMem16(0x800138A0,0x0000) --E1000000 end EM_AddVsyncHook(patcher)
Pepsiman
config-title.txt
SLPS01762
--bios-hide-sce-osd=1 --has-shown-start-select-help=1 --gpu-scanout-fps-override=ntsc --scale=6
LUA
SLPS01762
-- Pepsiman [NTSC-J] (SLPS-01762) -- ported to PS4 lua by JSimesen -- emu used=syphonfilter v2 local patcher = function() -- Disable dithering R3K_WriteMem16(0x800695EC,0x0000) --E1000200 end EM_AddVsyncHook(patcher)
Warcraft II - The Dark Saga
config-title.txt
SLUS00480
---bios-hide-sce-osd=1 --has-shown-start-select-help=1 --gpu-scanout-fps-override=ntsc --scale=6 --sim-analog-pad=0x2020
LUA
SLUS00480
-- Warcraft II: The Dark Saga [NTSC U] (SLUS-00480) -- ported to PS4 lua by JSimesen -- emu used=syphonfilter v2 local patcher = function() -- Disable dithering R3K_WriteMem16(0x8008D6CC,0x0000) R3K_WriteMem16(0x8008D6B0,0x0000) R3K_WriteMem16(0x8008BAE0,0x0000) R3K_WriteMem16(0x8008ED94,0x0000) end EM_AddVsyncHook(patcher)
Fatal Fury: Wild Ambition
config-title.txt
SLUS01001
--bios-hide-sce-osd=1 --has-shown-start-select-help=1 --gpu-scanout-fps-override=ntsc --sim-analog-pad=0x2020
LUA
SLUS01001
-- Fatal Fury: Wild Ambition (SLUS-01001) -- ported to PS4 lua by JSimesen -- Widescreen hack by allkhan -- emu used=syphonfilter v2 local patcher = function() -- Disable dithering R3K_WriteMem16(0x30012F45,0x0000) --E1000200 R3K_WriteMem16(0x30015A01,0x0000) --E1000200 R3K_WriteMem16(0x80012F44,0x0000) --E1000200 R3K_WriteMem16(0x8001437C,0x0020) --E1001000 ( correct patch method ) end EM_AddVsyncHook(patcher)
Tom and Jerry in House Trap
config-title.txt
SLUS01191
# Game Settings (Per game) --gpu-scanout-fps-override=ntsc --ps1-title-id=SLUS01191 --bios-hide-sce-osd=1 --has-shown-start-select-help=1 --sim-analog-pad=0x2020
LUA
SLUS01191
-- Tom and Jerry in House Trap (US) (SLUS-01191) -- ported to PS4 lua -- emu used=syphonfilter v2 local patcher = function() -- Disable dithering R3K_WriteMem16(0x300232D5,0x0000) R3K_WriteMem16(0x30026631,0x0000) R3K_WriteMem16(0x800232D4,0x0000) R3K_WriteMem16(0x8002470C,0x0000) R3K_WriteMem16(0x80026630,0x0000) end EM_AddVsyncHook(patcher)