6f9e418f94
From my request at https://github.com/kstenerud/Musashi/pull/31 There was a conflict between Musahi's uint and OpenBSD's uint: $ cc -o m68kmake m68kmake.c $ ./m68kmake $ cc -DM68K_COMPILE_FOR_MAME=0 -c m68kcpu.c In file included from m68kcpu.c:565: In file included from /usr/include/stdio.h:46: /usr/include/sys/types.h:58:22: error: cannot combine with previous 'int' declaration specifier typedef unsigned int uint; /* Sys V compatibility */ ^ ./m68kcpu.h:75:25: note: expanded from macro 'uint' #define uint unsigned int ^ 1 error generated.
177 B
177 B
This is a modified copy of the Karl Stenerud's Musashi m68k emulator, available from https://github.com/kstenerud/Musashi. It's MIT licensed and so is compatible with the ACK.