1
0
mirror of https://github.com/simh/simh.git synced 2026-02-11 10:36:08 +00:00
Files
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