mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
VU Meter after 10s. :)
This commit is contained in:
+3
-2
@@ -30,7 +30,8 @@
|
||||
.ifndef CART_VERSION
|
||||
.def CART_VERSION = 0 ; if 1 - dual splash screen
|
||||
.endif
|
||||
.def METEORS = 1 ; if 1 - meteors on game
|
||||
.def METEORS = 0 ; if 1 - meteors on game
|
||||
.def VU_METER = 1 ; if 1 - VU Meter on game
|
||||
.def XCORRECTION_FOR_PM = 0 ; if 1 - active x position of tanks correction fo PMG
|
||||
.def FASTER_GRAF_PROCS = 1 ; if 1 - activates faster graphics routines
|
||||
; (direct writes to screen memory - atari only :) )
|
||||
@@ -40,7 +41,7 @@
|
||||
|
||||
;---------------------------------------------------
|
||||
.macro build
|
||||
dta d"1.46" ; number of this build (4 bytes)
|
||||
dta d"1.47" ; number of this build (4 bytes)
|
||||
.endm
|
||||
|
||||
.macro RMTSong
|
||||
|
||||
Reference in New Issue
Block a user