Opens profile photo
Follow
Paulo Peccin
@ppeccin
Sao Paulo - Brazilwebmsx.orgJoined July 2009

Paulo Peccin’s Tweets

テストプログラムがあまりにも素っ気ない(というか画面表示をまるでしていない)ので、どのキーでどの音がなるか表示してみました。 ほんとは押したキーの左に「>」を表示したかったんだけど、何故かうまく行かなかったので、明日リベンジします…(´-ω-`) webmsx.org/?MACHINE=MSX1J
Image
1
16
Show this thread
#MSX)Mandelbrot set X-BASIC on MSX turboR. (SCREEN 5) msxpen.com/codes/-MdTWI4E #MSXPen #WebMSX #BASIC Source code by Andrew McRae.
Image
Quote Tweet
Replying to @fesh0r @KaySavetz and @PCBASICBot
{QB99S40} SCREEN 7:DEFLNG A-Z:m=4096 x%=0:FOR i=-8078TO 2714STEP 38 y%=0:FOR j=0TO 4794STEP 51 a=0:b=0:u=0:v=0 FOR c%=1TO 15 z=a*b\m:b=z+z+j:a=u-v+i:u=a*a\m:v=b*b\m IF u+v>16384THEN EXIT FOR NEXT IF c%<16THEN PSET(x%+15,99-y%),c%:PSET(x%+15,99+y%),c% y%=y%+1:NEXT x%=x%+1:NEXT
1
10
Show this thread
RAM Mapper extension works normally on WebMSX for all machines. It's just not on by default on MSX1 but can be activated and will be self-initialized, and boot normally. You can also insert the mapper on one of the Cartridge slots if you change the config
1
9
Show this thread