pcsx2/unfree/fps2bios/kernel/iopload/include/iopload.h
Gregory Hainaut 30866833ef mv fps2bios to unfree
Code are likely free but don't have any copyright header :(
2015-11-07 15:42:47 +01:00

18 lines
380 B
C

#ifndef __IOPLOAD_H__
#define __IOPLOAD_H__
#include <tamtypes.h>
extern char *iopModules[32];
void Kmemcpy(void *dest, const void *src, int n);
#define SBUS_MSFLG *(volatile int*)0xBD00F220
#define SBUS_SMFLG *(volatile int*)0xBD00F230
#define SBUS_F240 *(volatile int*)0xBD00F240
#define SBFLG_IOPALIVE 0x10000
#define SBFLG_IOPSYNC 0x40000
#endif /* __IOPLOAD_H__ */