diff --git a/Arcade_MiST/Midway MCR 3 Monoboard/mcr3mono.qsf b/Arcade_MiST/Midway MCR 3 Monoboard/mcr3mono.qsf index 54fa6898..3c3fb947 100644 --- a/Arcade_MiST/Midway MCR 3 Monoboard/mcr3mono.qsf +++ b/Arcade_MiST/Midway MCR 3 Monoboard/mcr3mono.qsf @@ -41,7 +41,7 @@ # ======================== set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL -set_global_assignment -name LAST_QUARTUS_VERSION "13.1 SP4.26" +set_global_assignment -name LAST_QUARTUS_VERSION 13.1 set_global_assignment -name PRE_FLOW_SCRIPT_FILE "quartus_sh:rtl/build_id.tcl" # Pin & Location Assignments @@ -209,7 +209,6 @@ set_global_assignment -name ALLOW_SYNCH_CTRL_USAGE ON set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top -set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top set_global_assignment -name SYSTEMVERILOG_FILE rtl/MCR3Mono_MiST.sv set_global_assignment -name VHDL_FILE rtl/mcr3mono.vhd set_global_assignment -name VHDL_FILE rtl/gen_ram.vhd @@ -225,4 +224,5 @@ set_global_assignment -name QIP_FILE ../../common/CPU/68000/FX68k/fx68k.qip set_global_assignment -name VHDL_FILE ../../common/IO/pia6821.vhd set_global_assignment -name VHDL_FILE ../../common/CPU/MC6809/cpu09l_128a.vhd set_global_assignment -name QIP_FILE ../../common/CPU/T80/T80.qip -set_global_assignment -name QIP_FILE ../../common/mist/mist.qip \ No newline at end of file +set_global_assignment -name QIP_FILE ../../common/mist/mist.qip +set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file diff --git a/Arcade_MiST/Midway MCR 3 Monoboard/rtl/MCR3Mono_MiST.sv b/Arcade_MiST/Midway MCR 3 Monoboard/rtl/MCR3Mono_MiST.sv index a3cf3ebd..2a5ba259 100644 --- a/Arcade_MiST/Midway MCR 3 Monoboard/rtl/MCR3Mono_MiST.sv +++ b/Arcade_MiST/Midway MCR 3 Monoboard/rtl/MCR3Mono_MiST.sv @@ -49,8 +49,8 @@ module MCR3Mono_MiST( `include "rtl/build_id.v" // Uncomment one to build with game-specific core name/inputs/sound board -`define CORE_NAME "SARGE" -//`define CORE_NAME "MAXRPM" +//`define CORE_NAME "SARGE" +`define CORE_NAME "MAXRPM" //`define CORE_NAME "RAMPAGE" //`define CORE_NAME "POWERDRV"