Search results
Tweetable MSX Basic game
Score: 108.91 %,
Type: Forum topic , Comments: 11 comments
1screen1:keyoff:input"1-32";b:width32:fori=0to0step0:s=s+1:ifvpeek(6144+x)=42thenscreen0:print"score:"selsevpoke6144+x,2:locaternd(1)*b,23:print"*":a=stick(0):ifa=7thenx=x-1-(x<1):nextelseifa=3thenx=x+1+(x>b-2):nextelsenext
Below are the two tweetable versions:
- An oneliner with a length of 119 characters ...
1screen1:width32:fori=9to9:locaternd(1)*32,23:?"*":x=x+(i=8)-(i=4)and31or6144:ifvpeek(x)=32thenvpokex,2:i=stick(0):next
You can find a tweet of this version, including a screenshot over here: ...
1screen1:width32:x=16:fori=9to9:locaternd(1)*32,23:?"*":x=x+(i=8)-(i=4)and31or6144:ifvpeek(x)=32thenvpokex,2:s=s+1:i=stick(0):nextelsecls:?s
Please, don't take this too seriously: it is just for fun. Enjoy! :-)
Hahaha, ...
Oldschool Arcade Project
Score: 93.65 %,
Type: Forum topic , Comments: 10 comments
Hey,
About 7 years ago I quitted programming in MSX-basic, after some reading and researching the MSX-flu striked me again, and I'm re-learning my basic-skillz. I'm thinking of making old-school arcade games in MSX-basic and release them ...
MSX stuff....
Score: 92.15 %,
Type: Forum topic , Comments: 7 comments
Op de PC maak ik af en toe wel psychedelisch werk, kijk maar eens op: ...
romu6s8u needed
Score: 167.83 %,
Type: Forum topic , Comments: 1 comment
im looking for the romu6s8u rom, which allows fuse to convert zx spectrum games to msx1. or the whole fuse package. i cant find either of them online, could someone help?
Have you looked on the blog Have you looked on the blog site? Here. ...
not sure how romu6s8u rom works
Score: 167.84 %,
Type: Forum topic , Comments: 0 comments
how do i modify fuse? the instructions arent that clear. and what does the profiler do?
(Development) ...
DevCon 04/05 - Winter Edition?
Score: 95 %,
Type: Forum topic , Comments: 2 comments
Sometime ago, during the DevCon Summer '04 edition, it was very likely a winter edition was to be held. Any suggestions? Or should I/we wait till next summer?
I was aiming on some moment between Oss and 'Tilbeurs' (if a I ...
Wicked bug in NBASIC?
Score: 96.79 %,
Type: Forum topic , Comments: 8 comments
to left
110 '-- add a piece of the next letter to show
120 IF TIME=0 THEN 120
130 TIME=0: GOTO ... the interrupts are (apparently) kept disabled:
' V(0) - some variable, counting down from 256, step 8
' When V(0)=176, fill VRAM block 0, with byte '0', starting from &HC500, 512 bytes ...
HiTech C compiler extravaganza
Score: 99.73 %,
Type: Forum topic , Comments: 15 comments
and add these lines:
unix ln -s $PWD $DOSTMP/pwd
e:
cd pwd
unix -e
k0ga: thanks! At the moment I use DOSBOX, which works perfec k0ga: thanks! At the moment I use DOSBOX, which works ... HiTech C?
[quote]k0ga: thanks! At the moment I use DOSBOX, which works k0ga: thanks! At ...
PSG+SCC Player V3.8 samples.
Score: 99.43 %,
Type: Forum topic , Comments: 23 comments
for Siclair ZX spectrum and Amstrad CPC.
http://augusto.ruiz.googlepages.com/WYZTracker.0.2.19.rar
Note: Framework 2.0 or higher required.
@DemonSeed: Yes, before that I entered the tones manually ...
http://www.cpcwiki.com/forum/index.php/topic,125.0.html
Thanks for sharing!!!
Looks very interesting. Hope to see Thanks for sharing!!! ...
More TMS9918A problems selecting hybrid video modes.
Score: 97.25 %,
Type: Forum topic , Comments: 12 comments
Selecting - Bitmap multicolor mode:
SCREEN 1
DI
VBlank
VDP(0)=&BXXXXXX1X ; M3=on
VDP(1)=&BXXXX10XX ; M1=on,M2=off
VDP(3)=&B10000000 ; color table at &H2000/&h40 bytes
VDP(4)=3 ; pattern table 0000-8000-1000
VBLANK
...
Pattern ...
