diff options
Diffstat (limited to 'libpsn00b/psxapi/fs')
| -rw-r--r-- | libpsn00b/psxapi/fs/_96_init.s | 10 | ||||
| -rw-r--r-- | libpsn00b/psxapi/fs/_96_remove.s | 10 | ||||
| -rw-r--r-- | libpsn00b/psxapi/fs/_InitCd.s | 37 | ||||
| -rw-r--r-- | libpsn00b/psxapi/fs/chdir.s | 10 | ||||
| -rw-r--r-- | libpsn00b/psxapi/fs/erase.s | 10 | ||||
| -rw-r--r-- | libpsn00b/psxapi/fs/firstfile.s | 10 | ||||
| -rw-r--r-- | libpsn00b/psxapi/fs/nextfile.s | 10 | ||||
| -rw-r--r-- | libpsn00b/psxapi/fs/rename.s | 10 |
8 files changed, 0 insertions, 107 deletions
diff --git a/libpsn00b/psxapi/fs/_96_init.s b/libpsn00b/psxapi/fs/_96_init.s deleted file mode 100644 index ac35d6b..0000000 --- a/libpsn00b/psxapi/fs/_96_init.s +++ /dev/null @@ -1,10 +0,0 @@ -.set noreorder -.section .text - -.global _96_init -.type _96_init, @function -_96_init: - addiu $t2, $0 , 0xa0 - jr $t2 - addiu $t1, $0 , 0x71 -
\ No newline at end of file diff --git a/libpsn00b/psxapi/fs/_96_remove.s b/libpsn00b/psxapi/fs/_96_remove.s deleted file mode 100644 index a65c0ba..0000000 --- a/libpsn00b/psxapi/fs/_96_remove.s +++ /dev/null @@ -1,10 +0,0 @@ -.set noreorder -.section .text - -.global _96_remove -.type _96_remove, @function -_96_remove: - addiu $t2, $0 , 0xa0 - jr $t2 - addiu $t1, $0 , 0x72 -
\ No newline at end of file diff --git a/libpsn00b/psxapi/fs/_InitCd.s b/libpsn00b/psxapi/fs/_InitCd.s deleted file mode 100644 index decf2bd..0000000 --- a/libpsn00b/psxapi/fs/_InitCd.s +++ /dev/null @@ -1,37 +0,0 @@ -.section .text -.set noreorder - -.include "hwregs_a.h" - -.global _InitCd -.type _InitCd, @function -_InitCd: - addiu $sp, -8 - sw $ra, 0($sp) - - lui $a0, IOBASE # Load IOBASE value - - lw $v0, DPCR($a0) # Get current DMA settings - nop - sw $v0, 4($sp) # Save to stack - - jal _96_init # Init CD subsystem - nop - - lui $a0, IOBASE # Load IOBASE again - - lw $v0, 4($sp) # Get old DMA control settings - lw $v1, DPCR($a0) # Get DMA settings by _96_init() - - lui $a1, 0xffff # Mask out settings for CD DMA - ori $a1, 0x0f00 - and $v0, $a1 - - or $v0, $v1 # Merge and set new DMA settings - sw $v0, DPCR($a0) - - lw $ra, 0($sp) - addiu $sp, 8 - jr $ra - nop -
\ No newline at end of file diff --git a/libpsn00b/psxapi/fs/chdir.s b/libpsn00b/psxapi/fs/chdir.s deleted file mode 100644 index 83abf70..0000000 --- a/libpsn00b/psxapi/fs/chdir.s +++ /dev/null @@ -1,10 +0,0 @@ -.set noreorder -.section .text - -.global chdir -.type chdir, @function -chdir: - addiu $t2, $0, 0xb0 - jr $t2 - addiu $t1, $0, 0x40 -
\ No newline at end of file diff --git a/libpsn00b/psxapi/fs/erase.s b/libpsn00b/psxapi/fs/erase.s deleted file mode 100644 index 0ddd05f..0000000 --- a/libpsn00b/psxapi/fs/erase.s +++ /dev/null @@ -1,10 +0,0 @@ -.set noreorder -.section .text - -.global erase -.type erase, @function -erase: - addiu $t2, $0, 0xb0 - jr $t2 - addiu $t1, $0, 0x45 -
\ No newline at end of file diff --git a/libpsn00b/psxapi/fs/firstfile.s b/libpsn00b/psxapi/fs/firstfile.s deleted file mode 100644 index 2d1c1cd..0000000 --- a/libpsn00b/psxapi/fs/firstfile.s +++ /dev/null @@ -1,10 +0,0 @@ -.set noreorder -.section .text - -.global firstfile -.type firstfile, @function -firstfile: - addiu $t2, $0, 0xb0 - jr $t2 - addiu $t1, $0, 0x42 -
\ No newline at end of file diff --git a/libpsn00b/psxapi/fs/nextfile.s b/libpsn00b/psxapi/fs/nextfile.s deleted file mode 100644 index 51a285a..0000000 --- a/libpsn00b/psxapi/fs/nextfile.s +++ /dev/null @@ -1,10 +0,0 @@ -.set noreorder -.section .text - -.global nextfile -.type nextfile, @function -nextfile: - addiu $t2, $0, 0xb0 - jr $t2 - addiu $t1, $0, 0x43 -
\ No newline at end of file diff --git a/libpsn00b/psxapi/fs/rename.s b/libpsn00b/psxapi/fs/rename.s deleted file mode 100644 index 5815dba..0000000 --- a/libpsn00b/psxapi/fs/rename.s +++ /dev/null @@ -1,10 +0,0 @@ -.set noreorder -.section .text - -.global rename -.type rename, @function -rename: - addiu $t2, $0, 0xb0 - jr $t2 - addiu $t1, $0, 0x44 -
\ No newline at end of file |
