mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-25 09:30:50 +00:00
41 lines
566 B
R
41 lines
566 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
|
||
|
};
|
||
|
|
||
|
|
||
|
|