From 750cd23d7afac165502defa1d259ace00ca0e414 Mon Sep 17 00:00:00 2001 From: dweller Date: Wed, 26 Mar 2025 20:37:01 +0200 Subject: clean up chip-8 into its own file --- sources/meta/undef.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sources/meta/undef.c') diff --git a/sources/meta/undef.c b/sources/meta/undef.c index 1863e9b..01ce25f 100644 --- a/sources/meta/undef.c +++ b/sources/meta/undef.c @@ -1,3 +1,6 @@ +#undef X_C8_PRELUDE +#undef X_C8_EPILOGUE + #undef X_C8_ILL #undef X_C8_CLS #undef X_C8_RET -- cgit v1.2.3