Merge pull request #552 from polluks/master

Added Oric-1 compatibility #550
This commit is contained in:
Oliver Schmidt
2017-12-16 18:26:34 +00:00
committed by GitHub
4 changed files with 250 additions and 14 deletions

View File

@@ -104,8 +104,14 @@ PRINT := $F77C
; Sound Effects
PING := $FA9F
PING1 := $FA85
SHOOT := $FAB5
SHOOT1 := $FA9B
EXPLODE := $FACB
EXPLODE1 := $FAB1
ZAP := $FAE1
ZAP1 := $FAC7
TICK := $FB14
TICK1 := $FAFA
TOCK := $FB2A
TOCK1 := $FB10