Search results
Help getting a homebrew v9958 to work
Score: 140.38 %,
Type: Forum topic , Comments: 16 comments
a solid color of whatever is in the palette register 0. I can also access the status registers and print ...
blank green screen
In my current code on github, I put the color green into palette 0 ... my code does is set the video mode, set up registers 0, 1, 8 and 9, set palette registers, set ...
Selling my Carnivore2
Score: 140.43 %,
Type: Forum topic , Comments: 4 comments
Bought it in the previous batch I think but I've hardly used it, preferring my GR8NET. I'm selling it for €50 excl. postage.
Reserved Reserved
That was way too cheap! I That was way too cheap! I would have offered more than ...
SCC-I hidden potential unlocked?
Score: 141.13 %,
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: 140.43 %,
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: 140.4 %,
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: 140.47 %,
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
. . .
. . ...
Small MSX1 BIOS
Score: 140.47 %,
Type: Forum topic , Comments: 9 comments
Hi all
Anybody knows if exist a BIOS without basic ?
I know CBIOS but its size is 32Ko and I need a smaller one.
Thanks
it's 32kB because there are a it's 32kB because there are a few stubs in the basic part. The second 16kB ...
Redim an array in MSX basic
Score: 140.39 %,
Type: Forum topic , Comments: 3 comments
"grp:" FOR OUTPUT AS#1
30 DIM FA$(15)
40 DEFINT I:DEFINT U:DEFINT P:C=0
50 FM$="????????.???"
60 DA$="0E11110E12C51100C10E1ACD7DF3C11180C0CD7DF332F8F7C9"
70 AD=&HC080:POKE AD,0'Drive: 0=Default, 1=A: 2=B: ... 8=H
80 FOR I=1 TO 12:AD=AD-(I<>10):POKE AD,ASC(MID$(FM$,I,1)): NEXT ...
DOS2 disk routines from BASIC, should it work?
Score: 140.35 %,
Type: Forum topic , Comments: 2 comments
I am trying to read a file using the DOS2 'open file handle', 'read from file handle' and 'close file handle' from BASIC (using assembly) by calling 0f37dh. So far I only get ... tried full path (e.g. 'c:\path\to\file.ext',0) or file name only 'file.ext',0 ...
RAM between slots 0-0 and 0-2
Score: 140.34 %,
Type: Forum topic , Comments: 15 comments
is becuase some converted ROM games are bloaded at &h4000 which in my MSX AX-200 is in slot 0-2 (which ... to may be activate slot 0-2 RAM so that when Bload "CAS:",r is run, it will load the data ... from pc..
Now on machines with ram being on slot 0-0 and slot 0-2, how can we make basic bload ...
