Skip to content

Commit

Permalink
Enalbed TV80_REFRESH
Browse files Browse the repository at this point in the history
  • Loading branch information
rejunity committed Jun 5, 2024
1 parent e034540 commit d3a7953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tv80/tv80_core.v
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

`define TV80_REFRESH 1

module tv80_core (/*AUTOARG*/
// Outputs
m1_n, iorq, no_read, write, rfsh_n, halt_n, busak_n, A, dout, mc,
Expand Down
2 changes: 2 additions & 0 deletions src/tv80/tv80s.v
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

`define TV80_REFRESH 1

module tv80s (/*AUTOARG*/
// Outputs
m1_n, mreq_n, iorq_n, rd_n, wr_n, rfsh_n, halt_n, busak_n, A, dout, write,
Expand Down

0 comments on commit d3a7953

Please sign in to comment.