1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 22:24:28 +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 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.

View File

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