4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + |
Submodule FreePSXBoot updated 48 files
- README.md+34-32
- builder/Makefile+6-1
- builder/bin2c.c+44
- builder/builder.cc+97-42
- builder/stage2-bin.h+93
- builder/stage2/Makefile+11
- builder/stage2/common.mk+94
- builder/stage2/common/crt0/crt0.s+50
- builder/stage2/common/hardware/cdrom.h+73
- builder/stage2/common/hardware/cop0.h+37
- builder/stage2/common/hardware/dma.h+46
- builder/stage2/common/hardware/gpu.h+198
- builder/stage2/common/hardware/hwregs.h+82
- builder/stage2/common/hardware/hwregs.inc+41
- builder/stage2/common/hardware/irq.h+43
- builder/stage2/common/hardware/pcsxhw.h+36
- builder/stage2/common/hardware/sio1.c+49
- builder/stage2/common/hardware/sio1.h+39
- builder/stage2/common/hardware/spu.h+73
- builder/stage2/common/hardware/util.h+29
- builder/stage2/common/kernel/events.h+55
- builder/stage2/common/kernel/openbios.h+58
- builder/stage2/common/psxlibc/circularbuffer.h+41
- builder/stage2/common/psxlibc/device.h+79
- builder/stage2/common/psxlibc/direntry.h+40
- builder/stage2/common/psxlibc/fastmemset.s+174
- builder/stage2/common/psxlibc/handlers.h+43
- builder/stage2/common/psxlibc/ioctl.h+48
- builder/stage2/common/psxlibc/psxexe.h+48
- builder/stage2/common/psxlibc/setjmp.h+33
- builder/stage2/common/psxlibc/stdio.h+101
- builder/stage2/common/psxlibc/string.h+41
- builder/stage2/common/syscalls/printf.s+37
- builder/stage2/common/syscalls/syscalls.h+553
- builder/stage2/common/util/djbhash.h+35
- builder/stage2/common/util/encoder.hh
- builder/stage2/common/util/util.h+44
- builder/stage2/dockermake.bat+23
- builder/stage2/dockermake.sh+10
- builder/stage2/ps-exe.ld+194
- builder/stage2/stage2.c+259
- builder/stage2/stage2.ld+107
- images/freepsxboot-unirom-fastload-20210414-101.mcd
- images/freepsxboot-unirom-fastload-20210414-102_4.4.mcd
- images/freepsxboot-unirom-fastload-20210414-102_4.5.mcd
- images/freepsxboot-unirom-fastload-20210414-5001-5501-5503-7003.mcd
- images/freepsxboot-unirom-fastload-20210414-5502-5552.mcd
- images/freepsxboot-unirom-fastload-20210414-7001-7002-7500-7501-7502-7503-9001-9002-9003.mcd
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
|
0 commit comments