Hi.
I'm experiencing some troubles with gfx9000 (emulated on OpenMSX), using GBASIC.
The GBASIC manual says that we can set the image space, according to the command GSET IMAGE = ???
In the manual, the layout shows that each page has 256 lines (even only 212 can be shown).Hi.
I'm experiencing some troubles with gfx9000 (emulated on OpenMSX), using GBASIC.
The GBASIC manual says that we can set the image space, according to the command GSET IMAGE = ???
In the manual, the layout shows that each page has 256 lines (even only 212 can be shown). That's ok.
But if you try to create a image using the whole space (for GSCREEN 13, IMAGE = 512), which says that we have a full image of 512 x 1024 pixels, the last lines seems to invade a 'reserved area', causing some problems.
The question is: is there a reserved area in GVRAM for GBASIC?
Thanks.