mirror of
https://github.com/cc65/cc65.git
synced 2025-02-09 02:30:42 +00:00
more style
This commit is contained in:
parent
6236e82850
commit
40656ffb6e
@ -7,7 +7,7 @@
|
|||||||
.include "atari.inc"
|
.include "atari.inc"
|
||||||
.export __sound
|
.export __sound
|
||||||
.import popa
|
.import popa
|
||||||
.importzp tmp1,tmp2
|
.importzp tmp1,tmp2
|
||||||
|
|
||||||
; play sound, arguments: voice, pitch, distortion, volume. same as BASIC
|
; play sound, arguments: voice, pitch, distortion, volume. same as BASIC
|
||||||
.proc __sound
|
.proc __sound
|
||||||
|
Loading…
x
Reference in New Issue
Block a user