; Globals
 GET hdr.SmpBuf

                        ^ 0
player_flags            # 4
player_task             # 4
player_activewindow     # 4
player_songcounter      # 4
player_songvolume       # 4
player_songfinevolume   # 4
player_songscalevolume  # 4
player_soundorigin      # 4
player_songposition     # 4
player_songstartpos     # 4
player_songendpos       # 4
player_modulehandle     # 4
player_modulename       # 64
player_songname         # 256
size_player             # 0

player_flag_loaded * &80000000
max_players * 16

                ^ 0
plugin_flags    # 4
plugin_player   # 4
plugin_task     # 4
size_plugin     # 0

plugin_flag_fullscreen * &00000001
plugin_flag_loaded     * &80000000
plugin_flag_mask       * &00000001
max_plugins * 16*16

                        ^ 0
Glb_Flags               # 4
Glb_SoundDrivers        # 4
Glb_SaverTask           # 4
Glb_FullScreenPlugIn    # 4
Glb_DMAMode             # 4
Glb_WimpAutoFronting    # 4
Glb_BlankerDelay        # 4
Glb_DesktopScreenMemory # 4
Glb_DesktopMode         # 4
Glb_DesktopLog2BPP      # 4
Glb_DeliriumValue       # 4
Glb_DefaultFFT          # 4
Glb_TimerType           # 4  ; 0 None, 1 Hal
Glb_TimerTicksPerCS     # 4  ; counter increments per 1/100 second
Glb_TimerPeriod         # 4  ; counter period (in increments)
Glb_TimerLastCS         # 4
Glb_TimerLastTicks      # 4
Glb_DMACurrentBuf       # 4
Glb_DMABuffer1          # 4
Glb_DMABuffer2          # 4
Glb_DMABufVal11         # 4
Glb_DMABufVal12         # 4
Glb_DMABufVal21         # 4
Glb_DMABufVal22         # 4
Glb_DMAConfig           # 20 ; Sound_Configure R0-R4
Glb_DMAHandler8         # 32
Glb_Temp                # 44 ; free usage (once 8-bit buffer address is known)
Glb_TempEnd             # 0
Glb_ScaleTable          # 64 ; (8 left-right pairs for 8-bit DMA)
Glb_DesktopPalette      # 1024
Glb_Players             # size_player * max_players
Glb_Plugins             # size_plugin * max_plugins
Glb_Buffers             # Size_Driver ; DMA buffer, others may follow
size_glbmem             # 0

glb_flag_SMLASupport    * &00000001
glb_flag_DMAFilling     * &00000002
glb_flag_CallBack       * &00000004
glb_flag_RestoreSaver   * &00000008

 END
