FreeCalypso > hg > freecalypso-reveng
view fluid-mnf/calplus/standard.h @ 402:1b83d07576bf
compal/boot/c123-boot.disasm: missed vector branch at 0x1c
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 15 Jan 2023 00:06:59 +0000 |
parents | 9cecc930d78f |
children |
line wrap: on
line source
#ifndef _STANDARD_H_ #define _STANDARD_H_ #define _PC_RAM_LOADER_ typedef unsigned char UWORD8; typedef unsigned short int UWORD16; typedef unsigned long int UWORD32; typedef unsigned char BOOLEAN; enum { C_FALSE = 0, C_TRUE = 1 }; #endif