implement mapping table

contails pointer bug
This commit is contained in:
2025-05-15 21:57:52 +02:00
parent 5253648cfb
commit 33af2cfb49
6 changed files with 38 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ TARGET = Parafraktor
# debug build?
DEBUG = 1
# optimization
OPT = -Og
OPT = -O0
#######################################