Vertical scrolling routine (MSX1)

Página 3/12
1 | 2 | | 4 | 5 | 6 | 7 | 8

Por thegeps

Paragon (1193)

imagem de thegeps

10-01-2019, 19:31

And I'm here again...
the routine is mostly rewritten. Added double buffering, removed a lot of LDDR actions on tiles (now I read the from RAM with an offset). Also added JIFFY polling. No more flickering nor tiles flashing. Thank you all for your hints.
I'm pretty sure I can improve this routine even more. But before do it... I have to download and install openMSX (I'm soooo lazy, LoL) so I can test speed, cpu time etc etc.
Here's the video, enjoy!

https://m.facebook.com/groups/25612789952?view=permalink&id=...

Por hit9918

Prophet (2932)

imagem de hit9918

11-01-2019, 00:04

I cant see the video.
the first video of the thread I could see.

Por thegeps

Paragon (1193)

imagem de thegeps

11-01-2019, 01:32

Por santiontanon

Paragon (1810)

imagem de santiontanon

11-01-2019, 05:22

very nice again!! Let us know if you have troubles measuring CPU time with OpenMSX! Smile

Por thegeps

Paragon (1193)

imagem de thegeps

11-01-2019, 06:59

LoL, downloaded few hours ago. And discovered that I have to search for bios roms etc etc... And I have no idea where. I'll think about that later (now I have to really wake up and go to work XD)

Por Wlcracks

Hero (566)

imagem de Wlcracks

11-01-2019, 07:40

Put a logic analyzer or a scope to the printer port on a real MSX and toggle it in software. Hannibal

Por thegeps

Paragon (1193)

imagem de thegeps

11-01-2019, 07:49

I haven't none of them. I have to download what I need. Also I have to beat lazyness... I hate read insteuctions before use a software. But there isn't a user friendly interface so I have to. Sad

Por Wlcracks

Hero (566)

imagem de Wlcracks

11-01-2019, 08:20

thats the fun of old 8 bit. almost everything you have to do for yourself.

Por thegeps

Paragon (1193)

imagem de thegeps

11-01-2019, 10:28

Ok, tested on openMSX too.
I had to change all the OTIR instances with someting like:
Loop:
Outi
Jp nz,loop
to avoid garbage...
And all works fine! Big smile

Por Manuel

Ascended (19469)

imagem de Manuel

11-01-2019, 10:39

On which real MSX were you running the code? (Showing no corruption.)

Página 3/12
1 | 2 | | 4 | 5 | 6 | 7 | 8