]> git.zerfleddert.de Git - fpga-games/blob - galaxian/src/mc_conf.v
cleanup clocks
[fpga-games] / galaxian / src / mc_conf.v
1 //===============================================================================
2 // FPGA MOONCRESTA CONFIG FILE
3 //
4 // Version : 1.00
5 //
6 // Copyright(c) 2004 Katsumi Degawa , All rights reserved
7 //
8 // Important !
9 //
10 // This program is freeware for non-commercial use.
11 // An author does no guarantee about this program.
12 // You can use this under your own risk.
13 //
14 //================================================================================
15 //- Device selct ----------------------------------------------------------------
16 // `define DEVICE_CYCLONE // ALTERA DEVICE
17 `define DEVICE_SPARTAN2E // XILINX DEVICE
18 //--------------------------------------------------------------------------------
19 //- Video out Format ------------------------------------------------------------
20 `define VGA_USE
21
22 //--------------------------------------------------------------------------------
23 //- include the playstation control(DUALSHOCK) interface module -----------------
24 //`define PSPAD_USE
25 `define Dualshock // default
26 //--------------------------------------------------------------------------------
27
28
29
30
31
32
33
34
35
Impressum, Datenschutz