Renamed the three CPU folders to their final names.

This commit is contained in:
OBattler
2020-06-13 10:54:05 +02:00
parent 395537070b
commit 60ba71cb4b
197 changed files with 9 additions and 32694 deletions

View File

@@ -76,9 +76,9 @@ STUFF :=
# -DENABLE_NEAT_LOG=N sets logging level at N.
# -DENABLE_PIIX_LOG=N sets logging level at N.
# -DENABLE_SIO_LOG=N sets logging level at N.
# cpu/, cpu_common/, cpu_new/ logging:
# codegen/, codegen_new/, cpu/ logging:
# -DENABLE_X86SEG_LOG=N sets logging level at N.
# cpu_common/ logging:
# cpu/ logging:
# -DENABLE_386_LOG=N sets logging level at N.
# -DENABLE_386_COMMON_LOG=N sets logging level at N.
# -DENABLE_386_DYNAREC_LOG=N sets logging level at N.

View File

@@ -3,7 +3,7 @@
#include <86box/mem.h>
#include <stddef.h>
#include "../cpu_common/x86_ops.h"
#include "x86_ops.h"
/*Handling self-modifying code (of which there is a lot on x86) :

Some files were not shown because too many files have changed in this diff Show More