Update README.md

This commit is contained in:
Oliver Schmidt 2018-08-12 12:56:32 +02:00 committed by GitHub
parent f7d6dc2ba6
commit d7654a4b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,5 +30,5 @@ To play .btc files in your own Apple II program:
* Replace the [visual feedback](https://github.com/oliverschmidt/Play-BTc/blob/master/play-btc.s#L275) with two `nop` operations.
* Call the BTc player core with
* A set to the high byte of the memory address you placed the .btc file content on
* X set to the number of samples divided by 256
* `A` set to the high byte of the memory address you placed the .btc file content on
* `X` set to the number of samples divided by 256