More simon 2 targets (amiga/mac ports)
svn-id: r6396
This commit is contained in:
parent
905d6b6008
commit
8b9e8cb812
7 changed files with 13 additions and 7 deletions
|
@ -42,7 +42,7 @@ byte *SimonState::dumpOpcode(byte *p)
|
|||
st = s = simon1dos_opcode_name_table[opcode];
|
||||
} else if (_game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN) {
|
||||
st = s = simon1talkie_opcode_name_table[opcode];
|
||||
} else if (_game == GAME_SIMON2TALKIE || _game == GAME_SIMON2WIN) {
|
||||
} else if (_game == GAME_SIMON2TALKIE || _game & GAME_SIMON2WIN) {
|
||||
st = s = simon2talkie_opcode_name_table[opcode];
|
||||
} else {
|
||||
st = s = simon2dos_opcode_name_table[opcode];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue