mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-02-14 19:56:02 +00:00
Release Tetris
This commit is contained in:
BIN
Arcade_MiST/Atari Tetris/Release/Tetris.rbf
Normal file
BIN
Arcade_MiST/Atari Tetris/Release/Tetris.rbf
Normal file
Binary file not shown.
Binary file not shown.
BIN
Arcade_MiST/Atari Tetris/Tetris.jpg
Normal file
BIN
Arcade_MiST/Atari Tetris/Tetris.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
@@ -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
|
||||
|
||||
15
Arcade_MiST/Atari Tetris/clean.bat
Normal file
15
Arcade_MiST/Atari Tetris/clean.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
del /s *.bak
|
||||
del /s *.orig
|
||||
del /s *.rej
|
||||
rmdir /s /q db
|
||||
rmdir /s /q incremental_db
|
||||
rmdir /s /q output
|
||||
rmdir /s /q simulation
|
||||
rmdir /s /q greybox_tmp
|
||||
del PLLJ_PLLSPE_INFO.txt
|
||||
del *.qws
|
||||
del *.ppf
|
||||
del *.qip
|
||||
del *.ddb
|
||||
pause
|
||||
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -57,7 +57,7 @@ localparam CONF_STR = {
|
||||
"O9,Show Lamps,Off,On;",
|
||||
"O7,Swap Joystick,Off,On;",
|
||||
"T0,Reset;",
|
||||
"V,v1.0.",`BUILD_DATE
|
||||
"V,v1.1.",`BUILD_DATE
|
||||
};
|
||||
|
||||
assign LED = ~ioctl_downl;
|
||||
|
||||
@@ -14,6 +14,8 @@ Aviable Arcade Cores
|
||||
#Atari Discrete Logic
|
||||
Computer Space
|
||||
|
||||
#Atari Tetris
|
||||
|
||||
#Bagman Hardware
|
||||
Bagman
|
||||
Botanic
|
||||
|
||||
Reference in New Issue
Block a user