mirror of
https://github.com/UzixLS/TSConf_MiST.git
synced 2025-07-18 23:01:37 +03:00
update tsconf to commit 83afbba6f5d366f96297028aa3d64512fa254a51
This commit is contained in:
28
rtl/tune.v
Normal file
28
rtl/tune.v
Normal file
@ -0,0 +1,28 @@
|
||||
`timescale 1ns/100ps
|
||||
|
||||
`ifdef MODEL_TECH
|
||||
`define SIMULATE
|
||||
`endif
|
||||
|
||||
//`define DRAMMEM_VERBOSE
|
||||
//`define FETCH_VERBOSE
|
||||
|
||||
// `define FREE_IORQ // for non-blocked by internal ports !IORQ
|
||||
|
||||
// `define IDE_HDD // for IDE HDD
|
||||
`define IDE_VDAC // for VideoDAC instead of IDE
|
||||
// `define IDE_VDAC2 // for VideoDAC2 instead of IDE
|
||||
|
||||
`define XTR_FEAT // extra features, in only IDEless version
|
||||
|
||||
// `define SD_CARD2 // for second SD Card
|
||||
|
||||
// `define AUTO_INT // auto-incremented Frame Interrpt
|
||||
|
||||
// `define FDR // FDD Ripper version (use with DISABLE_TSU)
|
||||
|
||||
// `define DISABLE_TSU // disable TSU
|
||||
|
||||
// `define PENT_312 // for Pentagon 71680 tacts emulation with 312 video lines
|
||||
|
||||
`define KEMPSTON_8BIT // 8-bit enhanced Kempston Joystick interface
|
Reference in New Issue
Block a user