mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-22 18:31:06 +00:00
"Bullet" Fix
This commit is contained in:
parent
92797b0306
commit
a0eb9f20c4
@ -40,7 +40,7 @@
|
||||
# Project-Wide Assignments
|
||||
# ========================
|
||||
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 16.1.2
|
||||
set_global_assignment -name LAST_QUARTUS_VERSION "13.0 SP1"
|
||||
set_global_assignment -name LAST_QUARTUS_VERSION 13.1
|
||||
set_global_assignment -name PROJECT_CREATION_TIME_DATE "01:53:30 APRIL 20, 2017"
|
||||
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
|
||||
set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL
|
||||
|
||||
@ -13,4 +13,3 @@
|
||||
-- SPACE : Fire or Fire Button
|
||||
-- ARROW KEYS : Movements
|
||||
---------------------------------------------------------------------------------
|
||||
Todo: Graphic Glitches
|
||||
Binary file not shown.
@ -46,7 +46,7 @@ localparam CONF_STR = {
|
||||
"O34,Scandoubler Fx,None,HQ2x,CRT 25%,CRT 50%;",
|
||||
"O5,Joystick Control,Normal,Upright;",
|
||||
"T7,Reset;",
|
||||
"V,v1.20.",`BUILD_DATE
|
||||
"V,v1.30.",`BUILD_DATE
|
||||
};
|
||||
|
||||
wire [31:0] status;
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
`define BUILD_DATE "181225"
|
||||
`define BUILD_TIME "190540"
|
||||
`define BUILD_DATE "190223"
|
||||
`define BUILD_TIME "194524"
|
||||
|
||||
@ -668,7 +668,7 @@ p6502 p6502(
|
||||
|
||||
sprom #(
|
||||
.init_file("./roms/136001-212.hj7.hex"),
|
||||
.widthad_a(10),
|
||||
.widthad_a(11),
|
||||
.width_a(8))
|
||||
pf_rom1(
|
||||
.address(pf_rom1_addr),
|
||||
@ -678,7 +678,7 @@ sprom #(
|
||||
|
||||
sprom #(
|
||||
.init_file("./roms/136001-211.f7.hex"),
|
||||
.widthad_a(10),
|
||||
.widthad_a(11),
|
||||
.width_a(8))
|
||||
pf_rom0(
|
||||
.address(pf_rom0_addr),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user