load V9990 basic and xbasic

Por jepmsx

Master (253)

imagem de jepmsx

03-01-2023, 10:14

Hi!
I recovered the files from my SCSI drive and there were some files that used the basic for V9990.

Unfortunately my memory is not good enough to recall how to load them. I've been looking in the documentation that I have with the graphics9000 but it tells the specifications of the card and the new basic commands. I've also been browsing and I've found the same kind of information.

I know that there are two different basics, the one with the new set of commands and its kun version. But I don't know which files are and if they need special address in the bload command.

Any help will be welcomed.

Entrar ou registrar-se para comentar

Por Jipe

Paragon (1614)

imagem de Jipe

03-01-2023, 10:47

Por jepmsx

Master (253)

imagem de jepmsx

03-01-2023, 12:00

I've followed the link and there is the information about the gfx9000. In that link, the basic I'm looking for is named PowerBasic and I can find the information about the commands and the specifications of gfx9000.

But I was looking for the binary to be loaded. In the directory where my files are I can see candidates like: V9SUB, VDXBAS2.COM, V9XBAS3.COM and V9XBAS4.BIN. I've tried them without success. This is why I was looking for the right binary to be loaded.

Por Jipe

Paragon (1614)

imagem de Jipe

03-01-2023, 13:07

here is the loader named V9990.LDR

10 '***
20 '*** Gfx 9900 BASIC and XBASIC loader.
30 '*** Only for MSX TURBO R !!!
40 '***
50 '*** Converted by Henrik Gilvad 1993-94
60 '***
70 CLEAR200,&HD000:A=&HD000Big smileEFUSR=ABig smileEFUSR1=&HD041
80 READA$:IFA$<>"$"THENPOKEA,VAL("&H"+A$):A=A+1:GOTO80
90 A=USR1(&H81) 'Switch to MSX rom
100 SCREEN8:BLOAD"V9xbas4.bin",S:A=USR(2) 'V9990-XBASIC
110 BLOAD"V9MAIN.BIN",S:A=USR(&HFC) 'V9990-Mainrom
120 BLOAD"V9SUB.BIN",S:A=USR(&HFE): 'V9990-Subrom
130 SCREEN0:A=USR1(&H82) 'Init V9990 basic
140 VDP(8)=130:COLOR15,4,4:WIDTH64:SCREEN0
150 VDP(16)=PEEK(&HFFF1):OUT&H6F,0TongueOKE&HFCC9+49,32
160 DATA 21,00,00,CD,50,00,F3,3E,81,CD,80,01,F3,3A,F8,F7
170 DATA D3,FE,21,00,80,01,00,40,DB,98,77,23,0B,78,B1,20
180 DATA F7,3A,F8,F7,3C,D3,FE,21,00,80,01,00,40,DB,98,77
190 DATA 23,0b,78,B1,20,F7,3E,01,D3,FE,21,00,00,CD,50,00
200 DATA C9,3A,F8,F7,C3,80,01,$

Por jepmsx

Master (253)

imagem de jepmsx

03-01-2023, 14:01

Great! This is what I was looking for. Thanks a lot!