mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-02 21:30:29 +00:00
9bd9755dbb
Signed-off-by: Laurent Vivier <Laurent@Vivier.EU>
15 lines
229 B
C
15 lines
229 B
C
/*
|
|
*
|
|
* (c) 2004,2005 Laurent Vivier <Laurent@Vivier.EU>
|
|
*
|
|
*/
|
|
|
|
#ifndef __MACOS_ROMDEFS_H__
|
|
#define __MACOS_ROMDEFS_H__
|
|
enum {
|
|
catDisplay = 0x0003,
|
|
typeVideo = 0x0001,
|
|
drSwApple = 0x0001,
|
|
};
|
|
#endif /* __MACOS_ROMDEFS_H__ */
|