We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Deliverance: Stormlord II (ZX Spectrum)
Jump to navigation
Jump to search
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Hewson Consultants
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Hewson Consultants
Games > Games by release date > Games released in 1990
| Deliverance: Stormlord II |
|---|
|
Also known as: Stormlord II: Deliverance
|
Source Code Fragment
A small source code fragment seen below can be viewed with any hex editor at 3A23 in the .tap dump. Most of it can also be seen at D74B and 17452.
AND 111B OR 64 LD (HL),A LD DE,4 ADD IX,DE DJNZ $1 RET ;star image byte,screen addr STARTAB: DS MAXSTARS*4 DB STOP ******** HL,BITSTREAM DO SCODEBYTLEN RR (HL) INC HL LOOP DJNZ SHIFTIN2 POP BC,HL,AF RET BITSTREAM: DS SCODEBYTLEN,0 SHIFTOUT: PUSH BC,HL XOR A SHIFTOUT2 AND A LD HL,BITSTREAM DO SCODEBYTLEN RR (HL) INC HL LOOP RRA DJNZ SHIFTOUT2 POP HL,BC RET CODETAB: DB "ABCDEFGHJKLMNOPQRSTUVWXYZ1234567",STOP ******* EA5400
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Hewson Consultants
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Hewson Consultants
Games > Games by release date > Games released in 1990
