Search results
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, ...
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 ...
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. ...
Pletter Output Z80 Code?
Score: 174.68 %,
Type: Forum topic , Comments: 8 comments
I have yet to start playing with compressors other than reading up on all these old programs.
I would like to know if someone can point me to a program that will take z80 code of at least 768 bytes and compress it to z80 assembly data.
Output in ...
Someone with Coleco Knowlege
Score: 174.79 %,
Type: Forum topic , Comments: 2 comments
I know there are some of you out there that like to port games back and forth so this question is for you.
And yes...I know this is an MSX board but there are those who do both.
I can disabled the NMI in Colecovision mode. I do this before any ...
Compiling error? Ram vs Rom
Score: 175.72 %,
Type: Forum topic , Comments: 6 comments
0C000h
Var1: RB 2 ; Var1 = 0C000h
Var2: RW 1 ; Var2 = 0C002h
Var3: RB 0 ; Var3 = 0C004h
Var4: RW -1 ; Var4 = 0C004h because zero and
; negative values ...
Next Up Sprite Animation Table
Score: 176.87 %,
Type: Forum topic , Comments: 2 comments
byte that defines what is he doing: walking, on air, on ladder, dying, etc. The bits 0 and 1 ...
PLAYER_SPRATR_TABLE:
; 0 ANIM LEFT LEFT|ANIM
db $00, $08, $10, $18 ; PLAYER_STATE_FLOOR
db $08, $18, $08, $18 ; ...
Compiling Larger than 32K
Score: 176.82 %,
Type: Forum topic , Comments: 14 comments
as the alternative is not making my game.
tniASM v0.45 can create ROMs tniASM v0.45 can create ROMs ...
Sprite to Bitmap
Score: 176.82 %,
Type: Forum topic , Comments: 21 comments
20,10,20,30,40----
0-31
.....
23......
Of course each one corresponds to a pattern in the pattern table ... H, 0
LD L, A
ADD HL, HL
ADD HL, HL
LD DE, $1800
ADD HL, DE
LD ... 0-255 and H will return 0, 1 or 2
If someone has already figured out the math then please post this. ...
TNIASM ALIGN?
Score: 177.63 %,
Type: Forum topic , Comments: 8 comments
on MSX
Glass user here Glass user here
I started with tniASM 0.45 I started with tniASM 0.45 and after a few months moved to v1.0, very happy with the tool itself, its flexibility ... started with
syn wrote:
I started with tniASM 0.45 and after a few months moved to v1.0 ...
