remove dac hack, no longer needed since r2065

This commit is contained in:
dinkc64 2014-11-07 07:08:45 +00:00
parent b9d402f644
commit 5856511af3
1 changed files with 3 additions and 2 deletions

View File

@ -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;