Skip to content

Commit 0729841

Browse files
committed
loader: Makefile update
1 parent 77cc3b4 commit 0729841

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

ee/loader/Makefile

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ all: $(EE_BIN_PACKED) version.txt
4040
#GAME = 'DVD/The Incredibles - Rise of the Underminer (E).iso' -gsm=fp # sound issues, starting at second level
4141
#GAME = 'DVD/Driv3r (U).iso' # neutrino github issue 56: USB: freezes and unfreezes during gameplay
4242
#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'
4547

4648
# This game gets stuck trying to start the first battle
4749
#GAME = 'DVD/World Destruction League - Thunder Tanks (E).iso' -gsm=fp:fp2
@@ -53,6 +55,8 @@ all: $(EE_BIN_PACKED) version.txt
5355
# Test SOCOM II with DLC on HDD
5456
# https://psrewired.com/guides/socom2#install-dlc-pcsx2
5557
#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
5660
#ATA0 = 'HDD/SOCOM II HDD.raw'
5761

5862
# 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
138142
#GAME = 'DVD/Jak and Daxter - Complete Trilogy (U).iso'
139143
#GAME = 'DVD/Jak and Daxter - The Lost Frontier (U).iso'
140144
#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
142147
#GAME = 'DVD/GTA Vice City Stories (E).iso' -gsm=fp
143148
#GAME = 'DVD/Medal of Honor - Frontline (U).iso' -gsm=fp::1
144149
#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
152157
#GAME = 'DVD/Shadow Hearts - Covenant (U) (Disc 1).iso'
153158
#GAME = 'DVD/Shadow Hearts - Covenant (U) (Disc 2).iso'
154159
#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'
155162

156163
# Example arguments
157164
#-bsd=udpbd -dvd=mass:$(GAME)
@@ -164,8 +171,11 @@ GAME = 'DVD/DragonBall Z Budokai Tenkaichi 3 (E).iso' -gsm=fp -gc=0
164171
# Exmaple arguments (not working yet)
165172
#-bsd=udpbd -mc0=mass:VMC/mymc.bin -elf=rom0:OSDSYS --b SkipMc SkipHdd BootBrowser
166173

167-
ARGS = -bsd=udpbd -dvd=mass:$(GAME) -dbc
174+
ARGS = -bsd=udpbd -dvd=mass:$(GAME)
168175
#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
169179
#ARGS = -bsd=udpbd -dvd=bdfs:udp0p0 -bsdfs=bd
170180

171181
run: all copy copy_extra

0 commit comments

Comments
 (0)