Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/coolboy-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-09-17 19:44:28 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-09-17 19:44:28 +0300
commitb3c6426a170f0b1912eecc5ca342fec4deb9d90b (patch)
tree21f2c0f7310784353df8fc3cc5649595ae51751f /tests.asm
parent3e48a787675264b74191c19864ab365e23d4f516 (diff)
Refactoring
Diffstat (limited to 'tests.asm')
-rw-r--r--tests.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.asm b/tests.asm
index 54bd809..fc8f395 100644
--- a/tests.asm
+++ b/tests.asm
@@ -25,7 +25,7 @@ do_tests:
.do_tests_sram:
jsr random_init
.sram_test_loop_bank:
- jsr bleep_short
+ jsr beep
lda #$00
sta COPY_DEST_ADDR
lda #$60
@@ -69,7 +69,7 @@ do_tests:
sta <LOADER_CHR_COUNT
.chr_test_loop_bank:
- jsr bleep_short
+ jsr beep
lda <LOADER_CHR_COUNT
asl A
asl A