#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;
}