File tree Expand file tree Collapse file tree 18 files changed +65
-20
lines changed Expand file tree Collapse file tree 18 files changed +65
-20
lines changed Original file line number Diff line number Diff line change 8
8
9
9
SUBDIRS = \
10
10
padman \
11
- padman-old \
11
+ padman-1300 \
12
+ padman-1400 \
12
13
rmman \
13
14
rmman2 \
14
- rmmanx \
15
- rpadman
15
+ rmmanx
16
16
17
17
include $(PS2SDKSRC ) /Defs.make
18
18
include $(PS2SDKSRC ) /Rules.make
Original file line number Diff line number Diff line change 6
6
# Licenced under Academic Free License version 2.0
7
7
# Review ps2sdk README & LICENSE files for further details.
8
8
9
- IOP_BIN_ALTNAMES =
9
+ IOP_BIN_ALTNAMES = padman-old.irx
10
10
11
11
IOP_SRC_DIR = $(PS2SDKSRC ) /iop/input/padman/src/
12
12
13
- IOP_BIN ?= rpadman .irx
13
+ IOP_BIN ?= padman-1300 .irx
14
14
15
- PADMAN_BUILDING_XPADMAN_V2 ?= 1
15
+ PADMAN_BUILDING_XPADMAN ?= 0
16
16
17
17
include $(PS2SDKSRC ) /iop/input/padman/Makefile
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ IOP_BIN_ALTNAMES =
10
10
11
11
IOP_SRC_DIR = $(PS2SDKSRC ) /iop/input/padman/src/
12
12
13
- IOP_BIN ?= padman-old .irx
13
+ IOP_BIN ?= padman-1400 .irx
14
14
15
- PADMAN_BUILDING_XPADMAN ?= 0
15
+ PADMAN_BUILDING_XPADMAN_V2 ?= 0
16
16
17
17
include $(PS2SDKSRC ) /iop/input/padman/Makefile
Original file line number Diff line number Diff line change 6
6
# Licenced under Academic Free License version 2.0
7
7
# Review ps2sdk README & LICENSE files for further details.
8
8
9
- IOP_BIN_ALTNAMES ?= freepad.irx
9
+ IOP_BIN_ALTNAMES ?= freepad.irx rpadman.irx padman-2000.irx
10
10
11
11
# IOP_CFLAGS += -DDEBUG
12
12
@@ -28,7 +28,7 @@ IOP_OBJS = freepad.o rpcserver.o exports.o imports.o padInit.o padPortOpen.o pad
28
28
PADMAN_BUILDING_XPADMAN ?= 1
29
29
30
30
# Build the newer version of the gamepad module that links against the remote-compatible SIO2MAN?
31
- PADMAN_BUILDING_XPADMAN_V2 ?= 0
31
+ PADMAN_BUILDING_XPADMAN_V2 ?= 1
32
32
33
33
ifneq (x$(PADMAN_BUILDING_XPADMAN ) ,x0)
34
34
IOP_CFLAGS += -DBUILDING_XPADMAN
Original file line number Diff line number Diff line change 6
6
# Licenced under Academic Free License version 2.0
7
7
# Review ps2sdk README & LICENSE files for further details.
8
8
9
+ IOP_BIN_ALTNAMES ?= rmman-2000.irx
10
+
9
11
IOP_IMPORT_INCS += \
10
12
cdvd/cdvdman \
11
13
sio/sio2man \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
SUBDIRS = \
10
10
dongleman \
11
11
mcman \
12
- mcman-old \
12
+ mcman-1300 \
13
+ mcman-1400 \
13
14
mcserv \
14
- mcserv-old \
15
+ mcserv-1300 \
15
16
vmcman \
16
17
xfromman
17
18
Original file line number Diff line number Diff line change 6
6
# Licenced under Academic Free License version 2.0
7
7
# Review ps2sdk README & LICENSE files for further details.
8
8
9
+ IOP_BIN_ALTNAMES =
10
+
9
11
PARENT_DIR =$(PS2SDKSRC ) /iop/memorycard/mcman
10
12
11
13
IOP_SRC_DIR = $(PARENT_DIR ) /src/
Original file line number Diff line number Diff line change 6
6
# Licenced under Academic Free License version 2.0
7
7
# Review ps2sdk README & LICENSE files for further details.
8
8
9
+ IOP_BIN_ALTNAMES = mcman-old.irx
10
+
9
11
IOP_SRC_DIR = $(PS2SDKSRC ) /iop/memorycard/mcman/src/
10
12
IOP_INC_DIR = $(PS2SDKSRC ) /iop/memorycard/mcman/include/
11
13
12
- IOP_BIN ?= mcman-old .irx
14
+ IOP_BIN ?= mcman-1300 .irx
13
15
14
16
MCMAN_BUILDING_XMCMAN ?= 0
15
17
Original file line number Diff line number Diff line change
1
+ # _____ ___ ____ ___ ____
2
+ # ____| | ____| | | |____|
3
+ # | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
4
+ # -----------------------------------------------------------------------
5
+ # Copyright 2001-2004, ps2dev - http://www.ps2dev.org
6
+ # Licenced under Academic Free License version 2.0
7
+ # Review ps2sdk README & LICENSE files for further details.
8
+
9
+ IOP_BIN_ALTNAMES =
10
+
11
+ IOP_SRC_DIR = $(PS2SDKSRC ) /iop/memorycard/mcman/src/
12
+ IOP_INC_DIR = $(PS2SDKSRC ) /iop/memorycard/mcman/include/
13
+
14
+ IOP_BIN ?= mcman-1400.irx
15
+
16
+ MCMAN_BUILDING_XMCMAN_V2 ?= 0
17
+
18
+ include $(PS2SDKSRC ) /iop/memorycard/mcman/Makefile
Original file line number Diff line number Diff line change 6
6
# Licenced under Academic Free License version 2.0
7
7
# Review ps2sdk README & LICENSE files for further details.
8
8
9
+ IOP_BIN_ALTNAMES ?= mcman-2000.irx
10
+
9
11
# Build the newer version of the memory card module?
10
12
MCMAN_BUILDING_XMCMAN ?= 1
11
13
14
+ # Build the newer version of the memory card module that links against the remote-compatible SIO2MAN?
15
+ MCMAN_BUILDING_XMCMAN_V2 ?= 1
16
+
12
17
# Read from the dev9 external flash ROM instead of the memory card?
13
18
MCMAN_BUILDING_XFROMMAN ?= 0
14
19
@@ -49,6 +54,10 @@ ifneq (x$(MCMAN_BUILDING_XMCMAN),x0)
49
54
IOP_CFLAGS += -DBUILDING_XMCMAN
50
55
endif
51
56
57
+ ifneq (x$(MCMAN_BUILDING_XMCMAN_V2 ) ,x0)
58
+ IOP_CFLAGS += -DSIO2MAN_V2
59
+ endif
60
+
52
61
ifneq (x$(MCMAN_BUILDING_XFROMMAN ) ,x0)
53
62
IOP_CFLAGS += -DBUILDING_XFROMMAN
54
63
IOP_IMPORT_INCS += dev9/extflash
Original file line number Diff line number Diff line change 6
6
# Licenced under Academic Free License version 2.0
7
7
# Review ps2sdk README & LICENSE files for further details.
8
8
9
+ IOP_BIN_ALTNAMES = mcserv-old.irx
10
+
9
11
IOP_SRC_DIR = $(PS2SDKSRC ) /iop/memorycard/mcserv/src/
10
12
IOP_INC_DIR = $(PS2SDKSRC ) /iop/memorycard/mcserv/include/
11
13
12
- IOP_BIN ?= mcserv-old .irx
14
+ IOP_BIN ?= mcserv-1300 .irx
13
15
14
16
MCMAN_BUILDING_XMCSERV ?= 0
15
17
Original file line number Diff line number Diff line change 6
6
# Licenced under Academic Free License version 2.0
7
7
# Review ps2sdk README & LICENSE files for further details.
8
8
9
+ IOP_BIN_ALTNAMES ?= mcserv-1400.irx mcserv-2000.irx
10
+
9
11
# Build the newer version of the memory card server module?
10
12
MCMAN_BUILDING_XMCSERV ?= 1
11
13
Original file line number Diff line number Diff line change 8
8
9
9
SUBDIRS = \
10
10
mtapman \
11
+ mtapman-1400 \
11
12
mx4sio_bd \
12
13
mx4sio_bd_mini \
13
- rmtapman \
14
14
sio2log \
15
15
sio2man \
16
16
sio2man-nano
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ IOP_BIN_ALTNAMES =
10
10
11
11
IOP_SRC_DIR = $(PS2SDKSRC ) /iop/sio/mtapman/src/
12
12
13
- IOP_CFLAGS += -DSIO2MAN_V2
13
+ IOP_BIN ?= mtapman-1400.irx
14
+
15
+ MTAPMAN_BUILDING_XMTAPMAN_V2 ?= 0
14
16
15
17
include $(PS2SDKSRC ) /iop/sio/mtapman/Makefile
Original file line number Diff line number Diff line change 6
6
# Licenced under Academic Free License version 2.0
7
7
# Review ps2sdk README & LICENSE files for further details.
8
8
9
- IOP_BIN_ALTNAMES ?= freemtap.irx
9
+ IOP_BIN_ALTNAMES ?= freemtap.irx rmtapman.irx mtapman-2000.irx
10
10
11
11
IOP_IMPORT_INCS += \
12
12
sio/sio2man \
@@ -18,6 +18,13 @@ IOP_IMPORT_INCS += \
18
18
19
19
IOP_OBJS = freemtap.o rpcservers.o exports.o imports.o
20
20
21
+ # Build the newer version of the multitap module that links against the remote-compatible SIO2MAN?
22
+ MTAPMAN_BUILDING_XMTAPMAN_V2 ?= 1
23
+
24
+ ifneq (x$(MTAPMAN_BUILDING_XMTAPMAN_V2 ) ,x0)
25
+ IOP_CFLAGS += -DSIO2MAN_V2
26
+ endif
27
+
21
28
include $(PS2SDKSRC ) /Defs.make
22
29
include $(PS2SDKSRC ) /iop/Rules.bin.make
23
30
include $(PS2SDKSRC ) /iop/Rules.make
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SIO2MAN_ENABLE_LOGGING ?= 0
12
12
# Build nano version?
13
13
SIO2MAN_ENABLE_NANO ?= 0
14
14
15
- IOP_BIN_ALTNAMES ?= freesio2.irx rsio2man.irx sio2man-old.irx
15
+ IOP_BIN_ALTNAMES ?= freesio2.irx rsio2man.irx sio2man-old.irx sio2man-1300.irx sio2man-1400.irx sio2man-2000.irx
16
16
17
17
IOP_IMPORT_INCS += \
18
18
sio/sio2man \
You can’t perform that action at this time.
0 commit comments