Differences

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

Link to this comparison view

Both sides previous revision Previous revision
code_snippets [2016/06/05 16:09]
ex_writer [Arcade Examples]
code_snippets [2016/06/05 16:11]
ex_writer [Arcade Examples]
Line 8: Line 8:
   * The [[base|Space Invaders base]] snippet demonstrates how to write a pattern to the screen with [[system routines:​screen handler#​writ|WRIT]].   * The [[base|Space Invaders base]] snippet demonstrates how to write a pattern to the screen with [[system routines:​screen handler#​writ|WRIT]].
   * The [[invader music|Space Invaders sound effect]] snippet demonstrates how to play sound using [[system routines:​interrupt scheduler#​bmusic|BMUSIC]].   * The [[invader music|Space Invaders sound effect]] snippet demonstrates how to play sound using [[system routines:​interrupt scheduler#​bmusic|BMUSIC]].
-  * The [[star expander|Star Battle expanded pattern]] snippet demonstrates ​[...]+  * The [[star expander|Star Battle expanded pattern]] snippet demonstrates ​how to use the Magic System'​s Expander option to write patterns.
  
 ===== Z80 Examples ===== ===== Z80 Examples =====