mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-08 22:30:48 +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
|
||||
showWaveform
|
||||
showLFO
|
||||
putsxy(5, 0, "OSCILLATION OVERTHRUSTER 1.1a")
|
||||
putsxy(5, 0, "OSCILLATION OVERTHRUSTER 1.2")
|
||||
normal
|
||||
putsxy(1, 0, "1-8")
|
||||
gotoxy(34, 0); putc('<')
|
||||
@ -432,7 +432,7 @@ def main
|
||||
memcpy(@record.stateStart, @current, t_state)
|
||||
record.absStart = TRUE
|
||||
record.sequence = 0
|
||||
flash
|
||||
normal
|
||||
putsxy(29, 3, "RECORDING")
|
||||
inverse
|
||||
key = 0
|
||||
|
Binary file not shown.
@ -347,9 +347,6 @@ end
|
||||
def inverse
|
||||
^$32 = $3F
|
||||
end
|
||||
def flash
|
||||
^$32 = $1F
|
||||
end
|
||||
def gotoxy(x, y)
|
||||
^$24 = x + ^$20
|
||||
return call($FB5B, y + ^$22, 0, 0, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user