mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
Use Panda Display with KLH10.
This commit is contained in:
parent
46f36b3b76
commit
aafa4daf29
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
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit d24efb84046f6dc0fc53166a7810854909419186
|
||||
Subproject commit fcf812e4d700cfc387e7452e1bfb40ad895c3c2c
|
||||
Loading…
x
Reference in New Issue
Block a user