branlwyd / bdcpu16

DCPU-16 simulator based on version 1.7 of the DCPU-16 specification. See http://dcpu.com/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardware: make terminal self-updating

branlwyd opened this issue · comments

Currently, the monitor on the terminal depends on the main loop to update itself every frame using the Terminal.update() method. It makes more sense to have the terminal keep track of when it should update itself.