From 820c0efcb39b70946b3fca995f81e7b87dbd953d Mon Sep 17 00:00:00 2001 From: Olli Savia Date: Sun, 1 Jul 2018 09:56:37 +0300 Subject: [PATCH] Use common include file cbm_kernal.inc --- libsrc/pet/kernal.s | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/libsrc/pet/kernal.s b/libsrc/pet/kernal.s index 1a9dd6f67..ba66c4653 100644 --- a/libsrc/pet/kernal.s +++ b/libsrc/pet/kernal.s @@ -4,25 +4,11 @@ ; PET kernal functions ; + .include "cbm_kernal.inc" + .export CLRCH .export BASIN .export STOP .export GETIN .export CLALL .export UDTIM - - - - - - -;----------------------------------------------------------------------------- -; Functions that are available in the kernal jump table - -CLRCH = $FFCC -BASIN = $FFCF -STOP = $FFE1 -GETIN = $FFE4 -CLALL = $FFE7 -UDTIM = $FFEA - -- 2.39.5