From d7654a4b75fd13aa8b661d71e89b8e5f023e5414 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 12 Aug 2018 12:56:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd24624..907a310 100644 --- a/README.md +++ b/README.md @@ -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