OSDN Git Service

[VM][FMTOWNS][MEMORY] Fix setup around memory banks by I/O 0404h and 0480h.
[csp-qt/common_source_project-fm7.git] / source / src / config.h
index 561dcf0..4d3d592 100644 (file)
@@ -164,9 +164,9 @@ typedef struct {
        #if defined(USE_SHARED_DLL) || defined(USE_VARIABLE_MEMORY)
        uint32_t current_ram_size;
        #endif
-       bool full_speed, drive_vm_in_opecode;
+       bool compress_state;
        int cpu_power;
-       bool full_speed;
+       bool full_speed, drive_vm_in_opecode;
 
        // recent files
        #if defined(USE_SHARED_DLL) || defined(USE_CART)