remove dac hack, no longer needed since r2065
This commit is contained in:
parent
b9d402f644
commit
5856511af3
|
@ -138,8 +138,9 @@ void DACSignedWrite(INT32 Chip, UINT8 Data)
|
|||
if (Chip > NumChips) bprintf(PRINT_ERROR, _T("DACSignedWrite called with invalid chip number %x\n"), Chip);
|
||||
#endif
|
||||
|
||||
if (Data == 0x77 || Data == 0x7f || Data == 0x80)
|
||||
return; // HACK: buzzing fix (armed formation, terra cresta, Soldier Girl Amazon, & possibly others.)
|
||||
//as of nov.7 2014 no longer needed, keeping just in-case :)
|
||||
//if (Data == 0x77 || Data == 0x7f || Data == 0x80)
|
||||
// return; // HACK: buzzing fix (armed formation, terra cresta, Soldier Girl Amazon, & possibly others.)
|
||||
|
||||
struct dac_info *ptr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue