Bugfix: use correct addressing mode for BIT variant

* How did this ever... ?
This commit is contained in:
Aaron Culliney 2014-02-22 19:19:51 -08:00
parent 442915b9cb
commit 8f9c2dcbde

View File

@ -796,7 +796,7 @@ op_BIT_abs:
// 65c02 : 0x34
op_BIT_zpage_x:
GetIndZPage
GetZPage_X
DoBIT
Continue