1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-05-03 23:09:16 +00:00

Jailbreak: add Z80 games (Green Beret, Mr. Goemon)

This commit is contained in:
Gyorgy Szombathelyi
2022-01-05 00:11:00 +01:00
parent cffe3c724d
commit 1ff953a6d9
11 changed files with 328 additions and 120 deletions

View File

@@ -91,6 +91,7 @@ begin
reg_q <= (others => '0');
we_q <= false;
ready_q <= '0';
we_n_d <= '1';
elsif clock_i'event and clock_i = '1' then
if clk_en_i then