From 56f88849f08b1bb8f558b6dd1fb140c5c3df15df Mon Sep 17 00:00:00 2001 From: nino-porcino Date: Thu, 16 Dec 2021 18:34:16 +0100 Subject: [PATCH] use start address from target configuration file --- lib/apple1.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/apple1.h b/lib/apple1.h index 96291de..fb298cd 100644 --- a/lib/apple1.h +++ b/lib/apple1.h @@ -1,6 +1,5 @@ #ifdef APPLE1 - // APPLE1 - #pragma start_address(0x4000) + // APPLE1 const word WOZMON = 0xFF1F; // enters monitor const word ECHO = 0xFFEF; // output ascii character in A (A not destroyed) const word PRBYTE = 0xFFDC; // print hex byte in A (A destroyed)