1
0
mirror of https://github.com/simh/simh.git synced 2026-03-03 10:06:27 +00:00

PDP11: Correct the address of MMR3 in a comment

This commit is contained in:
Mike Hill
2017-03-03 05:01:03 +01:00
parent 1e981e0d64
commit 4c746682f1

View File

@@ -3072,7 +3072,7 @@ return pa;
MMR0 17777572 read/write, certain bits unimplemented or read only
MMR1 17777574 read only
MMR2 17777576 read only
MMR3 17777516 read/write, certain bits unimplemented
MMR3 17772516 read/write, certain bits unimplemented
*/
t_stat MMR012_rd (int32 *data, int32 pa, int32 access)