Win32 PS2 YaBasic Port
| Contains executable to allow you to run PlayStaion2 programs programmed in YaBasic
as well as links, an FAQ and sample programs. [Open Source] |
WIN32 PS2 YaBasic Emulator
| PS2 YaBasic Emulator: Frequently Asked Questions. Why doesn't ... work?
Typically because it is either not implemented or broken. ... |
WIN32 PS2 YaBasic Emulator
| circles, no image, Tests drawing both filled and outlined circles. download (291
bytes) · view. clearwindow, no image, Tests the clear window functionality. ... |
WIN32 PS2 YaBasic Emulator
| Download: Win32 PS2 YaBasic Emulator. The project has moved to
http://sourceforge.net/projects/win32yabasic/. Latest downloads, release notes
and source ... |
WIN32 PS2 YaBasic Emulator
| Project Links. SourceForge rocks! Win32 YaBasic Status Page · Win32 YaBasic Home ·
General mailing list (subscribe/unsubscribe/. ... |
WIN32 PS2 YaBasic Emulator
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ... |
rem ********************************************************* rem ...
| rem ********************************************************* rem rem PONG -
Classic pong game rem rem Author: Pieter-Bas IJdens rem ... |
rem Rotating Triangle Example rem rem Copyright (C) 2001 PB IJdens ...
| rem Rotating Triangle Example rem rem Copyright (C) 2001 PB IJdens rem Released
under the GNU Public License (GPL) main() sub main() init_scene() ... |
beep open window 640, 512 setrgb 0, 127, 127, 127 clear window ...
| beep open window 640, 512 setrgb 0, 127, 127, 127 clear window setrgb 1, 0, 0,
255 setrgb 2, 0, 255, 0 setrgb 3, 255, 0, 0 triangle 5, 5 to 5, 35 to 35, ... |
open window 640512 zc=12 hm=zc+10 draw=1 setrgb 0, 0, 0, 255 ...
| open window 640512 zc=12 hm=zc+10 draw=1 setrgb 0, 0, 0, 255 setrgb 3, 255, 0,
0 for xc=-100 to 190 step 10 yc=100 if(200 -xc) > 11 then zc=200-(xc/2) ... |