From d684c14aa67f27f8ddde1cfeb239cd4a3c07430c Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 3 Mar 2007 13:39:42 +0000 Subject: [PATCH] Factored out settings specific more to architecture and/or toolchain rather than specific target. --- platform/apple2enh/contiki-conf.h | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/platform/apple2enh/contiki-conf.h b/platform/apple2enh/contiki-conf.h index a1b2742c2..ff7fdea26 100644 --- a/platform/apple2enh/contiki-conf.h +++ b/platform/apple2enh/contiki-conf.h @@ -1,13 +1,9 @@ #ifndef __CONTIKI_CONF_H__ #define __CONTIKI_CONF_H__ -#define CC_CONF_REGISTER_ARGS 1 -#define CC_CONF_FASTCALL __fastcall__ - -#define CCIF -#define CLIF +#include "6502-conf.h" @@ -23,11 +19,6 @@ typedef unsigned short clock_time_t; -#include -#define ctk_arch_isprint isprint - -typedef char ctk_arch_key_t; - #define CH_ULCORNER 0xDA #define CH_URCORNER 0xBF #define CH_LLCORNER 0xC0 @@ -83,7 +74,7 @@ typedef char ctk_arch_key_t; -//#define LOADER_CONF_ARCH "loader/dll-loader.h" +//#define LOADER_CONF_ARCH "loader/???-loader.h" #define PROGRAM_HANDLER_CONF_MAX_NUMDSCS 6 #define PROGRAM_HANDLER_CONF_QUIT_MENU 1 @@ -95,11 +86,6 @@ typedef char ctk_arch_key_t; -typedef unsigned char u8_t; -typedef unsigned short u16_t; -typedef unsigned long u32_t; -typedef unsigned short uip_stats_t; - #define UIP_CONF_MAX_CONNECTIONS 10 #define UIP_CONF_MAX_LISTENPORTS 10 #define UIP_CONF_BUFFER_SIZE (1024 - 2)