sf2b2 (and similar) - hookup Scroll 2 X Write

This commit is contained in:
Barry Harris 2018-02-05 12:09:05 +00:00
parent 4d28ff1f18
commit f271a821ce
1 changed files with 2 additions and 1 deletions

View File

@ -16380,7 +16380,8 @@ void __fastcall Sf2mdtaWriteWord(UINT32 a, UINT16 d)
}
case 0x708114: {
// ???
// scroll2 x
*((UINT16*)(CpsReg + 0x10)) = BURN_ENDIAN_SWAP_INT16(d);
return;
}