mirror of https://github.com/PCSX2/pcsx2.git
20 lines
227 B
C
20 lines
227 B
C
|
|
||
|
#include <tamtypes.h>
|
||
|
#include <stdio.h>
|
||
|
#include <kernel.h>
|
||
|
#include <math.h>
|
||
|
|
||
|
#include "eedebug.h"
|
||
|
#include "romdir.h"
|
||
|
|
||
|
|
||
|
int main() {
|
||
|
|
||
|
__printf("INTRO start\n");
|
||
|
|
||
|
__printf("INTRO end\n");
|
||
|
|
||
|
return 0;
|
||
|
}
|
||
|
|