mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-04 01:29:22 +00:00
41 lines
565 B
R
41 lines
565 B
R
|
/*
|
|||
|
File: I2C_Cyclone.r
|
|||
|
|
|||
|
Contains: I2C component resources
|
|||
|
|
|||
|
Written by: Dan Hitchens
|
|||
|
|
|||
|
Copyright: <09> 1993 by Apple Computer, Inc., all rights reserved.
|
|||
|
|
|||
|
Change History (most recent first):
|
|||
|
|
|||
|
<SM2> 6/14/93 kc Roll in Ludwig.
|
|||
|
<LW2> 12/23/92 fau Modified the thng, code, and STR id's to use the blessed ones
|
|||
|
from MSAD.
|
|||
|
|
|||
|
*/
|
|||
|
|
|||
|
#include "Types.r"
|
|||
|
#include "MPWTypes.r"
|
|||
|
#include "ImageCodec.r"
|
|||
|
|
|||
|
|
|||
|
resource 'thng' (-16728, "I2C Component",locked) {
|
|||
|
'i2c ',
|
|||
|
'm3tv',
|
|||
|
'appl',
|
|||
|
0,
|
|||
|
0,
|
|||
|
'code',
|
|||
|
-16730,
|
|||
|
'STR ',
|
|||
|
-16723,
|
|||
|
'STR ',
|
|||
|
-16724,
|
|||
|
0,
|
|||
|
0
|
|||
|
};
|
|||
|
|
|||
|
|
|||
|
|