Open felipesanches opened 7 years ago
I don't know why does the another_world_state::copyVideoPage method have this conditional:
/* The actual meaning of this conditional needs to be clarified: */ if (srcPageId < 0xFE && ((srcPageId &= 0xBF) & 0x80)) {
This may be related to issue #2
I don't know why does the another_world_state::copyVideoPage method have this conditional: