mirror of
https://github.com/wfjm/w11.git
synced 2026-04-29 13:23:22 +00:00
- Rw11Probe: ctor: fData* initialized as 0 (not false)
- tbench/*/test_*.tcl: add proper device check
- ibd_ibtst: fix sensitivity list
- RlinkContext: BUGFIX: use proper polarity of status mask
- tools/asm-11/lib
- defs_*.tcl: add va.xxx and vp.xxx vector defs
- vec_devcatch{_reset}.mac: rename v..deu to v..xu
44 lines
921 B
Plaintext
44 lines
921 B
Plaintext
; $Id: defs_tm.mac 1122 2019-03-17 08:15:42Z mueller $
|
|
; Copyright 2015- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
|
; License disclaimer see License.txt in $RETROBASE directory
|
|
;
|
|
; definitions for RK11 controler
|
|
;
|
|
; vector address/priority definition
|
|
;
|
|
va.tm=000224
|
|
vp.tm=5
|
|
;
|
|
; register addresses
|
|
;
|
|
tm.sr =172520
|
|
tm.cr =172522
|
|
tm.bc =172524
|
|
tm.ba =172526
|
|
tm.db =172530
|
|
tm.rl =172532
|
|
;
|
|
; symbol definitions for tm.sr
|
|
;
|
|
tm.icm=100000
|
|
tm.eof=040000
|
|
tm.pae=010000
|
|
tm.eot=002000
|
|
tm.rle=001000
|
|
tm.bte=000400
|
|
tm.nxm=000200
|
|
tm.onl=000100
|
|
tm.bot=000040
|
|
tm.wrl=000004
|
|
tm.rew=000002
|
|
tm.tur=000001
|
|
;
|
|
; symbol definitions for tm.cr
|
|
;
|
|
tm.err=100000
|
|
tm.ini=010000
|
|
tm.pev=004000
|
|
tm.rdy=000200
|
|
tm.ie =000100
|
|
tm.go =000001
|