Skip to content

Commit 306dd0e

Browse files
committed
add readme and disc files
1 parent b2649b4 commit 306dd0e

File tree

5 files changed

+44
-0
lines changed

5 files changed

+44
-0
lines changed

disc/SYSTEM.CNF

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
BOOT2 = cdrom0:\RWTEST.ELF;1
2+
VER = 1.00
3+
VMODE = PAL

disc/disc.iml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[SYS]
2+
VERSION=1.00
3+
MEDIA=DVD
4+
TARGET=PS2
5+
DISCVERSION=1.00
6+
DATE=2021/08/11-15:19:25
7+
[/SYS]
8+
9+
[CUE]
10+
DISCNAME="TEST-12345 "
11+
PRODUCER="AAP "
12+
COPYRIGHT=" "
13+
CREATIONDATE=20210811
14+
PSTYPE=2
15+
DISCCODE=03
16+
[/CUE]
17+
18+
[LOC]
19+
# the number of entries: 9
20+
#Start End Mode Fno Source
21+
0 278 0.0 0 "disc.ims"
22+
600000 600000 0.0 0 "SYSTEM.CNF"
23+
600001 600787 0.0 0 "rwtest_sky2.elf"
24+
600788 600922 0.0 0 "SYSTEM\IOPRP300.IMG"
25+
600923 600925 0.0 0 "SYSTEM\SIO2MAN.IRX"
26+
600926 600948 0.0 0 "SYSTEM\PADMAN.IRX"
27+
600949 601009 0.0 0 "MODELS\GTA3.DIR"
28+
601010 660601 0.0 0 "MODELS\GTA3.IMG"
29+
[/LOC]

disc/disc.ims

560 KB
Binary file not shown.

disc/readme.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
To build, install Sony SDK and RW 3.1 SDK. check options.mk for RW paths
2+
Make sure you check the defines at the top of main.cpp.
3+
4+
To make a disc, check disc.iml and add the necessary files to the disc directory,
5+
then use iml2iso to make an iso.
6+
Take gta3.dir/img from ps2 gta3, and the IOP modules from the Sony SDK.

readme.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
To build, install Sony SDK and RW 3.1 SDK. check options.mk for RW paths
2+
Make sure you check the defines at the top of main.cpp.
3+
4+
To make a disc, check disc.iml and add the necessary files to the disc directory,
5+
then use iml2iso to make an iso.
6+
Take gta3.dir/img from ps2 gta3, and the IOP modules from the Sony SDK.

0 commit comments

Comments
 (0)