mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-28 16:31:01 +00:00
4325cdcc78
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included. The Tools directory, containing mostly junk, is also excluded.
41 lines
565 B
R
41 lines
565 B
R
/*
|
|
File: I2C_Cyclone.r
|
|
|
|
Contains: I2C component resources
|
|
|
|
Written by: Dan Hitchens
|
|
|
|
Copyright: © 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
|
|
};
|
|
|
|
|
|
|