Search results
SCC-I hidden potential unlocked?
Score: 139.86 %,
Type: Forum topic , Comments: 54 comments
and try ?USR(x) with x in 0-12 to play speech on SCC channels (up to 4 samples at the same time ... is transposed to an offset (0-31) for readout of another wave form (modulator). But it works at 60Hz (on ISR) so ...
When you spend a full day tracking down a bug :-( Bug in SDCC 4.0?
Score: 139.16 %,
Type: Forum topic , Comments: 33 comments
When you spend a full day tracking down a bug :-( Bug in SDCC 4.0?
You trust the compiler - ... ].uFileIndex[ 0 ];
for( n=0;n<4;n++ )
pr( x );
*/
for( n=0;n<4;n++ )
pr( p[ 5 ].uFileIndex[ 0 ] );
}
void main(void)
{
unsigned char n;
SpriteMap p[ HOW_MANY ];
for( ...
Ren-sha autofire not working (but LED flashes)
Score: 139.13 %,
Type: Forum topic , Comments: 3 comments
I've recently acquired a Sony HB-F1XV but it's ren-sha autofire isn't having any effect, apart from a flashing LED. The seller offered to send spare parts and suggested opening it up to see what is going on, but I'm afraid I ...
Just a question about assemblers
Score: 139.2 %,
Type: Forum topic , Comments: 9 comments
Is there an assembler that can create a file containing only the labels and the address corresponding to each in the following format when we assemble a source code?
LabelName equ address
LabelName2 equ address2
. . .
. . ...
