Hi
I write Basic graphics program ..
10 screen 3 : circle (100,100) , 90 . 7
20 goto 20
haw can I save the result on disk as image file ?
Login or register to post comments
Hi
I write Basic graphics program ..
10 screen 3 : circle (100,100) , 90 . 7
20 goto 20
haw can I save the result on disk as image file ?
15 BSAVE "FILENAME.GRP",S
Thanks piter , sorry it is not work ..gevs me
Syntax error in 15 ...
IIRC BSAVE,S only works on >MSX2.
If you want to use BSAVE instruction, you also have to give begin and end addresses of the video ram you want to save. So something like BSAVE"test.pic",&H0,&HFFFF,S
But please only BSAVE the videoram you need to save....So enter the correct addresses......
Now there will be no Syntax Error
Furthermore, you could also copy a certain part of the screen to a file with COPY (xstart,ystart)-(xend,yend) to "test.pic"
bsave,s works on msx1 with diskrom
Don't you have an account yet? Become an MSX-friend and register an account!