mirror of
https://github.com/PDP-10/its.git
synced 2026-02-27 17:22:35 +00:00
Use Panda Display with KLH10.
This commit is contained in:
2
Makefile
2
Makefile
@@ -172,7 +172,7 @@ $(KLH10):
|
||||
$(MKDIR) tmp; \
|
||||
cd tmp; \
|
||||
export CONFFLAGS_USR=-DKLH10_DEV_DPTM03=0; \
|
||||
../configure --bindir="$(CURDIR)/build/klh10"; \
|
||||
../configure --enable-lights --bindir="$(CURDIR)/build/klh10"; \
|
||||
$(MAKE) -C bld-ks-its; \
|
||||
$(MAKE) -C bld-ks-its install
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ install_linux() {
|
||||
case "$EMULATOR" in
|
||||
simh) sudo apt-get install -y simh;;
|
||||
sims) sudo apt-get install -y libx11-dev libxt-dev;;
|
||||
klh10) sudo apt-get install -y libusb-1.0-0-dev;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
@@ -25,5 +25,8 @@ devdef dz0 ub3 dz11 addr=760010 br=5 vec=340
|
||||
; Define new HOST device hackery
|
||||
devdef idler ub3 host addr=777000
|
||||
|
||||
; Console lights.
|
||||
lights usb
|
||||
|
||||
load @.ddt-u
|
||||
load dskdmp.216bin
|
||||
|
||||
Submodule tools/klh10 updated: d24efb8404...fcf812e4d7
Reference in New Issue
Block a user