Search results
Strategies to convert a bitmap into OR-color sprites for MSX 2
Score: 175.76 %,
Type: Forum topic , Comments: 9 comments
https://youtu.be/0ZePpFKaeks?t=3369
Usas, see those cyan creatures on the floor (any idea what these creatures are called?). At ...
Loading image to Screen 11 using Assembly
Score: 178.73 %,
Type: Forum topic , Comments: 12 comments
the screen mode with CHGMOD;
-use INCBIN to include the image file;
-load it to VRAM address 0 ...
ld b, a
ld c, 9 ; register #
call BIOS_WRTVDP
; set color 0 to transparent
ld a,(REG8SAV)
and 0DFh
ld b, a
ld c, 8 ; register ...
