Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1547 → Rev 1728

/programs/demos/3DS/VIEW3DS.ASM
481,20 → 481,20
;--------------------------------------------------------------------------------
;-------------------------PROCEDURES---------------------------------------------
;--------------------------------------------------------------------------------
include "tex3.inc"
include "flat_cat.inc"
include "tex_cat.inc"
include "bump_cat.inc"
include "3dmath.inc"
include "grd3.inc"
include "flat3.inc"
include "bump3.inc"
include "b_procs.inc"
include "a_procs.inc"
include "grd_cat.inc"
include "bump_tex.inc"
include "grd_tex.inc"
include "two_tex.inc"
include "TEX3.INC"
include "FLAT_CAT.INC"
include "TEX_CAT.INC"
include "BUMP_CAT.INC"
include "3DMATH.INC"
include "GRD3.INC"
include "FLAT3.INC"
include "BUMP3.INC"
include "B_PROCS.INC"
include "A_PROCS.INC"
include "GRD_CAT.INC"
include "BUMP_TEX.INC"
include "GRD_TEX.INC"
include "TWO_TEX.INC"
 
alloc_buffer_mem:
movzx ecx,[size_x]
/programs/demos/3DS/data.inc
390,7 → 390,7
rand_seed dw ?
align 8
buffer dq ?
err dd ?
err_ dd ?
drr dd ?
xx dd ?
yy dd ?
/programs/demos/eyes/trunk/eyes.asm
385,4 → 385,4
sign2 db 0
 
EYES_END: ; end of code
file "EYES.RAW"
file "eyes.raw"
/programs/demos/firework/trunk/firework.asm
19,7 → 19,7
dd 0x100000 ; required amount of memory
dd 0x00000000 ; reserved=no extended header
 
include "aspAPI.inc"
include "aspapi.inc"
SCREEN_WIDTH equ 320
SCREEN_HEIGHT equ 200
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
/programs/demos/unvwater/trunk/unvwater.asm
15,7 → 15,7
dd 0x100000 ; required amount of memory
dd 0x00000000 ; reserved=no extended header
 
include "aspAPI.inc"
include "aspapi.inc"
SCREEN_WIDTH equ 100h
SCREEN_HEIGHT equ 100h