From bd25ccb46428e977828f8bdb4a8cbbaa4de1da6b Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 22 Mar 2019 16:15:55 +0100 Subject: [PATCH] Update TV-11 simulator. --- .gitmodules | 2 +- Makefile | 2 +- tools/tv11 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index b6382f2b..24602b77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,7 +24,7 @@ url = https://github.com/larsbrinkhoff/ka10-simh [submodule "tools/tv11"] path = tools/tv11 - url = https://github.com/aap/tv11 + url = https://github.com/aap/pdp11 [submodule "tools/pdp6"] path = tools/pdp6 url = https://github.com/aap/pdp6 diff --git a/Makefile b/Makefile index b8386544..6cc955f5 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ $(MAGFRM): $(MAKE) -C tools/dasm $(TV11): - $(MAKE) -C tools/tv11 + $(MAKE) -C tools/tv11 CFLAGS=-O3 $(MAKE) -C tools/tv11/tvcon $(PDP6): diff --git a/tools/tv11 b/tools/tv11 index 7f11d679..3b1e2a3b 160000 --- a/tools/tv11 +++ b/tools/tv11 @@ -1 +1 @@ -Subproject commit 7f11d679eafa86c703cf991cf1baee5dd2107258 +Subproject commit 3b1e2a3bf09a170b3ea0deab219fc3f9b9209ad0