This commit is contained in:
Michaël Banaan Ananas 2014-02-06 05:07:57 +00:00
parent a0b5291504
commit cf4ab14dc4
2 changed files with 883 additions and 1040 deletions

File diff suppressed because it is too large Load Diff

View File

@ -164,7 +164,7 @@ private:
UINT32 do_sub(UINT32 a, UINT32 b, UINT32 c);
void test_nz16(UINT16 v);
void do_jsr(UINT32 to, UINT32 ret);
void do_branch(int offset, bool state);
void do_branch(bool state);
};