marcIhm / yabasic

Yabasic - A simple Basic interpreter for Unix and Windows
http://www.yabasic.de
MIT License
90 stars 17 forks source link

Support for PS2 Yabasic commands #58

Closed viki-t-s closed 1 year ago

viki-t-s commented 1 year ago

I recently discovered yabasic. So when searching for Yabasic samples on the net, i came across this webpage YA Basic Resources. But was unable to run some of these programs due to errors. I eventually found that it was variant of Yabasic used on the PS2. Main feature is it supports Multiple Buffers. So far, I came across three commands which are available in that but not in regular Yabasic, Setrgb (partially met by the colour and backcolour commands), setdrawbuf (sets draw buffer), setdispbuf (sets display buffer). gtriangle (draw a gradient filled triangle). I cannot find any replacements for these. Is it possible to support the commands from that variant?

I found this PS2 Yabasic reference which is rather compact at just 11 pages. Reference

viki-t-s commented 1 year ago

Didn't realise this was raised earlier. Closing as it is a duplicate issue of #39