DFillmore / viola

Viola is a Z-Machine Interpreter written in Python.
19 stars 2 forks source link

Pay attention to @buffer_screen #41

Open DFillmore opened 10 years ago

DFillmore commented 10 years ago

@buffer_screen allows the game to hint that the interpreter should use a backing store for all screen updates, until the game is finished whatever complicated drawing it's doing. It is legal to ignore the opcode completely, but it might be worthwhile using.