jotego / jtcores

FPGA cores compatible with multiple arcade game machines and KiCAD schematics of arcade games. Working on MiSTer FPGA/Analogue Pocket
https://patreon.com/jotego
GNU General Public License v3.0
240 stars 41 forks source link

Replace explicit port list for include file #471

Closed jotego closed 10 months ago

jotego commented 10 months ago

These cores are still enumerating the game module ports. They should use the include file instead:

module jttwin16_game(
    `include "jtframe_game_ports.inc" // see $JTFRAME/hdl/inc/jtframe_game_ports.inc
);
jotego commented 10 months ago

Done in 15bfca34b8f6a330d3f812c50a959b895caa6b32