Search results
Screen 4 - Something completely different.... eh, for me
Score: 115.16 %,
Type: Forum topic , Comments: 45 comments
if i have the map data in page 2 (screen 5)
the pointer is in (0,0)
then at vblank I
1) switch to screen 5
2) copy (0,0)-(32,24),2 to (0,0),0 ;this means copy the map screen the pointer ... when the character moves right, the next frame I:
1) switch to screen 5
2) copy (2,0 ...
Still some "Snow"/random pixels appearing in play
Score: 109.68 %,
Type: Forum topic , Comments: 5 comments
I have a little bug.
At an endboss routine i wrote; random pixels appear in screen.
I use 3 linesplits, and an interrupt at vblank.
I DONT use r18 at all. The screen does not scroll. R#18's value is always 0.
First linesplit is at y=20,
the second and third change between these values. ...
Who wants to make main sprites for SM2 ?
Score: 109.58 %,
Type: Forum topic , Comments: 137 comments
is on which colornumber?
so I need a list like:
0: 0 0 0
4: 7 7 7
5: 7 7 0
etc.
I can try ...
color 09: 0,0,0 black
color 10: 1,1,7 blue
color 11: 7,7,7 white
color 12: 3,3,3 dark grey
color 13: 4,4,5 light grey
color 14: 7,7,0 yellow
color 15: 7,0,0 red
hm.. ...
Playing music while loading from Sunrise IDE
Score: 109.64 %,
Type: Forum topic , Comments: 43 comments
using www.google.com is v0.08. I And the version you'll find using www.google.com is v0.08. It's outdated. Latest release (I know of) is v0.10. Send me an e-mail norakomi and I send you the file. ... And the version you'll find using www.google.com is v0.08. It's outdated. Latest release ...
Looking for Omega
Score: 109.58 %,
Type: Forum topic , Comments: 3 comments
High
Im looking for people who are (or were) in the MSX Omega team.
Can anybody help me with this??
thanx
I don't know an Omega team, but there's Tristan Zondag used I don't know an Omega team, but there's ...
can I connect a PC monitor to my MSX?
Score: 109.56 %,
Type: Forum topic , Comments: 3 comments
If I would like to connect a pc monitor to my msx (Yesterday I crashed my 3d TV),
what kindof cables do I need ? and is this possible ?
Yes you can with a scandoubler. But that's an expensive solu Yes you can with a scandoubler. But ...
Docopy question
Score: 109.6 %,
Type: Forum topic , Comments: 7 comments
I copy a large piece of grahx into the screen.
NX=50
NY=50
DX=240
DY=100
Dpage=0
Then you see in page 0 from (240,100)-(255,149) this piece of graphx.
So basically the NX ...
or in the top.
When I copy a big piece of grapx to page 0 at (almost) the bottom of the screen, ...
what about these instructions:
Score: 109.87 %,
Type: Forum topic , Comments: 17 comments
LD BC,&H0101
LDIR
LD A,&HD0
LD I,A
IM 2 ...
switch page 0 from ROM to RAM and rewrite the interrupt handler at address 0038h
It's not really ...
Auf wiedersehen monty
Score: 109.52 %,
Type: Forum topic , Comments: 31 comments
section of MRC.
Poke, it's in the demo from Impact "Impaccen en wegwezen in Poke, it's in the demo from Impact "Impaccen en wegwezen in the mirror scroll.
Great composer, ...
16 bit life-counter
Score: 109.46 %,
Type: Forum topic , Comments: 15 comments
I want to have a routine that decreases a 16 bit value, and gives a flag when 0 is reached. ... bit value, and gives a flag when 0 is reached.
Example: an endboss has 400 life-points, whenever he ... substraction crosses 0...
Here is a routine that supports stonger 'weapons'.;)
[code] Here ...
