diff --git a/.gitignore b/.gitignore index 1b54248..68f5336 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ *.o *.a *.lo -*.so \ No newline at end of file +*.so +fxgasm.h +fxgasm.exe +fxgasm \ No newline at end of file diff --git a/glide2x/cvg/glide/src/fxgasm.h b/glide2x/cvg/glide/src/fxgasm.h deleted file mode 100644 index a78e420..0000000 --- a/glide2x/cvg/glide/src/fxgasm.h +++ /dev/null @@ -1,65 +0,0 @@ - -;---------------------------------------------------------------------- -; Assembler offsets for SSTREGS struct -;---------------------------------------------------------------------- - - - -;---------------------------------------------------------------------- -; Assembler offsets for GC struct -;---------------------------------------------------------------------- - -base_ptr equ 00000000h -reg_ptr equ 00000004h -lfb_ptr equ 0000000ch -tex_ptr equ 00000008h -cull_mode equ 00000248h -regDataList equ 00000014h -tsuDataList equ 0000018ch -triPacketHdr equ 00000354h -cullStripHdr equ 00000358h -paramMask equ 0000035ch -fifoStart equ 00000360h -fifoEnd equ 00000364h -fifoOffset equ 00000368h -fifoSize equ 0000036ch -fifoJmpHdr equ 00000370h -fifoPtr equ 00000374h -fifoRead equ 00000378h -fifoRoom equ 0000037ch -roomToReadPtr equ 00000380h -roomToEnd equ 00000384h -fifoLfbP equ 00000388h -lfbLockCount equ 0000038ch -kTriProcOffset equ 00000350h -SIZEOF_GrState equ 00000108h -SIZEOF_GrHwConfiguration equ 00000094h -SIZEOF_GC equ 00031448h - - -;---------------------------------------------------------------------- -; Assembler offsets for GlideRoot struct -;---------------------------------------------------------------------- - -p6Fencer equ 00000000h -current_sst equ 00000004h -CPUType equ 00000008h -curGC equ 0000002ch -curTriSize equ 00000038h -trisProcessed equ 00000094h -trisDrawn equ 00000098h -SIZEOF_GlideRoot equ 000c5294h - - -;---------------------------------------------------------------------- -; Assembler offsets for GrVertex struct -;---------------------------------------------------------------------- - -x equ 00000000h -y equ 00000004h -r equ 0000000ch -g equ 00000010h -b equ 00000014h -a equ 0000001ch -SIZEOF_GrVertex equ 0000003ch -