mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-20 09:44:38 +00:00
Release Kozmik Kroozr
This commit is contained in:
parent
82e2dfa817
commit
698d9c3c8e
@ -60,7 +60,7 @@ begin
|
||||
int_reg_1 <= '0';
|
||||
int_reg_2 <= '0';
|
||||
int_reg_3 <= '0';
|
||||
load_data_r <= load_data;
|
||||
load_data_r <= '0';
|
||||
int_vector <= (others => '0');
|
||||
else
|
||||
if rising_edge(clock) then
|
||||
|
||||
@ -70,7 +70,7 @@ begin
|
||||
restart_on_next_trigger <= '0';
|
||||
count_in <= (others=> '0');
|
||||
zc_to_in <= '0';
|
||||
clk_trg_r <= clk_trg;
|
||||
clk_trg_r <= '0';
|
||||
else
|
||||
if rising_edge(clock) then
|
||||
if clock_ena = '1' then
|
||||
@ -132,7 +132,8 @@ begin
|
||||
if ((control_word(6) = '1' and trigger = '1' ) or
|
||||
(control_word(6) = '0' and count_ena = '1') ) and time_constant_loaded = '1' then
|
||||
if prescale_in = 0 then
|
||||
prescale_in <= '0'&prescale_max(7 downto 1); -- test divide by 2 !
|
||||
prescale_in <= prescale_max;
|
||||
-- prescale_in <= '0'&prescale_max(7 downto 1); -- test divide by 2 !
|
||||
if count_in = 0 then
|
||||
zc_to_in <= '1';
|
||||
count_in <= count_max;
|
||||
|
||||
BIN
Arcade_MiST/Midway MCR 2/Kozmik Kroozr_MiST/Release/Kroozr.rbf
Normal file
BIN
Arcade_MiST/Midway MCR 2/Kozmik Kroozr_MiST/Release/Kroozr.rbf
Normal file
Binary file not shown.
Binary file not shown.
@ -113,6 +113,7 @@ Aviable Arcade Cores 121
|
||||
|
||||
#Midway MCR 2
|
||||
Domino Man
|
||||
Kozmik Kroozr
|
||||
Satans Hollow
|
||||
Tron
|
||||
Two Tigers(Tron Conversation)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user