Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bunker [2016/05/25 17:25]
ex_writer [Code Discussion]
bunker [2016/05/26 20:06] (current)
ex_writer [Output]
Line 1: Line 1:
-====== Space Invaders Bunker ======+====== Space Invaders Bunker ​Snippet ​======
  
 The following (edited) code snippet is from Richard Degler'​s [[http://​www.ballyalley.com/​ml/​ml_source/​Space%20Invaders%20(197x)(Bally%20Mfg.%20Corp.)(proto)%5BDisassembly%5D.zip|disassembly]] [.zip] of the Bally Arcade Space Invaders prototype. The LOOP section demonstrates writing a single pattern (the bunker graphic) to the screen multiple times using the [[screen handler#​writp|WRITP]] UPI routine. The BUNKER section shows the referenced pattern block. The following (edited) code snippet is from Richard Degler'​s [[http://​www.ballyalley.com/​ml/​ml_source/​Space%20Invaders%20(197x)(Bally%20Mfg.%20Corp.)(proto)%5BDisassembly%5D.zip|disassembly]] [.zip] of the Bally Arcade Space Invaders prototype. The LOOP section demonstrates writing a single pattern (the bunker graphic) to the screen multiple times using the [[screen handler#​writp|WRITP]] UPI routine. The BUNKER section shows the referenced pattern block.
Line 77: Line 77:
 [why choose WRITP vs. others] [why choose WRITP vs. others]
  
-===== Result ​=====+===== Output ​=====
  
-[screenshot]+{{bunker.png}}