aboutsummaryrefslogtreecommitdiff
path: root/src/sound.z80
blob: 42cac08ebbac7461738a4a1067d68e2f30f0c8eb (plain)
1
2
3
4
5
6
7
8
.globl _songs
.globl _effects

_songs::
.include "songs.z80"

_effects::
.include "effects.z80"