This commit is contained in:
Joshua Bell 2018-05-02 20:06:49 -07:00
parent 58190eb06d
commit 8893e307dd

View File

@ -1,21 +1,18 @@
.setcpu "6502"
.include "apple2.inc"
.include "opcodes.inc"
.include "../inc/apple2.inc"
.include "../inc/prodos.inc"
.include "../mgtk.inc"
.include "../desktop.inc"
.include "../macros.inc"
.include "opcodes.inc"
;;; ============================================================
.org $800
desktop_pattern := $65AA
entry:
;;; Copy the DA to AUX for easy bank switching
@ -50,9 +47,6 @@ entry:
;;; ============================================================
screen_width := 560
screen_height := 192
da_window_id := 61
da_width := 420
da_height := 70