Search results
D&D Cloudy Mountain
Score: 173.69 %,
Type: Forum topic , Comments: 5 comments
it would be something like this.
A Pattern assigned to a number as in 8 patterns 0-7 for 8 rooms. ...
Plotting a single dot on screen
Score: 173.02 %,
Type: Forum topic , Comments: 37 comments
and apply that offset to set both the pattern (base address 0) and the color (base address 0x2000).
To ...
and apply that offset to set both the pattern (base address 0) and the color (base address 0x2000).
To ... bytes.
Assume you have a region of pixels all in color 8. the vram attribute byte could be 0 ...
Software Sprites MSX (Assembly)
Score: 172.13 %,
Type: Forum topic , Comments: 6 comments
for:
http://karoshi.auic.es/index.php?topic=1456.0
Software sprites (if you Software ... work):
get_mask:
ld a, ; x screen coordinate in a
and 7 ; get the bit mask
le e,a
ld d, 0
ld hl, ...
