mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-17 14:12:58 +00:00
c47e3aa4bb
don't have enough graphics done to experience it though
18 lines
482 B
Plaintext
18 lines
482 B
Plaintext
|
|
$00 - zero page
|
|
$01 - stack
|
|
$02 - disk lookup table
|
|
$03 - disk lookup ($300-$369)
|
|
$04-$07 - text page1
|
|
$08-$0B - (danger, text page2) initial boot sector $8
|
|
- current background data, temp savegame workplace ($8/$9/$A)
|
|
$0C-$0D - QBOOT stage2 (disk routines)
|
|
$0E-$1F - QLOAD, common routines
|
|
$20-$3f - HIRES page1
|
|
$40-$?? - gameplay/data/code all loaded here
|
|
$BE - hires lookup
|
|
$BF - hires lookup
|
|
$C0-$CF - I/O
|
|
$D0-$FF - ROM (bankswitch with language card, sound effect here too)
|
|
|