Subversion Repositories DevTools

Rev

Rev 7299 | Blame | Last modification | View Log | RSS feed

# -*- mode: perl; indent-width: 4; -*-
###############################################################################
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
# 
# File:         PLATFORM/cmosm68k
#
# Contents:     CMOS support
#
# Revision History:
#   06/04/00  APY   Created
#   07/10/00  APY   Use of Require() subroutine.      
#   26/02/02  APY   PlatformRequire()
###############################################################################
#

Cmosm68kInit();

sub Cmosm68kInit
{
    PlatformRequire( "eosm68k", "--Mri=44" );
}