Removed excess CRTC masking from several graphics cards;

Reverted two dynarec files to their PCem versions - fixes Sensible Soccer.
This commit is contained in:
OBattler
2018-02-03 03:19:12 +01:00
parent ccb5fdf563
commit 2707de9925
10 changed files with 20 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
static uint32_t ropMOVQ_q_mm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock_t *block)
{
int host_reg1 = 0, host_reg2 = 0;
int host_reg1, host_reg2;
MMX_ENTER();