1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-08-21 21:29:08 +00:00

Make it 1.2 with the phase fix

This commit is contained in:
dschmenk 2017-04-27 20:26:06 -07:00
parent d74435cb61
commit 26dcd43c2e
3 changed files with 2 additions and 5 deletions

View File

@ -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.

View File

@ -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)