Changeset d6dc8dd in Readingame


Ignore:
Timestamp:
Apr 29, 2024, 7:22:50 PM (5 weeks ago)
Author:
PulkoMandy <pulkomandy@…>
Branches:
main
Children:
7778ea6
Parents:
9202152
Message:

Skip over AE opcode for now

Not sure what this does?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main.cpp

    r9202152 rd6dc8dd  
    10821082                                        break;
    10831083                                }
     1084                                case 0xAE:
     1085                                {
     1086                                        printf("TODO: unhandled opcode AE\n");
     1087                                        break;
     1088                                }
    10841089                                case 0xFC:
    10851090                                {
Note: See TracChangeset for help on using the changeset viewer.