amiga_cyberspace

view src/data.s @ 4:12ec766e435c

enabling all interrupts was stupid, and would crash the real amiga.
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 30 Jul 2017 14:24:00 +0300
parents e6fd57053627
children
line source
1 section data_c,data,chip
2 cnop 0,4
3 public _backdrop
4 _backdrop:
5 incbin "data/backdrop2.img"
7 cnop 0,4
8 public _grid
9 _grid:
10 incbin "data/grid8.img"