diff --git a/res/TITLE.HGR/CUBIT b/res/TITLE.HGR/CUBIT index d44b8a2d8..5b9393f13 100644 Binary files a/res/TITLE.HGR/CUBIT and b/res/TITLE.HGR/CUBIT differ diff --git a/res/dsk/cubit 9k file PRODOS (san inc pack).po b/res/dsk/cubit 9k file PRODOS (san inc pack).po index b45765144..be9114101 100644 Binary files a/res/dsk/cubit 9k file PRODOS (san inc pack).po and b/res/dsk/cubit 9k file PRODOS (san inc pack).po differ diff --git a/src/prelaunch/cubit.a b/src/prelaunch/cubit.a index 9e1b3bce7..08f887612 100755 --- a/src/prelaunch/cubit.a +++ b/src/prelaunch/cubit.a @@ -1,5 +1,5 @@ ;license:MIT -;(c) 2019 by 4am/Frank M. +;(c) 2021 by qkumba !cpu 6502 !to "build/PRELAUNCH/CUBIT",plain @@ -9,17 +9,19 @@ +ENABLE_ACCEL lda #$60 - sta $0818 + sta $0813 jsr $0800 ; decompress +GET_MACHINE_STATUS and #CHEATS_ENABLED beq + lda #$AD - sta $4292 ; patch - don't decrease lives - sta $7C1F ; patch - don't increase lives + sta $428C ; patch - don't decrease lives + sta $7B73 ; patch - don't increase lives + - lda #1 - sta $406F ; reset vector patch + ldx #0 + stx $4064 + inx + stx $4069 ; reset vector patch +DISABLE_ACCEL jmp $4000