DFillmore / viola

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

Zen Speaks freezes Viola #79

Open DFillmore opened 11 months ago

DFillmore commented 11 months ago

Arguably due to an illegal action in Zen Speaks, which loops forever until a sound interrupt is called. Viola seems to never call the interrupt function.

This behaviour probably violates the Standard, which says that 'A game should not place any important code in' sound interrupt routines, but it would be nice to be able to handle it anyway.