Not worth any mention: fixed wrong experimental code which broke more than expected

This commit is contained in:
Fabio Priuli 2009-08-08 20:43:29 +00:00
parent ea23fba274
commit fa30b49348

View File

@ -466,12 +466,12 @@ struct SNES_PPU_STRUCT
UINT8 repeat; UINT8 repeat;
UINT8 hflip; UINT8 hflip;
UINT8 vflip; UINT8 vflip;
UINT16 matrix_a; INT16 matrix_a;
UINT16 matrix_b; INT16 matrix_b;
UINT16 matrix_c; INT16 matrix_c;
UINT16 matrix_d; INT16 matrix_d;
UINT16 origin_x; INT16 origin_x;
UINT16 origin_y; INT16 origin_y;
} mode7; } mode7;
UINT8 mosaic_size; UINT8 mosaic_size;
UINT8 main_color_mask; UINT8 main_color_mask;