[hatari-devel] 68030 Debug mode and new CPU

Laurent Sallafranque laurent.sallafranque at free.fr
Tue Feb 15 23:08:05 CET 2011


Done, it works well now.
And it seems to have removed some compiling warnings.

Thank you for the help.

Regards

Laurent

> That's because you've commented out all the code in cpu/custom.c::f_out()
> which is used (in the "r" command case) by cpu/newcpu.c::m68k_dumpstate() to
> print out the information.  The disassembly stuff in WinAUE newcpu.c seems
> to be using this f_out() stuff too.
>
> You could add:
> 	#define f_out fprintf
>
> to one of the headers, remove the f_out stuff from cpu/custom.c and replace
> all "void *" args for functions calling f_out() with "FILE *".
>
>
> 	- Eero
> _______________________________________________
> hatari-devel mailing list
> hatari-devel at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/hatari-devel
>
>




More information about the hatari-devel mailing list