1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-19 14:06:11 +00:00
Files
open-simh.simh/ALTAIR/altair_cpu.c
Scott Bailey d8b55677c1 ALTAIR: Reads of uninstalled memory are supposed to return 0377 (0xff). However,
memory bytes beyond the installed limit were being initialized with 0
instead of 0377. Fix comment and the actual initialization loop.
2015-02-06 09:28:29 -08:00

36 KiB