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 32 forks source link

galaxian starfield scrolling too fast and moving sideways #4

Closed vlait closed 12 years ago

vlait commented 12 years ago

very likely a clock issue

vlait commented 12 years ago

a "not" was missing mc_stars.vhd, line 53 CLK_1C <= not (I_CLK_18M and not I_CLK_6M and W_V_SYNCn and I_256HnX);

(instead of 'CLK_1C <= not (I_CLK_18M and not I_CLK_6M and W_V_SYNCn and I_256HnX);' )

jackgassett commented 12 years ago

Fixed with commit 89bd6c8