Difference between revisions of "Geneve CRU definitions"

From Ninerpedia
Jump to navigation Jump to search
Line 11: Line 11:
{| style="width:50%; padding-top:3em"
{| style="width:50%; padding-top:3em"
|-
|-
| colspan="4" style="background-color:lightgray; text-align:center" | TMS 9901
| colspan="5" style="background-color:lightgray; text-align:center" | TMS 9901
|-
|-
| style="width:15%" | 0000
| style="width:15%" | Address
| style="width:15%" | 0
| style="width:15%" | Bit
| style="width:15%" | flag
| style="width:15%" | Kind
| style="width:10%" | Default
| Meaning
|-
| 0000
| 0
| flag
| 0
| Clock mode (/Interrupt mode)
| Clock mode (/Interrupt mode)
|-
|-
Line 21: Line 28:
| 1
| 1
| int
| int
| 1
| /INTA (P-Box, pin 17)
| /INTA (P-Box, pin 17)
|-
|-
Line 26: Line 34:
| 2
| 2
| int
| int
| 1
| /V9938 INT
| /V9938 INT
|-
|-
Line 31: Line 40:
| 3
| 3
| in
| in
| 1
| /Joystick button
| /Joystick button
|-
|-
Line 36: Line 46:
| 4
| 4
| in
| in
| 1
| /Joystick left
| /Joystick left
|-
|-
Line 41: Line 52:
| 5
| 5
| in
| in
| 1
| /Joystick right
| /Joystick right
|-
|-
Line 46: Line 58:
| 6
| 6
| in
| in
| 1
| /Joystick down
| /Joystick down
|-
|-
Line 51: Line 64:
| 7
| 7
| in
| in
| 1
| /Joystick up
| /Joystick up
|-
|-
Line 56: Line 70:
| 8
| 8
| int
| int
| 1
| /Keyboard Interrupt
| /Keyboard Interrupt
|-
|-
Line 61: Line 76:
| 9
| 9
| in
| in
| 0 (mirrors 003A)
| 0
| (mirrors 003A)
|-
|-
| 0014
| 0014
| 10
| 10
| in
| in
| 1
| /Left Mouse button (mirrors 0038)
| /Left Mouse button (mirrors 0038)
|-
|-
Line 71: Line 88:
| 11
| 11
| in
| in
| 1
| /Real-time clock interrupt (mirrors 0036)
| /Real-time clock interrupt (mirrors 0036)
|-
|-
Line 76: Line 94:
| 12
| 12
| in
| in
| 1
| /INTB (mirrors 0034)
| /INTB (mirrors 0034)
|-
|-
Line 81: Line 100:
| 13
| 13
| in
| in
| 1
| (reflects output 0032)
| (reflects output 0032)
|-
|-
Line 86: Line 106:
| 14
| 14
| in
| in
| 0
| -
| -
|-
|-
Line 91: Line 112:
| 15
| 15
| in
| in
| 1
| (reflects output 002E)
| (reflects output 002E)
|-
|-
Line 96: Line 118:
| 16
| 16
| out
| out
| 0
| RESET (P-Box, pin 6 (inverted))
| RESET (P-Box, pin 6 (inverted))
|-
|-
Line 101: Line 124:
| 17
| 17
| out
| out
| 1
| /V9938 reset
| /V9938 reset
|-
|-
Line 106: Line 130:
| 18
| 18
| out
| out
| 1
| Joystick select
| Joystick select
|-
|-
Line 111: Line 136:
| 19
| 19
| -
| -
| 0
| -
| -
|-
|-
Line 116: Line 142:
| 20
| 20
| -
| -
| 0
| -
| -
|-
|-
Line 121: Line 148:
| 21
| 21
| -
| -
| 0
| -
| -
|-
|-
Line 126: Line 154:
| 22
| 22
| out
| out
| 1
| /Keyboard reset
| /Keyboard reset
|-  
|-  
Line 131: Line 160:
| 23
| 23
| out
| out
| 1
| PAL pin 5 (System clock speed?)
| PAL pin 5 (System clock speed?)
|-  
|-  
Line 136: Line 166:
| 24
| 24
| -
| -
| 0
| -
| -
|-  
|-  
Line 141: Line 172:
| 25
| 25
| out
| out
| 1
| Video [[Geneve wait state generation | wait states]] (PAL pin 19)
| Video [[Geneve wait state generation | wait states]] (PAL pin 19)
|-  
|-  
Line 146: Line 178:
| 26
| 26
| in
| in
| 1
| /INTB (P-Box pin 18)
| /INTB (P-Box pin 18)
|-  
|-  
Line 151: Line 184:
| 27
| 27
| in
| in
| 1
| /Real-time clock interrupt
| /Real-time clock interrupt
|-  
|-  
Line 156: Line 190:
| 28
| 28
| in
| in
| 1
| /Left mouse button
| /Left mouse button
|-  
|-  
Line 162: Line 197:
| in
| in
| 0
| 0
| Connected to GND
|-  
|-  
| 003C
| 003C
| 30
| 30
| in
| in
| 1
| /Keyboard interrupt (mirrors 0010, no int)
| /Keyboard interrupt (mirrors 0010, no int)
|-  
|-  
Line 171: Line 208:
| 31
| 31
| in
| in
| 1
| /Joystick up (mirrors 000e)
| /Joystick up (mirrors 000e)
|}
|}

Revision as of 23:22, 20 September 2011

Definitions

CRU bits may be tested with the TB command, with the base address in R12. The bit is copied to the EQ flag of the status register so that a JEQ will cause a branch whenever the bit is set.

