summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-09-10 12:47:20 -0700
committerAstrid Smith2010-09-10 12:47:20 -0700
commit548316a52d8649556ebbc8b3a7835ac7ae4aa7c0 (patch)
treee004fdf53930e534bb3fd6a393070bc3003aa8b8 /main.asm
parent0bfdccd24972de80d4ab808f4429a70947e87335 (diff)
Added stubs for putting the emulated screen into a TIOS-drawn window.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm9
1 files changed, 9 insertions, 0 deletions
diff --git a/main.asm b/main.asm
index 9693697..0e3b06f 100644
--- a/main.asm
+++ b/main.asm
@@ -49,9 +49,15 @@
__main:
movem.l d0-d7/a0-a6,-(sp)
bsr init_load
+ bsr display_setup
+
bsr emu_setup
lea emu_plain_op,a5
bsr emu_run
+ bsr emu_teardown
+
+ bsr display_teardown
+ bsr unload
movem.l (sp)+,d0-d7/a0-a6
rts
@@ -71,6 +77,9 @@ emu_setup:
rts
+emu_teardown:
+ rts
+
;; ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
;; _ __ ___ ___ _ __ ___ ___ _ __ _ _ |||||||||||||||||||||||||||