Category:G-BASIC
Description
G-BASIC is an MSX-BASIC extension that allows to use the Yamaha V9990 VDP in your own programs. It was developed in 1999 by Koen Van Hartingsveldt of Sunrise.
Most recent version (1.0), improved by Albert Beevendorp aka BiFi of The New Image group, has been released in 2011 and is available on the TNI website.
An MSX2 or higher computer with at least 128kB RAM and a disk drive is required. To avoid memory conflicts, it's recommended to start it with MSX-DOS2 enabled.
To install this extension, you just need to enter BLOAD"GBASIC.BIN",R
Instructions
This extension adds 29 new instructions, most of them refer to a standard MSX-BASIC instruction.
Note: GDRAW is not yet implemented.
Instruction | Generation |
---|---|
GBASE | MSX2 |
GBLOAD | MSX2 |
GBSAVE | MSX2 |
GCIRCLE | MSX2 |
GCLS | MSX2 |
GCOLOR | MSX2 |
GCOLOR= | MSX2 |
GCOPY | MSX2 |
GCOPY SCREEN | MSX2 |
GDRAW | MSX2 |
GLINE | MSX2 |
GPAINT | MSX2 |
GPOINT | MSX2 |
GPRESET | MSX2 |
GPSET | MSX2 |
GPUT SPRITE | MSX2 |
GSCREEN | MSX2 |
GSET ADJUST | MSX2 |
GSET IMAGE | MSX2 |
GSET PALETTE | MSX2 |
GSET PAGE | MSX2 |
GSET SCROLL | MSX2 |
GSET VIDEO | MSX2 |
GSPRITE$ | MSX2 |
GSTOP | MSX2 |
GVDP | MSX2 |
GVPEEK | MSX2 |
GVPOKE | MSX2 |
GWAIT | MSX2 |
Links
- G-BASIC 1.0 website where you can find the G-BASIC 1.0 package including corrected and updated manual
- Original G-BASIC manual