1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 15:27:14 +00:00
Patrick Linstruth 7b104931e0 AltairZ80: Fix HALT stop code conflict with ON ERROR
AltairZ80 uses 0 for the VM-specific HLT instruction stop code.
SCP defines SCPE_OK as 0.
SCP uses 0 to mean all errors ("ON ERROR").

The command "ON 0" will generate "%SIM-ERROR: Invalid argument: 0".

This PR changes the HALT stop code from 0 to 5.
2022-11-27 06:28:03 -08:00
..
2016-05-15 15:25:33 -07:00
2011-04-15 08:35:54 -07:00
2011-04-15 08:35:54 -07:00
2021-02-09 13:34:53 +01:00