mirror of
https://github.com/callapple/Twilight_II.git
synced 2024-12-31 23:29:57 +00:00
v2 of the screensaver source code
This commit is contained in:
parent
f47abece7b
commit
7871025c1f
@ -20,21 +20,20 @@
|
|||||||
* V1.00 - 1.0d37 - September 13, 1992 by JRM - Implementation
|
* V1.00 - 1.0d37 - September 13, 1992 by JRM - Implementation
|
||||||
* v1.1 - t2 1.1f4 - March 24, 1993 by JRM - inc/dec
|
* v1.1 - t2 1.1f4 - March 24, 1993 by JRM - inc/dec
|
||||||
|
|
||||||
ipcTurnOn Start
|
ipcTurnOn Start
|
||||||
kind $1000 ; no special memory
|
kind $1000 ; no special memory
|
||||||
Using InitDATA
|
Using InitDATA
|
||||||
debug 'T2TurnOn'
|
debug 'T2TurnOn'
|
||||||
|
copy 22:debug.asm
|
||||||
copy 22:debug.asm
|
|
||||||
|
|
||||||
DefineStack
|
DefineStack
|
||||||
dpageptr word
|
dpageptr word
|
||||||
dbank byte
|
dbank byte
|
||||||
retaddr block 3
|
retaddr block 3
|
||||||
dataOut long
|
dataOut long
|
||||||
dataIn long
|
dataIn long
|
||||||
request word
|
request word
|
||||||
result word
|
result word
|
||||||
|
|
||||||
lda ipcT2Off ; 0 = T2 is on
|
lda ipcT2Off ; 0 = T2 is on
|
||||||
beq done
|
beq done
|
||||||
|
Loading…
Reference in New Issue
Block a user