Awesome! Thanks! Enjoy a beer! ;)
My encoder was behaving perfectly in 1.9g but in 1.9h, not so much :s
I will definitely invert the shift behavior as it seems backwards for the way I use it,,,
I'll try the test mode....
2nd edit: don't frget to run cmd as admin, dummy ;)
edit: so I'm trying to compile the ASM file with test mode enabled.
I followed the toolchain tutorial in the wiki, set path, modified makefile to only compile sammichSID
but when I do MAKE, I get a bunch of errors:
[...]
./include/asm\macros.h:61:Error[113] Symbol not previously defined (GIE)
./include/asm\macros.h:65:Error[113] Symbol not previously defined (INTCON)
./include/asm\macros.h:65:Error[113] Symbol not previously defined (INTCON)
./include/asm\macros.h:65:Error[113] Symbol not previously defined (GIE)
./src\sidplay.inc:438:Error[113] Symbol not previously defined (STATUS)
./src\sidplay.inc:438:Error[113] Symbol not previously defined (STATUS)
./src\sidplay.inc:438:Error[113] Symbol not previously defined ©
./src\sidplay.inc:439:Error[113] Symbol not previously defined (BANKED)
[...]
This is but a small extract of a command window overflowing with errors
Any clue what is wrong? I have no prior compiling experience so it might be something stupid.
thanks