From 9720a70bb6ca148cd7e333049a74cb86792ee79b Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Fri, 10 Sep 2010 12:47:20 -0700 Subject: Added stubs for putting the emulated screen into a TIOS-drawn window. --- main.asm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 8c93f9c..b765fd3 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 + ;; |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ;; _ __ ___ ___ _ __ ___ ___ _ __ _ _ ||||||||||||||||||||||||||| -- cgit v1.2.3