From 85155ff54ba94f8ac40e267f83435284e88b866c Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Mon, 16 Apr 2001 20:40:13 +0000 Subject: Prout --- include/simulator.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'include/simulator.h') diff --git a/include/simulator.h b/include/simulator.h index fee37cc..ba8c7d1 100644 --- a/include/simulator.h +++ b/include/simulator.h @@ -15,14 +15,9 @@ extern Uint32 memoire_principale[TAILLE_MEMOIRE]; extern Uint32 registre[NB_REGISTRES_PHYSIQUES]; /* Registres classiques */ -Uint32 LireInstruction(void); -void IncrementeCompteurOrdinal(void); -Uint32 Adresse(Uint32 u, Uint32 instruction); +extern int debug; + void Initialisation(void); -void DecodeExec(Uint32 instruction, Uint32 entrypoint); -void Traitement(Uint32 entrypoint); -void AfficheReg(void); -void Debogueur(void); void ChargeBinaire(char * filename); #endif \ No newline at end of file -- cgit v1.2.3