X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Ffame%2Ffamec.c;h=0bb0f9ba1dd625dc1698e3942c518d3e4f43f9f1;hb=ea08c2967b1c61e3b81c911dfd5eb7a0e72a28bf;hp=e8753e44c94d2f6e149bbeef2fada1853a70de3c;hpb=b542be4686241c9e0722ff8e452980f9ac2b4d7c;p=picodrive.git diff --git a/cpu/fame/famec.c b/cpu/fame/famec.c index e8753e4..0bb0f9b 100644 --- a/cpu/fame/famec.c +++ b/cpu/fame/famec.c @@ -4,7 +4,7 @@ /* Autor: Oscar Orallo Pelaez */ /* Fecha de comienzo: 03-10-2006 */ /* Ultima actualizacion: 08-10-2006 */ -/* Based on the excellent FAMEC emulator by Stèphane Dallongueville */ +/* Based on the excellent C68K emulator by Stèphane Dallongueville */ /****************************************************************************/ #include @@ -16,11 +16,11 @@ // Options // #define FAMEC_ROLL_INLINE -//#define FAMEC_EMULATE_TRACE -//#define FAMEC_CHECK_BRANCHES +#define FAMEC_EMULATE_TRACE +#define FAMEC_CHECK_BRANCHES #define FAMEC_EXTRA_INLINE // #define FAMEC_DEBUG -//#define FAMEC_NO_GOTOS +#define FAMEC_NO_GOTOS #define FAMEC_ADR_BITS 24 // #define FAMEC_FETCHBITS 8 #define FAMEC_DATABITS 8