Editing Talk:PS1 Emulation
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 241: | Line 241: | ||
if ( cfg_command - 1 <= 0x3B ) // max cfg nr 0x3C | if ( cfg_command - 1 <= 0x3B ) // max cfg nr 0x3C | ||
{ | { | ||
v245 = cfg_command >> 28; // | v245 = cfg_command >> 28; // Weird. Maybe leftover from 0xX0000000 commands or something. | ||
if ( low_rev || v245 || cfg_command == 2 )// cfg 2 unsupported (replaced in later PSIMG rev with subchannel data), or old config rev, or v245. | if ( low_rev || v245 || cfg_command == 2 )// cfg 2 unsupported (replaced in later PSIMG rev with subchannel data), or old config rev, or v245. | ||
{ | { |