mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-03-26 12:30:21 +00:00
Make it 1.2 with the phase fix
This commit is contained in:
parent
d74435cb61
commit
26dcd43c2e
@ -199,7 +199,7 @@ def showMainPanel
|
|||||||
showDuration
|
showDuration
|
||||||
showWaveform
|
showWaveform
|
||||||
showLFO
|
showLFO
|
||||||
putsxy(5, 0, "OSCILLATION OVERTHRUSTER 1.1a")
|
putsxy(5, 0, "OSCILLATION OVERTHRUSTER 1.2")
|
||||||
normal
|
normal
|
||||||
putsxy(1, 0, "1-8")
|
putsxy(1, 0, "1-8")
|
||||||
gotoxy(34, 0); putc('<')
|
gotoxy(34, 0); putc('<')
|
||||||
@ -432,7 +432,7 @@ def main
|
|||||||
memcpy(@record.stateStart, @current, t_state)
|
memcpy(@record.stateStart, @current, t_state)
|
||||||
record.absStart = TRUE
|
record.absStart = TRUE
|
||||||
record.sequence = 0
|
record.sequence = 0
|
||||||
flash
|
normal
|
||||||
putsxy(29, 3, "RECORDING")
|
putsxy(29, 3, "RECORDING")
|
||||||
inverse
|
inverse
|
||||||
key = 0
|
key = 0
|
||||||
|
Binary file not shown.
@ -347,9 +347,6 @@ end
|
|||||||
def inverse
|
def inverse
|
||||||
^$32 = $3F
|
^$32 = $3F
|
||||||
end
|
end
|
||||||
def flash
|
|
||||||
^$32 = $1F
|
|
||||||
end
|
|
||||||
def gotoxy(x, y)
|
def gotoxy(x, y)
|
||||||
^$24 = x + ^$20
|
^$24 = x + ^$20
|
||||||
return call($FB5B, y + ^$22, 0, 0, 0)
|
return call($FB5B, y + ^$22, 0, 0, 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user