Fixed Oric-1 compatibility #550

This commit is contained in:
Stefan
2017-12-15 23:51:39 +01:00
parent fa9a1cf2dc
commit 6faef87b49
3 changed files with 211 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