A7800Hawk: Fix exception

This commit is contained in:
alyosha-tas 2017-08-27 09:55:12 -04:00 committed by GitHub
parent 4b520f2a8b
commit a83474d255
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
tia.Execute(0);
// even though its clocked seperately, we sample the Pokey here
pokey.sample();
if (is_pokey) { pokey.sample(); }
}
// tick the m6532 timer, which is still active although not recommended to use