# -*- mode: perl; indent-width: 4; -*- ############################################################################### # Copyright (c) ERG Transit Systems. 1996-2004 # # 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" ); }