GadgetFactory / Papilio-Arcade

A collection of arcade games targeted for Papilio FPGA boards. Many of the games are from FPGAArcade.com.
http://papilio.cc/index.php?n=Papilio.PapilioArcade
49 stars 31 forks source link

Galaxian Controls #2

Open FelixV opened 11 years ago

FelixV commented 11 years ago

Reset button doesn't work (reported by xbelanch)

vlait commented 11 years ago

Button not connected is not the same as button not working :)

galaxian_top.vhd, line 34 I_RESET_SW : in std_logic;

line 521 W_RESETn <= not I_RESET_SW; -- W_RESETn <= '1';

p1_500_Arcade_Megawing.ucf line 108 NET I_RESET_SW LOC = "P67" | IOSTANDARD = LVTTL | DRIVE = 8 | SLEW = FAST ; # reset

recompile and enjoy true ragequits :)

vlait commented 11 years ago

If ok i'll add that to my branch and send Jack a pull req ?