diff options
author | dweller <dweller@cabin.digital> | 2025-03-26 20:37:01 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2025-03-26 20:37:01 +0200 |
commit | 750cd23d7afac165502defa1d259ace00ca0e414 (patch) | |
tree | ff28a5649a4ba2b19a93c924536634106b65816e /sources/meta/undef.c | |
parent | 202712187e6ea7ce39dafad744c1e729e5279db6 (diff) |
clean up chip-8 into its own file
Diffstat (limited to 'sources/meta/undef.c')
-rw-r--r-- | sources/meta/undef.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |