EMILE/libmacos/macos/romdefs.h

15 lines
232 B
C
Raw Normal View History

2005-11-08 02:02:16 +00:00
/*
*
* (c) 2004,2005 Laurent Vivier <Laurent@lvivier.info>
2005-11-08 02:02:16 +00:00
*
*/
#ifndef __MACOS_ROMDEFS_H__
#define __MACOS_ROMDEFS_H__
enum {
catDisplay = 0x0003,
typeVideo = 0x0001,
drSwApple = 0x0001,
};
#endif /* __MACOS_ROMDEFS_H__ */