nba-jam/BB4.ASM

38 lines
839 B
NASM
Raw Permalink Normal View History

2021-04-06 14:49:01 -07:00
**************************************************************
*
* Owner: THOMPSON
*
* Software: Shawn Liptak, Mark Turmell
* Initiated: 7/17/90
*
* Modified: Shawn Liptak, 1/27/92 -Started basketball
*
* COPYRIGHT (C) 1992 WILLIAMS ELECTRONICS GAMES, INC.
*
*.Last mod - 11/18/92 23:00
**************************************************************
.file "bb3.asm"
.title "Basketball game program"
.width 132
.option b,d,l,t
.mnolist
.include "mproc.equ" ;Mproc equates
.include "disp.equ" ;Display proc equates
.include "gsp.equ" ;Gsp asm equates
.include "sys.equ"
.include "plyrhd.tbl"
.include "plyrhd.glo"
.include "plyrseq3.tbl"
.include "plyrseq3.glo"
.include "imgtblp.glo"
.include "imgpalp.asm"
.include "imgtbl1.glo"
.include "imgpal1.asm"
.end