From cf9e7856cf5895c18f3094ca53889429e6657d7f Mon Sep 17 00:00:00 2001 From: Marco van den Heuvel Date: Sun, 29 Nov 2015 11:35:25 -0800 Subject: [PATCH] Removed an 'rts'. --- libsrc/c128/emd/c128-ram.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/c128/emd/c128-ram.s b/libsrc/c128/emd/c128-ram.s index bef0a15ee..ab99d7aa3 100644 --- a/libsrc/c128/emd/c128-ram.s +++ b/libsrc/c128/emd/c128-ram.s @@ -70,7 +70,7 @@ INSTALL: stx curpage+1 ; Invalidate the current page inx txa ; A = X = EM_ERR_OK - rts +; rts ; Run into UNINSTALL instead ; ------------------------------------------------------------------------ ; UNINSTALL routine. Is called before the driver is removed from memory. -- 2.39.5