Skip to content

Commit 3c2be84

Browse files
committed
Enalbed TV80_REFRESH
1 parent 9436cbd commit 3c2be84

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/tv80/tv80_core.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2323
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2424

25+
`define TV80_REFRESH 1
26+
2527
module tv80_core (/*AUTOARG*/
2628
// Outputs
2729
m1_n, iorq, no_read, write, rfsh_n, halt_n, busak_n, A, dout, mc,

src/tv80/tv80s.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2323
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2424

25+
`define TV80_REFRESH 1
26+
2527
module tv80s (/*AUTOARG*/
2628
// Outputs
2729
m1_n, mreq_n, iorq_n, rd_n, wr_n, rfsh_n, halt_n, busak_n, A, dout,

0 commit comments

Comments
 (0)