@@ -40,8 +40,10 @@ all: $(EE_BIN_PACKED) version.txt
40
40
# GAME = 'DVD/The Incredibles - Rise of the Underminer (E).iso' -gsm=fp # sound issues, starting at second level
41
41
# GAME = 'DVD/Driv3r (U).iso' # neutrino github issue 56: USB: freezes and unfreezes during gameplay
42
42
# GAME = 'DVD/Syberia II (E).iso' # -gsm=fp # with GSM some things run at 2x speed?
43
- # GAME = 'CD/Simple 2000 Series Ultimate Vol. 15 - Love - Ping Pong! (J).iso' -gc=2 # neutrino github issue 88: black screen on boot - fixed with mode0+2 ?
44
- # GAME = 'CD/Simple 2000 Series Ultimate Vol. 5 - Love - Mahjong! (J).iso' -gc=2 # neutrino github issue 89: randomly hangs
43
+ # GAME = 'CD/Simple 2000 Series Ultimate Vol. 15 - Love - Ping Pong! (J).iso' -gc=02 # neutrino github issue 88: black screen on boot - fixed with mode0+2 ?
44
+ # GAME = 'CD/Pink Pong (E).iso' # same game as above
45
+ # GAME = 'CD/Simple 2000 Series Ultimate Vol. 5 - Love - Mahjong! (J).iso' -gc=02 # neutrino github issue 89: randomly hangs
46
+ # GAME = 'DVD/Amplitude (U).iso'
45
47
46
48
# This game gets stuck trying to start the first battle
47
49
# GAME = 'DVD/World Destruction League - Thunder Tanks (E).iso' -gsm=fp:fp2
@@ -53,6 +55,8 @@ all: $(EE_BIN_PACKED) version.txt
53
55
# Test SOCOM II with DLC on HDD
54
56
# https://psrewired.com/guides/socom2#install-dlc-pcsx2
55
57
# GAME = 'DVD/SOCOM II - U.S. Navy SEALs (E).iso' # -gsm=fp # with GSM some things run at 2x speed?!
58
+ # GAME = 'DVD/SOCOM II - U.S. Navy SEALs (U).iso' # -gsm=fp # with GSM some things run at 2x speed?!
59
+ # ATA0 = 'HDD/bd_apa.raw' # 40GB general purpose apa formatted using uLE
56
60
# ATA0 = 'HDD/SOCOM II HDD.raw'
57
61
58
62
# These games allocate ALL IOP RAM as an anti-piracy method
@@ -138,7 +142,8 @@ GAME = 'DVD/DragonBall Z Budokai Tenkaichi 3 (E).iso' -gsm=fp -gc=0
138
142
# GAME = 'DVD/Jak and Daxter - Complete Trilogy (U).iso'
139
143
# GAME = 'DVD/Jak and Daxter - The Lost Frontier (U).iso'
140
144
# GAME = 'DVD/Crash of the Titans (E).iso'
141
- # GAME = 'DVD/EyeToy Play 3 (E).iso' # interlaced frame mode
145
+ # GAME = 'DVD/EyeToy - Play 2 (E).iso'
146
+ # GAME = 'DVD/EyeToy - Play 3 (E).iso' # interlaced frame mode
142
147
# GAME = 'DVD/GTA Vice City Stories (E).iso' -gsm=fp
143
148
# GAME = 'DVD/Medal of Honor - Frontline (U).iso' -gsm=fp::1
144
149
# GAME = 'DVD/Silent Hill 2 (U).iso' -gsm=fp::1
@@ -152,6 +157,8 @@ GAME = 'DVD/DragonBall Z Budokai Tenkaichi 3 (E).iso' -gsm=fp -gc=0
152
157
# GAME = 'DVD/Shadow Hearts - Covenant (U) (Disc 1).iso'
153
158
# GAME = 'DVD/Shadow Hearts - Covenant (U) (Disc 2).iso'
154
159
# GAME = 'DVD/Ibara (J).iso'
160
+ # GAME = 'DVD/Dot Hack Part 1 - Infection (U).iso' # large buffer overrun issue, fixed
161
+ # GAME = 'DVD/Street Fighter Alpha Anthology (U).iso'
155
162
156
163
# Example arguments
157
164
# -bsd=udpbd -dvd=mass:$(GAME)
@@ -164,8 +171,11 @@ GAME = 'DVD/DragonBall Z Budokai Tenkaichi 3 (E).iso' -gsm=fp -gc=0
164
171
# Exmaple arguments (not working yet)
165
172
# -bsd=udpbd -mc0=mass:VMC/mymc.bin -elf=rom0:OSDSYS --b SkipMc SkipHdd BootBrowser
166
173
167
- ARGS = -bsd=udpbd -dvd=mass:$(GAME ) -dbc
174
+ ARGS = -bsd=udpbd -dvd=mass:$(GAME )
168
175
# ARGS = -bsd=mmce -dvd=mmce1:$(GAME)
176
+ # ARGS = -bsd=mmce -dvd=mmce1:'DVD/SOCOM II - U.S. Navy SEALs (E).iso' -ata0=mmce1:'HDD/SOCOM II HDD.raw' -gc=0
177
+ # ARGS = -bsd=usb -dvd=mass:'DVD/SOCOM II - U.S. Navy SEALs (E).iso' -ata0=mass:'HDD/SOCOM II HDD.raw' -gc=0
178
+ # ARGS = -bsd=udpbd-hdd -dvd=mass:$(GAME) -ata0=mass:$(ATA0) -gc=0
169
179
# ARGS = -bsd=udpbd -dvd=bdfs:udp0p0 -bsdfs=bd
170
180
171
181
run : all copy copy_extra
0 commit comments