Bluemsx is present V9990 ?

By DanySoft

Champion (452)

Аватар пользователя DanySoft

19-05-2011, 22:17

Bluemsx supports V9990 ?
From Menu option, select Video output is present V9938 , but no V9990?

OpenMSX was already in the V9990, but Bluemsx? Tongue

Для того, чтобы оставить комментарий, необходимо регистрация или !login

By Manuel

Ascended (19273)

Аватар пользователя Manuel

19-05-2011, 22:52

Only openMSX emulates the GFX9000 (V9990) at the moment.

By DanySoft

Champion (452)

Аватар пользователя DanySoft

19-05-2011, 22:59

Okey, OpenMSX is present on V9990, but ...

PowerBASIC on Turbo R is full power. But not msx2 or msx2+....
.... and bluemsx have second window for debug and tranier but OpenMSX no....
Bye Tongue

By DanySoft

Champion (452)

Аватар пользователя DanySoft

19-05-2011, 23:01

OpenMSX have tranier found !
But not easy. ok .

Bye

By Creepy

Champion (335)

Аватар пользователя Creepy

20-05-2011, 22:11

openMSX also has a debugger (its a separate download)

By Manuel

Ascended (19273)

Аватар пользователя Manuel

20-05-2011, 22:27

PowerBASIC is turboR, but G-BASIC is also MSX2 and up.

By DanySoft

Champion (452)

Аватар пользователя DanySoft

20-05-2011, 23:25

Yes, G-BASIC is found with V9990 on MSX2, but OpenMSX have problem :
The Window is display one screen (MSX <-> v9990) use F10 and type

set videosource msx
set videosource gfx9000

openmsx have one key brief to fast swap screen ?

Tanks !

Big smile

By DanySoft

Champion (452)

Аватар пользователя DanySoft

21-05-2011, 00:06

Found soluzion :
use bind :
bind F6 "set videosource GFX9000"
bind F7 "set videosource MSX"

By DanySoft

Champion (452)

Аватар пользователя DanySoft

21-05-2011, 22:28

Ok, but hey, have this new only problem :

GPUT SPRITE is only to two sprite 32x32 but not 16x16 x 126 sprites !?

IF set GVDP for screen P1/P2 and GPUT SPRITE is not available or use GVPOKE
to set PUT SPRITE ?????

By Manuel

Ascended (19273)

Аватар пользователя Manuel

21-05-2011, 23:51

easier:

bind F6 "cycle videosource"