home *** CD-ROM | disk | FTP | other *** search
- ;-----------------------------------------------------------------------------
- ; Tetris.i © Copyright 1990 Software Alchemy All Rights Reserved
- ; Code generated by Transform © 1990 Software Alchemy All Rights Reserved
- ;-----------------------------------------------------------------------------
-
-
- blanks on
-
- public PiecesMem
- public ScreenMem
- ; public AudioMem
-
-
- public PlayerOneStart
- public PlayerTwoStart
-
- public PlayerStats
- public BlockPos
- public BlockSpeed
- public BlockID
-
- public RndSeed
- public LevelStuff
- public Counter
- public CollapseJunk
- public ScoreText
- public LevelText
- public LayerText
-
- public LastButton
- public RotateFlag
- public BlitRepairAddress
- public BlitWorkSpace
-
- public PlayerPort
- public PlayerArea
- public PlayerXY
- public PlayerArea2
-
- public TetrisShapes
- public TetrisDetails
- public TetrisByteMap
- public TetrisLevels
-
- public PlayFieldOutline
- public PlayFieldClear
-
- public GameVideo
- public GameVideo2
- public GameCopper
- public KeyEvent
- public BaseSeed
- public CopperList
- public CopperPlanes
- public CopperColors
- public ColorTable
-
- public MakeMulu110
- public DrawBlock
- public DrawBlockAt
- public DrawLine
- public DrawOne
-
- public DrawScroller
- public DrawScrollBit
- public DrawScrollClear
-
- public Erase
- public ContinueDraw
- public RaisersDraw
- public UnpackPieces
-
- public PiecesSource
-
- public PrintText
- public PrintColumn
- public ScrollMessage
- public GetTopaz
-
- ;public SoundEngineStart ; Warm up Audio Engine
- ;public SoundEngineStop ; Stop Audio Engine
- public SoundPlay ; Play Requested Sound D0>>4
- public SoundStop ; Stop Requested Sound D0>>4
-
- public MusicEngineStart
- public MusicEngineStop
- public MusicEnginePause
- public MusicEngineUnPause
-
- public JustPlayIt
- public StopTheMusic
-
- RECT_X equ 10 ; Playfield dimensions
- RECT_Y equ 20
-
- ; end of tetris.i
-