diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-26 06:36:09 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-26 06:36:09 -0400 |
| commit | f919899bed45f6303637435850aa26ad37203f68 (patch) | |
| tree | abc22dbde98dfe3674e9786217fac08be0bd1332 /loading.asm | |
| parent | 4c76499fb080ab74684057e99b46f990d5605ade (diff) | |
| download | fujinet-chat-f919899bed45f6303637435850aa26ad37203f68.tar.gz | |
Fix atasm compatibility. We can now build with versions of atasm as old as 1.05beta (from November of 2003).
Diffstat (limited to 'loading.asm')
| -rw-r--r-- | loading.asm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/loading.asm b/loading.asm index d5df6e2..a06ed4c 100644 --- a/loading.asm +++ b/loading.asm @@ -1,3 +1,4 @@ + .bank *= $6000 ; aka screen_bot_addrs[0], gets cleared by main() in the client. save_dlist_loc = $fe @@ -46,13 +47,6 @@ init sta $0231 ; SDLSTH jmp wait1frame + .bank *= $02e2 ; INITAD .word init - - .if 0 ; change to 1 for standalone testing -run - jmp run - - *= $02e0 ; RUNAD - .word run - .endif |
