Search results
Freedom Fighter New prologue is ready!
Score: 170.07 %,
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.05 %,
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 ...
Megarom bank switching affecting RAM?
Score: 169.93 %,
Type: Forum topic , Comments: 27 comments
in this way, at the beginning of active page:
ld hl,prologue_music
ld de,0e880h
ld bc,prolmus_end-prologue_music
ldir
then I've set the source of data with:
ld hl,0e880h
xor a
call ... wait
; ld hl,prologue_music
; ld de,0e880h
; ld bc,prolmus_end-prologue_music
; ldir
ld ...
