aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Murphy <alec@checksum.fail>2017-03-19 13:34:04 -0400
committerAlec Murphy <alec@checksum.fail>2017-03-19 13:34:04 -0400
commit2b03adede5cc6c77277bf4cffef0be33869a564c (patch)
tree1f1751829e4e902f8e80b11afeec00256d8f1813
parentc71a39e4fcd8db7d45d3ab8443b7a9d3d0ad1b8c (diff)
Update README.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index cbf8b8d..26e305d 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,9 @@ Mega Man for TempleOS
#include "MEGAMAN";
MegaMan;
```
+
+To play sound effects on a different core than the game Task (less distortion), use:
+
+```
+ Megaman(cpu_num);
+```