Subversion Repositories DevTools

Rev

Rev 227 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
# -*- mode: perl; indent-width: 4; -*-
2
###############################################################################
3
# Copyright (c) ERG Transit Systems. 1996-2004
4
# 
5
# File:         PLATFORM/cmosm68k
6
#
7
# Contents:     CMOS support
8
#
9
# Revision History:
10
#   06/04/00  APY   Created
11
#   07/10/00  APY   Use of Require() subroutine.      
12
#   26/02/02  APY   PlatformRequire()
13
###############################################################################
14
#
15
 
16
Cmosm68kInit();
17
 
18
sub Cmosm68kInit
19
{
20
    PlatformRequire( "eosm68k", "--Mri=44" );
21
}