EMILE/libmacos/macos/romdefs.h
2005-11-08 02:02:16 +00:00

15 lines
236 B
C

/*
*
* (c) 2004,2005 Laurent Vivier <LaurentVivier@wanadoo.fr>
*
*/
#ifndef __MACOS_ROMDEFS_H__
#define __MACOS_ROMDEFS_H__
enum {
catDisplay = 0x0003,
typeVideo = 0x0001,
drSwApple = 0x0001,
};
#endif /* __MACOS_ROMDEFS_H__ */