Merge pull request #22 from iimarckus/decimal1

Decimal1
This commit is contained in:
Bryan Bishop
2012-07-08 23:25:49 -07:00
4 changed files with 3299 additions and 2050 deletions

View File

@@ -164,7 +164,7 @@ temp_opt_table = [
[ "INC L", 0x2c, 0 ],
[ "INC SP", 0x33, 0 ],
[ "JP C, ?", 0xda, 2 ],
[ "JP HL", 0xe9, 0 ],
[ "JP [HL]", 0xe9, 0 ],
[ "JP NC, ?", 0xd2, 2 ],
[ "JP NZ, ?", 0xc2, 2 ],
[ "JP Z, ?", 0xca, 2 ],