tonioni / WinUAE

WinUAE Amiga emulator
http://www.winuae.net/
528 stars 86 forks source link

cputest: make ccr_mask usable #209

Closed michalsc closed 2 years ago

michalsc commented 2 years ago

Until now the -ccrmask option was allowed to be either 0x00 or 0xff only, all other variants were non-working and caused error regardless if given CCR bit was masked or not.

Now the ccr_mask variable is used during validation tests too, so that only the unmasked bits of CCR are actually tested.