tom-seddon / b2

BBC Micro emulator for Windows, OS X, and Linux
114 stars 13 forks source link

Irrelevant `BBCMicroUpdateFlag` values in Final build #353

Closed tom-seddon closed 1 month ago

tom-seddon commented 4 months ago

BBCMICRO_DEBUGGER and BBCMICRO_TRACE are both 0, making some of the flags are irrelevant.

But GetNormalizedBBCMicroUpdateFlags doesn't take this into account, so there's more stuff built than necessary!

tom-seddon commented 4 months ago

As with anything Final build related: https://github.com/tom-seddon/b2/issues/125