New ps1/exe version from Jens. Needs new asm5900-mfx5.

committer: mfx <mfx> 1034617199 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-10-14 17:39:59 +00:00
parent accbc5d809
commit fe531960ab
18 changed files with 181 additions and 124 deletions
+2 -2
View File
@@ -49,7 +49,7 @@
#include "p_w16ne.h"
#include "p_w32pe.h"
#include "p_vmlinz.h"
#include "p_psx.h"
#include "p_ps1.h"
/*************************************************************************
@@ -214,7 +214,7 @@ static Packer* try_packers(InputFile *f, try_function func)
//
// psone
//
if ((p = func(new PackPsx(f),f)) != NULL)
if ((p = func(new PackPs1(f),f)) != NULL)
return p;
//