1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-03-31 03:11:25 +00:00

Acrade Update

Van Van Car - Audio fixed
Supeer Glob - sound and Video fixed
Cosmic Avenger - Video fixed
Dorodon - Video fixed
Ladybug - Video fixed
Snapjack - Video fixed
Canyon Bomber - Core Name and Video fixed
Ultra Tank - Video fixed

add Screenshots

Galaxian Hardware needs still a Video Fix
This commit is contained in:
Gehstock
2018-11-25 15:50:45 +01:00
parent de5176952b
commit d1f27eed44
126 changed files with 105 additions and 93 deletions

View File

@@ -15,5 +15,3 @@
--
--
---------------------------------------------------------------------------------
todo: GFX Glitch

View File

@@ -1,2 +1,2 @@
`define BUILD_DATE "181123"
`define BUILD_TIME "010645"
`define BUILD_DATE "181125"
`define BUILD_TIME "152519"

View File

@@ -21,7 +21,7 @@ module canyon_bomber_mist(
`include "rtl\build_id.sv"
localparam CONF_STR = {
"Dominos;;",
"Canyon Bomb;;",
"O1,Self_Test,Off,On;",
"O2,Slam,Off,On;",
"O34,Scandoubler Fx,None,HQ2x,CRT 25%,CRT 50%;",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 913 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@@ -15,4 +15,4 @@
--
---------------------------------------------------------------------------------
todo: Fix Video and Controls
todo: Controls

View File

@@ -107,8 +107,10 @@ dac dac2 (
wire hs, vs;
wire hb, vb;
wire blankn = ~(hb | vb);
video_mixer #(.LINE_LENGTH(480), .HALF_DEPTH(0)) video_mixer
(
video_mixer #(
.LINE_LENGTH(480),
.HALF_DEPTH(1)) // to dark if set to 0
video_mixer(
.clk_sys(clk_24),
.ce_pix(clk_6),
.ce_pix_actual(clk_6),

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 998 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 975 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@@ -1,6 +1,6 @@
---------------------------------------------------------------------------------
--
-- Arcade: Burnin Rubber for MiST by Gehstock
-- Arcade: Burnin' Rubber for MiST by Gehstock
-- 18 December 2017
--
---------------------------------------------------------------------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 878 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1000 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

@@ -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.1
set_global_assignment -name LAST_QUARTUS_VERSION "13.0 SP1"
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
@@ -101,9 +101,6 @@ set_global_assignment -name OPTIMIZE_POWER_DURING_FITTING OFF
set_global_assignment -name FINAL_PLACEMENT_OPTIMIZATION ALWAYS
set_global_assignment -name FITTER_EFFORT "STANDARD FIT"
set_global_assignment -name DEVICE EP3C25E144C8
set_global_assignment -name ENABLE_CONFIGURATION_PINS OFF
set_global_assignment -name ENABLE_NCE_PIN OFF
set_global_assignment -name ENABLE_BOOT_SEL_PIN OFF
set_global_assignment -name CYCLONEIII_CONFIGURATION_SCHEME "PASSIVE SERIAL"
set_global_assignment -name CRC_ERROR_OPEN_DRAIN OFF
set_global_assignment -name FORCE_CONFIGURATION_VCCIO ON

View File

@@ -1,2 +1,2 @@
`define BUILD_DATE "180624"
`define BUILD_TIME "115114"
`define BUILD_DATE "181125"
`define BUILD_TIME "151838"

View File

@@ -1,4 +1,4 @@
set_global_assignment -name IP_TOOL_NAME "ALTPLL"
set_global_assignment -name IP_TOOL_VERSION "13.1"
set_global_assignment -name IP_TOOL_VERSION "13.0"
set_global_assignment -name VHDL_FILE [file join $::quartus(qip_path) "pll.vhd"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll.ppf"]

View File

@@ -14,7 +14,7 @@
-- ************************************************************
-- THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
--
-- 13.1.0 Build 162 10/23/2013 SJ Web Edition
-- 13.0.1 Build 232 06/12/2013 SP 1 SJ Full Version
-- ************************************************************

Binary file not shown.

After

Width:  |  Height:  |  Size: 874 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 KiB

View File

@@ -76,20 +76,21 @@ assign LED = 1;
wire hblank, vblank;
wire ce_vid;
wire hs, vs;
wire [2:0] r,g;
wire [1:0] b;
wire [1:0] r,g,b;
video_mixer #(.LINE_LENGTH(440), .HALF_DEPTH(1)) video_mixer
(
video_mixer #(
.LINE_LENGTH(440),
.HALF_DEPTH(1)) //to Dark if 0
video_mixer(
.clk_sys(clk_sys),
.ce_pix(ce_vid),
.ce_pix_actual(ce_vid),
.SPI_SCK(SPI_SCK),
.SPI_SS3(SPI_SS3),
.SPI_DI(SPI_DI),
.R(blankn ? {r} : "000"),
.G(blankn ? {g} : "00"),
.B(blankn ? {b} : "000"),
.R(blankn ? {r,r,r} : "000000"),
.G(blankn ? {g,g,g} : "000000"),
.B(blankn ? {b,b,b} : "000000"),
.HSync(hs),
.VSync(vs),
.VGA_R(VGA_R),

View File

@@ -1,2 +1,2 @@
`define BUILD_DATE "180911"
`define BUILD_TIME "130054"
`define BUILD_DATE "181125"
`define BUILD_TIME "144022"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@@ -76,20 +76,21 @@ assign LED = 1;
wire hblank, vblank;
wire ce_vid;
wire hs, vs;
wire [2:0] r,g;
wire [1:0] b;
wire [1:0] r,g,b;
video_mixer #(.LINE_LENGTH(440), .HALF_DEPTH(1)) video_mixer
(
video_mixer #(
.LINE_LENGTH(440),
.HALF_DEPTH(1)) //to dark if set to 0
video_mixer(
.clk_sys(clk_sys),
.ce_pix(ce_vid),
.ce_pix_actual(ce_vid),
.SPI_SCK(SPI_SCK),
.SPI_SS3(SPI_SS3),
.SPI_DI(SPI_DI),
.R(blankn ? {r} : "000"),
.G(blankn ? {g} : "00"),
.B(blankn ? {b} : "000"),
.R(blankn ? {r,r,r} : "000000"),
.G(blankn ? {g,g,g} : "000000"),
.B(blankn ? {b,b,b} : "000000"),
.HSync(hs),
.VSync(vs),
.VGA_R(VGA_R),

View File

@@ -1,2 +1,2 @@
`define BUILD_DATE "180911"
`define BUILD_TIME "132152"
`define BUILD_DATE "181125"
`define BUILD_TIME "144540"

View File

@@ -45,7 +45,7 @@ localparam CONF_STR = {
"O2,Joystick Control,Upright,Normal;",
"O34,Scandoubler Fx,None,HQ2x,CRT 25%,CRT 50%;",
"T6,Reset;",
"V,v1.00.",`BUILD_DATE
"V,v1.10.",`BUILD_DATE
};
//////////////////// CLOCKS ///////////////////
@@ -76,20 +76,21 @@ assign LED = 1;
wire hblank, vblank;
wire ce_vid;
wire hs, vs;
wire [2:0] r,g;
wire [1:0] b;
wire [1:0] r,g,b;
video_mixer #(.LINE_LENGTH(292), .HALF_DEPTH(1)) video_mixer
(
video_mixer #(
.LINE_LENGTH(292),
.HALF_DEPTH(1)) // to dark if set to 0
video_mixer(
.clk_sys(clk_sys),
.ce_pix(ce_vid),
.ce_pix_actual(ce_vid),
.SPI_SCK(SPI_SCK),
.SPI_SS3(SPI_SS3),
.SPI_DI(SPI_DI),
.R(blankn ? {r} : "000"),
.G(blankn ? {g} : "00"),
.B(blankn ? {b} : "000"),
.R(blankn ? {r,r,r} : "000000"),
.G(blankn ? {g,g,g} : "000000"),
.B(blankn ? {b,b,b} : "000000"),
.HSync(hs),
.VSync(vs),
.VGA_R(VGA_R),
@@ -148,8 +149,6 @@ wire m_bomb = kbjoy[8];
wire blankn = ~(hblank | vblank);
//condition ? if true : if false
ladybugt ladybugt
(
.CLK_IN(clk_sys),

View File

@@ -1,2 +1,2 @@
`define BUILD_DATE "180911"
`define BUILD_TIME "131554"
`define BUILD_DATE "181125"
`define BUILD_TIME "145311"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@@ -44,7 +44,7 @@ localparam CONF_STR = {
"Snapjack;;",
"O34,Scandoubler Fx,None,HQ2x,CRT 25%,CRT 50%;",
"T6,Reset;",
"V,v1.00.",`BUILD_DATE
"V,v1.10.",`BUILD_DATE
};
//////////////////// CLOCKS ///////////////////
@@ -75,20 +75,21 @@ assign LED = 1;
wire hblank, vblank;
wire ce_vid;
wire hs, vs;
wire [2:0] r,g;
wire [1:0] b;
wire [1:0] r,g,b;
video_mixer #(.LINE_LENGTH(440), .HALF_DEPTH(1)) video_mixer
(
video_mixer #(
.LINE_LENGTH(440),
.HALF_DEPTH(1)) //to dark if set to 0
video_mixer(
.clk_sys(clk_sys),
.ce_pix(ce_vid),
.ce_pix_actual(ce_vid),
.SPI_SCK(SPI_SCK),
.SPI_SS3(SPI_SS3),
.SPI_DI(SPI_DI),
.R(blankn ? {r} : "000"),
.G(blankn ? {g} : "00"),
.B(blankn ? {b} : "000"),
.R(blankn ? {r,r,r} : "000000"),
.G(blankn ? {g,g,g} : "000000"),
.B(blankn ? {b,b,b} : "000000"),
.HSync(hs),
.VSync(vs),
.VGA_R(VGA_R),

View File

@@ -1,2 +1,2 @@
`define BUILD_DATE "180911"
`define BUILD_TIME "132443"
`define BUILD_DATE "181125"
`define BUILD_TIME "145929"

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Some files were not shown because too many files have changed in this diff Show More