Commit 822f4e8
authored
Note OBJ_TRN and TEST_EN do not work on any SGB retail unit (#657)
* Note OBJ_TRN does not work on any SGB retail unit
This is easily confirmed with disassembly (the OBJ_TRN handler is an immediate rts on all SGB revisions). Some (but not all) beta SGB BIOS revisions appear to not have this rts and thus appear to have the command functional.
* Note TEST_EN does not work on any SGB retail unit
Same deal with OBJ_TRN, this is easily confirmed with disassembly (the TEST_EN handler is an immediate rts on all SGB revisions). Some (but not all) beta SGB BIOS revisions appear to not have this rts and thus appear to have the command functional.1 parent 2d49d59 commit 822f4e8
2 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | | - | |
115 | | - | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
0 commit comments