Editing POPS
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 59: | Line 59: | ||
12 = While this bit is used in Timers event related function, it's really affecting SPU code. When bit is active SPU related internal counters are not updated. | 12 = While this bit is used in Timers event related function, it's really affecting SPU code. When bit is active SPU related internal counters are not updated. | ||
Worth to add that mentioned SPU counters are also not updated if currently checked Timer counter is 0x4000 or lower at this point, | Worth to add that mentioned SPU counters are also not updated if currently checked Timer counter is 0x4000 or lower at this point, | ||
but are updated for example on applying volume by cdr register write... Seems to be very specific hack. | but are updated for example on applying volume by cdr register write... | ||
Seems to be very specific hack, probably affecting only one game or game engine. | |||
13 = Cdrom related setting. When enabled max_disc_lba_without_lead_out is used instead of second_track_lba in one function. | 13 = Cdrom related setting. When enabled max_disc_lba_without_lead_out is used instead of second_track_lba in one function. | ||
This config practically does what cdda enabler plugin did, same branch that is patched by cdda enabler is forced to be true here. | This config practically does what cdda enabler plugin did, same branch that is patched by cdda enabler is forced to be true here. |