mirror of
https://github.com/wfjm/w11.git
synced 2026-01-14 07:50:08 +00:00
- rtl/w11a/tb/ - tbrun.yml: retire last tb_pdp11core_stim.dat based test - tb_pdp11core_stim.dat: remove file, now unused and obsolete - tools/tcode/tcode.ecmd: ensure that unibus map window is not memory - tools/dox/*.Doxyfile: up version
18 lines
459 B
Plaintext
18 lines
459 B
Plaintext
! $Id: tcode.ecmd 1306 2022-10-23 19:27:25Z mueller $
|
|
! SPDX-License-Identifier: GPL-3.0-or-later
|
|
! Copyright 2022- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
|
!
|
|
! setup w11 like processor configuration
|
|
!
|
|
set cpu 70
|
|
set memory 3840
|
|
set cpu nofpp
|
|
set idle delay=1
|
|
! set sysid, leading '1' indicates simulator, next '2' e11
|
|
set cpu SYSID=0120345
|
|
!
|
|
! create log file, the only way to capture e11 output
|
|
! no rediction to stdout possible
|
|
!
|
|
log tt0: tmp_e11_tt0
|