files.dreamcast revision 1.2
1#	$NetBSD: files.dreamcast,v 1.2 2001/01/16 00:33:50 marcus Exp $
2#
3# new style config file for sh3 architecture
4#
5
6include "arch/dreamcast/conf/files.shbus"
7
8include "dev/wscons/files.wscons"
9
10file	arch/dreamcast/dreamcast/conf.c
11file	arch/dreamcast/dreamcast/machdep.c
12
13defopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
14defopt  opt_led_addr.h	LED_ADDR
15defopt	opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
16			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
17			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
18			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
19
20device maple { }
21attach maple at shb
22file	arch/dreamcast/dev/maple/maple.c	maple
23
24device	mkbd: wskbddev
25attach	mkbd at maple
26file	arch/dreamcast/dev/maple/mkbd.c		mkbd needs-flag
27
28
29device  pvr: wsemuldisplaydev, wsrasteremulops
30attach  pvr at shb
31file    arch/dreamcast/dev/pvr.c  pvr needs-flag
32
33