|
DataMuseum.dkPresents historical artifacts from the history of: Commodore CBM-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Commodore CBM-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 471 (0x1d7) Types: TextFile Notes: UNIX file Names: »mtype.h«
└─⟦eafc30061⟧ Bits:30001199 Commodore 900 hard disk image └─⟦8281d0872⟧ UNIX Filesystem └─ ⟦294235107⟧ »vol3.fd« UNIX Filesystem └─ ⟦this⟧ »usr/include/mtype.h« └─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code └─⟦2d53db1df⟧ UNIX Filesystem └─ ⟦this⟧ »include/mtype.h« └─⟦eafc30061⟧ Bits:30001199 Commodore 900 hard disk image └─⟦5ec4c54f2⟧ UNIX Filesystem └─ ⟦this⟧ »usr/include/mtype.h«
/* * Machine types. */ #ifndef MTYPE_H #define MTYPE_H /* * Type definitions. */ #define M_PDP11 1 /* PDP-11 */ #define M_VAX 2 /* VAX */ #define M_360 3 /* IBM 360 */ #define M_Z8001 4 /* Zilog 8001 (segmented) */ #define M_Z8002 5 /* Zilog 8002 (unsegmented) */ #define M_8086 6 /* Intel 8086 */ #define M_8080 7 /* Intel 8080 */ #define M_6800 8 /* Motorola 6800 */ #define M_6809 9 /* Motorola 6809 */ #define M_68000 10 /* Motorola 68000 */ #endif