VT100 machine should halt on any unknown I/O or invalid memory access for now

This commit is contained in:
Jeff Parsons 2016-08-01 17:18:19 -07:00 committed by Jeff Parsons
commit 900cdab73a

View file

@ -18,5 +18,5 @@
</video> </video>
<keyboard id="keyboard"/> <keyboard id="keyboard"/>
<panel ref="/devices/pc8080/panel/wide.xml"/> <panel ref="/devices/pc8080/panel/wide.xml"/>
<debugger id="debugger" commands="s 8086"/> <debugger id="debugger" messages="mem|halt" commands="s 8086"/>
</machine> </machine>