Search results
How to subtract a negative 8bit number from a 16bit one?
Score: 178.42 %,
Type: Forum topic , Comments: 10 comments
I'm doing it:
ld d,a ;a is 0 from previous code, so it is like ld d,0
ld ... so dx and dy values vary from 0 to 3 and are the values you can see in Turrican videos)
and a
jp ... hl
inc a ;using dx as counter increasing it until 0
jp nz,dx_negative_fix
jp ...
Project T first WIP
Score: 178.11 %,
Type: Forum topic , Comments: 51 comments
in the tiles where it is involved I used the color 0 (transparent), so changing the border color this color changes in all the tiles I need it due to the fact that the 0 color allow to see the background plane (the ... a good Oh, nice!!!! Finally a good use of color 0 in a game!
I´m thrilled!! I really I´m ...
Atari ST music files
Score: 177.62 %,
Type: Forum topic , Comments: 4 comments
Does someone know a way to play Atari ST music files (like YM) on our beloved MSX. Or (even better) if there is a tool to convert them into some usable ones?
VGMplay is able to play VGMplay is able to play YM2149 VGM's over the normal ...
Phaze101 retro quiz You Tube serie
Score: 178.01 %,
Type: Forum topic , Comments: 14 comments
Episode 004
https://youtube.com/shorts/F7kpmmwCTn0?feature=share
Is there MSX content? Is ...
Freedom Fighter digital (and physical) release
Score: 175.15 %,
Type: Forum topic , Comments: 7 comments
All buyers of the physical version of Freedom Fighter will find the digital version of the game in their emails today. If you have not found it, send me an email or, if the purchase was made through PM on Messenger, send me your email address.
This ...
Freedom Fighter Physical Release
Score: 173.89 %,
Type: Forum topic , Comments: 12 comments
The time has come. Freedom Fighter is finally available in physical version on megarom cartridge. Pre-orders until July 15, 2021
Send an email to thegeps.msxadv@gmail.com for info and/or preorder
https://youtu.be/uTMXK0ww558
Great! I'm in! Great! I'm in!
Tried ...
Need a hint...
Score: 171.74 %,
Type: Forum topic , Comments: 6 comments
flickering and video low framerate)
https://youtu.be/ud1jUm4E0UU
See that's what i meant. I ...
Freedom Fighter changes
Score: 171.49 %,
Type: Forum topic , Comments: 4 comments
Today I'll show you a video update about Freedom Fighter's changes for the upcoming physical version. Some news:
- the game can now be paused
- you can see your actual weapon level on the scoreboard
- added two more weapon's ...
Freedom Fighter New prologue is ready!
Score: 170.86 %,
Type: Forum topic , Comments: 13 comments
Finally Freedom Fighter new prologue is here! I've redrawn it from scratch, now that I haven't to worry no more about msxdev deadline
Hope you'll enjoy it. The title screen too is modified: more colors, more details. Now you have to ...
Stack practice
Score: 170.84 %,
Type: Forum topic , Comments: 4 comments
I was wondering... is it correct (and safe) use something like this?
ld (stack),sp
at the beginning of the code (before pushing/popping anything) to have a "clean" stack address and restore it using
ld sp,(stack)
when you ...