The bits of the 9901 are tested in positive logic, which means that a low value on the pin will make a TB yield EQ=0, and a high value on the pin makes EQ=1. The signals on the pins may show negative logic themselves. That is, if the joystick button is pressed, a low value is put on the /INT3 input (bit 3), and a TB 3 will make EQ=0, while a not pressed button would be EQ=1.

TMS9901 lines may be configured as inputs (in), outputs (out), and the first 16 addresses may be configured as interrupt inputs (int), triggering an outgoing interrupt if the mask is set to 1 for the respective input. The interrupt mask configuration may be changed as desired; for instance, one could enable interrupts from the real-time clock by setting bit 11 to 1. The setting as shown here is the typical setting when working in MDOS.

/signal means negative logic. The first column is the base address for the respective bit if that bit is addressed without offset. You see that the base address is shifted one bit position to the left. Thus, setting R12 to >0004 and accessing bit 0 is the same as setting R12 to >0000 and accessing bit 2.

TMS 9901
Address Bit Kind Default Meaning
0000 0 flag 0 Clock mode (/Interrupt mode)
0002 1 int 1 /INTA (P-Box, pin 17)
0004 2 int 1 /V9938 INT
0006 3 in 1 /Joystick button
0008 4 in 1 /Joystick left
000A 5 in 1 /Joystick right
000C 6 in 1 /Joystick down
000E 7 in 1 /Joystick up
0010 8 int 1 /Keyboard Interrupt
0012 9 in 0 (mirrors 003A)
0014 10 in 1 /Left Mouse button (mirrors 0038)
0016 11 in 1 /Real-time clock interrupt (mirrors 0036)
0018 12 in 1 /INTB (mirrors 0034)
001A 13 in 1 (reflects output 0032)
001C 14 in 0 -
001E 15 in 1 (reflects output 002E)
0020 16 out 0 RESET (P-Box, pin 6 (inverted))
0022 17 out 1 /V9938 reset
0024 18 out 1 Joystick select
0026 19 - 0 -
0028 20 - 0 -
002A 21 - 0 -
002C 22 out 1 /Keyboard reset
002E 23 out 1 PAL pin 5 (System clock speed?)
0030 24 - 0 -
0032 25 out 1 Video wait states (PAL pin 19)
0034 26 in 1 /INTB (P-Box pin 18)
0036 27 in 1 /Real-time clock interrupt
0038 28 in 1 /Left mouse button
003A 29 in 0 Connected to GND
003C 30 in 1 /Keyboard interrupt (mirrors 0010, no int)
003E 31 in 1 /Joystick up (mirrors 000e)
Special
13C0-13FE Single step
TMS9995
1EE0 0 Decrementer in event counter mode (0=in timer mode)
1EE2 1 Enable decrementer
1EE4 2 Interrupt level 1 latch
1EE6 3 Interrupt level 2 latch
1EE8 4 Interrupt level 4 latch
1EEA 5 not used
1EEC 6 not used
1EEE 7 not used
1EF0 8 Keyboard clock enable
1EF2 9 Clear keyboard input register
1EF4 10 Geneve mode (/TI mode)
1EF6 11 Direct mode (/Mapper mode)
1EF8 12 Cartridge rom size (1=8 KiB, 0=16 Kib)
1EFA 13 /Protect 6xxx
1EFC 14 /Protect 7xxx
1EFE 15 /Add wait state per memory cycle
1FDA 125 Macro Instruction Detect

The MID flag is set whenever the CPU encounters an unknown opcode. This (together with the interrupt) may be used to implement new "commands" on the application level.

The bits on addresses 1EEA to 1EFE are so-called user-defined internal CRU flags. As such, they are just latches that store the recent setting (0 or 1) and return it when reading the bit again. However, the TMS 9995 processor propagates the setting to the outside world, while ignoring input from there. That is, when we set bit 15 to 1 (here on address 1efe),

  • the CPU stores the 1 on the corresponding flag
  • it also outputs the 1 on CRUOUT, with the address bus set to 1EFE, where it may have some specific effect. Here, it turns off wait states.

When we test the bit using TB, the processor reads the flag value, but it ignores any incoming bit on CRUIN. This is reasonable, as the address is visible outside, and external devices may attempt to send some value to the CPU.

Obviously these flag bits only make sense when used as outputs. Storing bits for later reading can be done better within the CPU RAM.

Usage

As always, CRU bits are queried and set with special commands. Bits are addressed as offsets to a base address which is stored in Workspace Register 12 (R12). The base address is stored in bits 3-14, so the R12 value is twice as high as the absolute bit address. (Note that bit 15 cannot be used since A15 and CRUOUT share the same line.) Base addresses are commonly noted as register 12 values.

Turn on Geneve mode:

LI   R12,>1EF4
SBO  0

or, equivalently

LI   R12,>1EE0
SBO  10

since >1EE0 + 2·10 = >1EE0 + >14 = >1EF4

(bit numbers are often given in decimal notation)

The LDCR and STCR commands are used to write or read multiple CRU bits. The base address is automatically incremented for each bit transfer. Bit transfers begin at the least significant bit. Note that it is relevant whether less than 9 bits are transferred: If less, the memory location is treated as a byte address, if more, as a word address.

LI   R12,>0006
STCR R0,5

reads the five joystick lines, storing the bits in the least significant five bits of the high byte of R0, with bit 3 at the right.

x x x up down right left but x x x x x x x x

If we had transferred 9 bits, all bits as shown above are shifted to the right by 8 positions (starting at the very right bit).

LI   R12,>1EF0
LI   R1,>F100   * binary: 11110001
LDCR R1,8

This enables the keyboard clock, not clearing the input register, activating TI mode and mapping, cartridges have 8K, no write protection to 6xxx and 7xxx, and no wait states.