From 2f39754838f0ff0e1b3eddc4c01aaa9b6494942e Mon Sep 17 00:00:00 2001 From: cpg Date: Wed, 29 Apr 2009 21:37:10 +0000 Subject: [PATCH] use RUNAD (from atari.inc) instead of /bin/bash2E0 git-svn-id: svn://svn.cc65.org/cc65/trunk@3963 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atari/crt0.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/atari/crt0.s b/libsrc/atari/crt0.s index bb2c6b493..03839ac09 100644 --- a/libsrc/atari/crt0.s +++ b/libsrc/atari/crt0.s @@ -186,6 +186,6 @@ old_shflok: .res 1 old_lmargin: .res 1 .segment "AUTOSTRT" - .word $02E0 - .word $02E1 + .word RUNAD + .word RUNAD+1 .word __LOWCODE_LOAD__ + 1 -- 2.39.5