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

github.com/coolgirl-multicart/coolgirl-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>2021-06-06 04:44:55 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-06-06 04:44:55 +0300
commit24fae0ff130f6277656e44d0cefdff202bd22815 (patch)
treef5ff8d092b85b64c53785f54207e4d9ff1a24f08 /buildinfo.asm
parentfaee9c77825122ad0066a75f8bd078f55e821a0e (diff)
Ability to exit from build info screen
Diffstat (limited to 'buildinfo.asm')
-rw-r--r--buildinfo.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/buildinfo.asm b/buildinfo.asm
index e333e73..a77d09c 100644
--- a/buildinfo.asm
+++ b/buildinfo.asm
@@ -219,7 +219,11 @@ print_prg_ram:
show_build_info_infin:
jsr waitblank
- jmp show_build_info_infin
+ lda BUTTONS
+ and #%00000011
+ beq show_build_info_infin
+ jsr dim_base_palette_out
+ jmp Start
prg_ram_detect:
lda #0