mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
15 lines
236 B
C
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__ */
|