mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
19 lines
208 B
C
19 lines
208 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;
|
|
}
|
|
|