Skip to navigation

Elite on the BBC Micro and NES

Loader: DOBEGIN

[Elite-A, Docked]

Name: DOBEGIN [Show more] Type: Subroutine Category: Loader Summary: Initialise the configuration variables and start the game
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * S% calls DOBEGIN
.DOBEGIN \ --- Mod: Code removed for Elite-A: ------------------> \ JSR DEEOR \ Decrypt the main docked code between &1300 and &5FFF \ --- And replaced by: --------------------------------> LDA #0 \ Call SCRAM to set save_lock to 0 (i.e. this is a new JSR SCRAM \ game) and set the break handler \ --- End of replacement ------------------------------> JMP BEGIN \ Jump to BEGIN to initialise the configuration \ variables and start the game