Search results
Troubleshooting SMS game loading on PlaySoniq
Score: 160.18 %,
Type: Forum topic , Comments: 6 comments
2.1.1 alpha 2
Slot 2: Tecnobytes slotexpander
Slot 2-0: GR8NET default mode
Slot 2-1: PlaySoniq ...
Salamander extra weapons video: see Arming Ball in action!
Score: 159.31 %,
Type: Forum topic , Comments: 6 comments
it never reached 0 hence, being able to remain in union mode until I was hit.
After I figured out ... that it is quite impressive when you think it is year 2021.
Manuel Pazos has done some Manuel Pazos has ...
Salamander Japanese text
Score: 158.77 %,
Type: Forum topic , Comments: 10 comments
It looks like there are way more text when Salamander is displayed in Japanese, rather than when shown in English. For instance these are the sentences shown when the Crystal Breeze is found:
Who is ALEX? What does the text say? I though ...
Learning MSX assembler for games development, where to start?
Score: 158.79 %,
Type: Forum topic , Comments: 10 comments
"AB" ; ROM signature
dw Start ; start address
db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Start:
ld a, 2 ; Change screen mode (Screen 2)
call CHGMOD
ld bc, 0e201h ; write e2h in VDP ... 0 ; sprite pattern
ld (ix+3), 15 ; color
loop:
halt ; make the program run at 50/60 ...
