URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [tk/] [mac/] [tkMacMDEF.r] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
/*
* tkMacMDEF.r --
*
* This file contains the actual MDEF. Since this is not likely to
* change much, this seems the easiest method to use. The address
* of the routine descriptor is written into offset 0x24 hex, and
* then when the MDEF is called, the Mixed Mode Manager will take
* care of the setup.
*
* This file also contains the icons 'SICN' used by the menu code
* in menu items.
*
* Copyright (c) 1996-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
* RCS: @(#) $Id: tkMacMDEF.r,v 1.1.1.1 2002-01-16 10:25:55 markom Exp $
*/
#include <Types.r>
/*
* This code was generated by a project file and will not need to be changed.
* It is just a stub. The address of the real MDEF handler will be blasted
* in.
*/
data 'MDEF' (591, preload) {
$"2F2E 0014 2F2E 0010 2F2E 000C 2F0A 486E" /* /.../.../.../.Hn */
$"0000" /* .. */
};
Go to most recent revision | Compare with Previous | Blame | View Log