From ad5aa6e52f664bc9f57d3f42b8637610b4c41091 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 30 Jun 2025 00:18:59 +0200 Subject: [PATCH] Attempt to undefine wait to avoid the conflicts on Mac. --- src/cpu/808x.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cpu/808x.c b/src/cpu/808x.c index dda688ee1..62c8395af 100644 --- a/src/cpu/808x.c +++ b/src/cpu/808x.c @@ -297,6 +297,10 @@ fetch_and_bus(int c, int bus) } } +#ifdef wait +#undef wait +#endif + static void wait(int c, int bus) {