Re: [hatari-devel] WinUAUE CPU -> show EA

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Le 28/11/2023 à 19:29, Andreas Grabher a écrit :

Am 28.11.2023 um 19:21 schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:


in that case I'm not sure it's worth the change, it won't hurt to keep the include and too much ifdef makes the code hard to follow.

You‘re probably right. I was thinking about something line this:

#include "main.h"
#include <ctype.h>

#include "sysdeps.h"
#include "configuration.h"
#include "m68000.h"
#include "newcpu.h"
#include "debug.h"
#include "paths.h"
#include "profile.h"
#include "str.h"
#include "68kDisass.h"
#include "disasm.h"

#if HAVE_CAPSTONE_M68K
#include <capstone.h>
#include "stMemory.h"
#include "tos.h"
#endif

OK with this, change applied, thanks.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/