PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
acdev.h
1
/*
2
# _____ ___ ____ ___ ____
3
# ____| | ____| | | |____|
4
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5
#-----------------------------------------------------------------------
6
# Copyright ps2dev - http://www.ps2dev.org
7
# Licenced under Academic Free License version 2.0
8
# Review ps2sdk README & LICENSE files for further details.
9
*/
10
11
#ifndef _ACDEV_H
12
#define _ACDEV_H
13
14
#include <
irx.h
>
15
#include <
tamtypes.h
>
16
17
extern
int
SetAcMemDelayReg(
unsigned
int
value);
18
extern
int
GetAcMemDelayReg(
void
);
19
extern
int
SetAcIoDelayReg(
unsigned
int
value);
20
extern
int
GetAcIoDelayReg(
void
);
21
22
#define acdev_IMPORTS_start DECLARE_IMPORT_TABLE(acdev, 1, 1)
23
#define acdev_IMPORTS_end END_IMPORT_TABLE
24
25
#define I_SetAcMemDelayReg DECLARE_IMPORT(4, SetAcMemDelayReg)
26
#define I_GetAcMemDelayReg DECLARE_IMPORT(5, GetAcMemDelayReg)
27
#define I_SetAcIoDelayReg DECLARE_IMPORT(6, SetAcIoDelayReg)
28
#define I_GetAcIoDelayReg DECLARE_IMPORT(7, GetAcIoDelayReg)
29
30
#endif
irx.h
tamtypes.h
iop
arcade
acdev
include
acdev.h
Generated on Tue Feb 11 2025 21:35:57 for PS2SDK by
1.12.0