mirror of
https://github.com/PDP-10/its.git
synced 2026-01-25 19:56:53 +00:00
Use Panda Display with KLH10.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user