1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 17:30:06 +00:00

more style

This commit is contained in:
Mariano Dominguez 2023-01-15 17:05:24 -08:00
parent 6236e82850
commit 40656ffb6e

View File

@ -7,7 +7,7 @@
.include "atari.inc"
.export __sound
.import popa
.importzp tmp1,tmp2
.importzp tmp1,tmp2
; play sound, arguments: voice, pitch, distortion, volume. same as BASIC
.proc __sound