-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
I have made this change to my framework which you may consider useful for the general MiSTer framework:
- the core ports are defined in a common file to all games
It looks like this when you use it:
module jtkicker_game(
`include "jtframe_game_ports.inc" // see $JTFRAME/hdl/inc/jtframe_game_ports.inc
);
You can check out the included file here.
From a maintenance point of view, this is very practical because features can be added and fixed more easily for all cores. From the developer point of view, it takes clutter away and removes the need to keep track of new ports added via MISTER_ macros.
It may fit my development tool chain better than yours, but I just wanted to share my two cents. Please close the issue at any time. I am not requesting that you actually implement it, but just sharing some thoughts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels