Add a few Amiga games corrections and todos
svn-id: r7238
This commit is contained in:
parent
48293bd132
commit
5c987fac47
3 changed files with 35 additions and 23 deletions
|
@ -39,7 +39,7 @@ byte *SimonState::dumpOpcode(byte *p) {
|
|||
return NULL;
|
||||
if (_game == GAME_SIMON1DOS || _game == GAME_SIMON1DEMO) {
|
||||
st = s = simon1dos_opcode_name_table[opcode];
|
||||
} else if (_game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN) {
|
||||
} else if (_game == GAME_SIMON1CD32 || _game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN) {
|
||||
st = s = simon1talkie_opcode_name_table[opcode];
|
||||
} else if (_game == GAME_SIMON2TALKIE || _game == GAME_SIMON2WIN) {
|
||||
st = s = simon2talkie_opcode_name_table[opcode];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue