OSDN Git Service

[COMMON] Fix unaligned SIMD variables.Fix crash built with "-msse2" at Win32.
[csp-qt/common_source_project-fm7.git] / source / src / vm / z80tvgame / memory.h
index 83c0b9a..1947346 100644 (file)
@@ -30,7 +30,8 @@ private:
        uint8_t* rbank[16];
        
        bool inserted;
-       
+
+       __DECL_ALIGNED(32) _bit_trans_table_scrn_t pixel_trans_table;
 public:
        MEMORY(VM_TEMPLATE* parent_vm, EMU* parent_emu) : DEVICE(parent_vm, parent_emu)
        {