Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Galaxian Controls #2

Open
FelixV opened this issue Aug 16, 2012 · 2 comments
Open

Galaxian Controls #2

FelixV opened this issue Aug 16, 2012 · 2 comments

Comments

@FelixV
Copy link

FelixV commented Aug 16, 2012

Reset button doesn't work (reported by xbelanch)

@vlait
Copy link
Contributor

vlait commented Aug 17, 2012

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
Copy link
Contributor

vlait commented Aug 22, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants