jayzakk

Results 13 comments of jayzakk

I agree, should not break things. But there must bei something else, as the byte diff is not identical on my two examples. Most probably I have to disasm the...

I'm damn busy since that "C" thing, but may be able to help out with some testing (at weekends). For merges, I can help out. For (the more compex) release,...

4096 would be impossible in 12 bits, but 4095 should be the highest value ^^ I'd like to change the default in `wiring_analog.c` Old: ``` uint8_t analog_resbit = 0; uint8_t...

Ok, will PR it (was thinking I already did so LOL)

I think I already found it... The ADC prescaler in ADCSRA (ADPS[2:0]) is set to 7, which is the Atmega default (sysclk/128). (datasheet): By default, the successive approximation circuitry requires...

As a github noob, I accidently opened the pull request as new iss #32 Sorry for that.

I don't have a Mac, only Windows and Ubuntu. And I never tried to compile it, thinking it is working as committed. Should I take a look into?

Yes, this special performance function should be limited to the P variant, so the ifdef has to change :/ The D variant has to be treated equal to a real...

For me: unplayable :-( FPS drops down at the intro video including stuttering/async audio: ![grafik](https://user-images.githubusercontent.com/4440984/107839475-6e769600-6dac-11eb-8c67-1c1afb2ab3b7.png) And the first play szene to around 0 (ZERO) with the "more complex" background: ![grafik](https://user-images.githubusercontent.com/4440984/107839486-7f270c00-6dac-11eb-90a9-28bee0ba0008.png)...

@gdkchan , thanks for super fast response. Linux is not an option for me :-/ I tried to find an older release without the possible regression to sort this out,...