Home | History | Annotate | Line # | Download | only in conf
std.dreamcast revision 1.4
      1 # $NetBSD: std.dreamcast,v 1.4 2002/05/03 01:36:02 thorpej Exp $
      2 #
      3 # standard, required NetBSD/dreamcast 'options'
      4 
      5 machine dreamcast sh3
      6 
      7 options 	EXEC_SCRIPT	# exec #! scripts
      8 
      9 # CPU support
     10 options 	SH4
     11 options 	SH7750
     12 options 	PCLOCK=49900000			# 50MHz
     13 #options 	PCLOCK=50000000			# 50MHz 
     14 options 	IOM_ROM_BEGIN=0x00000000
     15 options 	IOM_ROM_SIZE=0x00100000         # 1MB
     16 options 	IOM_RAM_BEGIN=0x8c000000
     17 options 	IOM_RAM_SIZE=0x01000000         # 16MB
     18 
     19 makeoptions	ENDIAN="-EL"
     20 makeoptions	LDSCRIPTBASE="shl.x"	# for little endian
     21