std.dreamcast revision 1.6 1 # $NetBSD: std.dreamcast,v 1.6 2005/09/17 09:44:06 yamt Exp $
2 #
3 # standard, required NetBSD/dreamcast 'options'
4
5 machine dreamcast sh3
6 include "conf/std" # MI standard options
7
8 options EXEC_SCRIPT # exec #! scripts
9
10 # CPU support
11 options SH4
12 options SH7750
13 options PCLOCK=49900000 # 50MHz
14 #options PCLOCK=50000000 # 50MHz
15 options IOM_ROM_BEGIN=0x00000000
16 options IOM_ROM_SIZE=0x00100000 # 1MB
17 options IOM_RAM_BEGIN=0x0c000000
18 options IOM_RAM_SIZE=0x01000000 # 16MB
19
20 makeoptions ENDIAN="-EL"
21 makeoptions LDSCRIPTBASE="shl.x" # for little endian
22