Skip to content

mixa6492/battle_city_fpga

 
 

Repository files navigation

#Notes

  • Register (representing sprite object)

    • x_coordinate [2B]
    • Y_coordinate [2B]
    • Rotation [1B]
    • Size&En [1B]
    • Pointer [2B] NOTE: MSB - En; LSB - Size;
  • Map memory (representing map object)

    • Z_coordinate [1B]
    • Rotation [1B]
    • Index [2B]

About

Battle City remake on an FPGA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • VHDL 32.3%
  • C 29.5%
  • XSLT 21.5%
  • C++ 6.0%
  • Python 5.3%
  • Assembly 2.5%
  • Other 2.9%