IO Pages: Difference between revisions
(in progress) |
(→Notes) |
||
Line 5: | Line 5: | ||
'''Model names''': Certain features are only available on certain models, and these terms are used exactly. For instance, "F256Jr" means exactly the 1st gen Jr, not the entire Jr line. | '''Model names''': Certain features are only available on certain models, and these terms are used exactly. For instance, "F256Jr" means exactly the 1st gen Jr, not the entire Jr line. | ||
'''BGRx''': A 4-byte aligned color entry in Blue, Green, Red order, with the 4th byte unused. | |||
== IO Page 0 == | == IO Page 0 == | ||
Line 1,547: | Line 1,549: | ||
|Graphics CLUT 3 (256 × BGRx) | |Graphics CLUT 3 (256 × BGRx) | ||
|} | |} | ||
== IO Page 2 == | == IO Page 2 == | ||
{| class="wikitable" | {| class="wikitable" |
Revision as of 18:10, 8 October 2025
More detailed information is found in the Manuals.
Notes
SRAM Address: The VICKY can only address the system SRAM (for now, DDR3 support coming). The 1st gen hardware has 512kB (19-bit space), while the 2nd gen has 2MB (21-bit space). The 24-bit pointers used are direct addresses into the SRAM chip, regardless of how the 2MB is mapped to the CPU's/MMU's address space. For instance, Core2x has 4 separate 512kB banks at non-consecutive addresses; these 4 banks are all linear+consecutive in the SRAM, and that view must be addressed here instead of its 24-bit CPU-visible addresses.
Model names: Certain features are only available on certain models, and these terms are used exactly. For instance, "F256Jr" means exactly the 1st gen Jr, not the entire Jr line.
BGRx: A 4-byte aligned color entry in Blue, Green, Red order, with the 4th byte unused.
IO Page 0
MMU | Flat | R/W | Name | Description |
---|---|---|---|---|
$C000 - $C0FF | $F0:0000 - $F0:00FF | Blue conversion table | ||
$C400 - $C4FF | $F0:0400 - $F0:04FF | Green conversion table | ||
$C800 - $C8FF | $F0:0800 - $F0:08FF | Red conversion table |
Master Control Registers ($D0xx, $F0:10xx)
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D000 | $F0:1000 | RW | MSTR_CTRL_0 | — | GAMMA | SPRITE | TILE | BITMAP | GRAPH | OVRLY | TEXT |
$D001 | $F0:1001 | RW | MSTR_CTRL_1 | — | — | FON_SET | FON_OVLY | MON_SLP | DBL_Y | DBL_X | CLK_70 |
TEXT: Enable text layer
OVRLY: Overlay text on graphics, by making text background transparent. See FON_OVLY
GRAPH: Enable graphics layers (tile, sprites, bitmaps)
BITMAP: Enable bitmap layers (if GRAPH is also set)
TILE: Enable tile layers (if GRAPH is also set)
SPRITE: Enable sprite layers (if GRAPH is also set)
GAMMA: Enable gamma correction
CLK_70: Enable 400p70, else 480p60
DBL_X, DBL_Y: Double text mode character width & height
MON_SLP: Turn off monitor SYNC, putting it into sleep mode
FON_OVLY: Only BG color 0 is transparent in OVRLY mode. Else, all BG colors are transparent.
FON_SET: Chooses font set 0 or 1
MMU | Flat | R/W | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|
$D002 | RW | — | Layer 1 | — | Layer 0 | |||||
$D003 | RW | — | — | — | — | — | Layer 2 |
There are 6 configurable graphics maps that can be placed into any of the 3 visible layers. Layer 0 is the front graphics layer.
Code | Graphics Map |
---|---|
0 | Bitmap 0 |
1 | Bitmap 1 |
2 | Bitmap 2 |
4 | Tilemap 0 |
5 | Tilemap 1 |
6 | Tilemap 2 |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D004 | RW | BRDR_CTRL | — | SCROLL_X | — | — | — | ENABLE | |||
$D005 | RW | BRDR_BLUE | Border color Blue component | ||||||||
$D006 | RW | BRDR_GREEN | Border color Green component | ||||||||
$D007 | RW | BRDR_RED | Border color Red component | ||||||||
$D008 | RW | BRDR_WIDTH | — | — | — | SIZE_X | |||||
$D009 | RW | BRDR_HEIGHT | — | — | — | SIZE_Y |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D00D | RW | BGND_BLUE | Background color Blue component | ||||||||
$D00E | RW | BGND_GREEN | Background color Green component | ||||||||
$D00F | RW | BGND_RED | Background color Red component |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D010 | RW | CCR | FLASH_DIS | RATE | ENABLE | ||||||
$D012 | RW | CCH | Cursor character code | ||||||||
$D014 - $D015 | RW | CURX | Cursor X position (16-bit) | ||||||||
$D016 - $D017 | RW | CURY | Cursor Y position (16-bit) |
Value | Rate |
---|---|
0 | 1 second |
1 | 1/2 second |
2 | 1/4 second |
3 | 1/8 second |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D018 - $D019 | R | RAST_COL | Raster current column (12-bit) | ||||||||
$D01A - $D01B | R | RAST_ROW | Raster current row (12-bit) | ||||||||
$D018 | W | LINT_CTRL | ENABLE | ||||||||
$D019 - $D01A | W | LINT_L | Line interrupt line (12-bit) |
Bitmap Control Registers ($D1xx, $F0:11xx)
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D100 | RW | CLUT | ENABLE | ||||||||
$D101 - $D103 | RW | SRAM Address of bitmap 0 pixels (24-bit) | |||||||||
$D108 | RW | CLUT | ENABLE | ||||||||
$D109 - $D10B | RW | SRAM Address of bitmap 1 pixels (24-bit) | |||||||||
$D110 | RW | CLUT | ENABLE | ||||||||
$D111 - $D103 | RW | SRAM Address of bitmap 2 pixels (24-bit) |
Tilemap Control Registers ($D2xx, $F0:12xx)
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D200 | Tilemap 0 | ||||||||||
$D20C | Tilemap 1 | ||||||||||
$D218 | Tilemap 2 |
Offset | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|
$00 | W | TILE_SIZE_8 | ENABLE | |||||||
$01 - $03 | W | SRAM Address of tile map entries (24-bit) | ||||||||
$04 | W | MAP_SIZE_X (8-bit) | ||||||||
$06 | W | MAP_SIZE_Y (8-bit) | ||||||||
$08 | W | X[3:0] | SSX | |||||||
$09 | W | — | — | X[9:4] | ||||||
$0A | W | Y[3:0] | SSY | |||||||
$0B | W | — | — | — | — | Y[7:4] |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D280 - $D283 | Tileset 0 | ||||||||||
$D284 - $D287 | Tileset 1 | ||||||||||
$D288 - $D28B | Tileset 2 | ||||||||||
$D28C - $D28F | Tileset 3 | ||||||||||
$D290 - $D293 | Tileset 4 | ||||||||||
$D294 - $D298 | Tileset 5 | ||||||||||
$D298 - $D29B | Tileset 6 | ||||||||||
$D29C - $D29F | Tileset 7 |
Offset | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|
0 - 2 | W | SRAM Address of tile pixels (24-bit) | ||||||||
3 | W | SQUARE |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D400 | Left SID | ||||||||||
$D500 | Right SID |
Offset | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|
+$00 - $01 | W | Voice 1 | Frequency (16-bit) | |||||||
+$02 - $03 | W | Pulse width (12-bit) | ||||||||
+$04 | W | NOISE | PULSE | SAW | TRI | TEST | RING | SYNC | GATE | |
+$05 | W | ATTACK | DELAY | |||||||
+$06 | W | SUSTAIN | RELEASE | |||||||
+$07 - $08 | W | Voice 2 | Frequency (16-bit) | |||||||
+$09 - $0A | W | Pulse width (12-bit) | ||||||||
+$0B | W | NOISE | PULSE | SAW | TRI | TEST | RING | SYNC | GATE | |
+$0C | W | ATTACK | DELAY | |||||||
+$0D | W | SUSTAIN | RELEASE | |||||||
+$0E - $0F | W | Voice 3 | Frequency (16-bit) | |||||||
+$10 - $11 | W | Pulse width (12-bit) | ||||||||
+$12 | W | NOISE | PULSE | SAW | TRI | TEST | RING | SYNC | GATE | |
+$13 | W | ATTACK | DELAY | |||||||
+$14 | W | SUSTAIN | RELEASE | |||||||
+$15 | W | Misc | — | — | — | — | — | FC[2:0] | ||
+$16 | W | FC[10:3] | ||||||||
+$17 | W | RESONANCE | EXT | FILTV3 | FILTV2 | FILTV1 | ||||
+$18 | W | MUTEV3 | HIGH | BAND | LOW | VOLUME |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D580 | W | Address registers for ports $000 - $0FF | |||||||||
$D581 | W | Data registers for all ports | |||||||||
$D582 | W | Address register for ports $100 - $1FF |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D600 | PSG Left | ||||||||||
$D608 | PSG Left + Right | ||||||||||
$D610 | PSG Right |
Note the stereo separation is controlled with the PSG_ST flag.
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D620 | W | DATA[7:0] | |||||||||
$D621 | W | REGISTER | DATA[8] | ||||||||
$D622 | R | — | — | — | — | — | — | — | BUSY | ||
W | — | — | — | — | — | — | — | START |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
DLAB = 0 | |||||||||||
$D630 | R | RXD | RX_DATA | ||||||||
W | TXR | TX_DATA | |||||||||
$D631 | RW | IER | — | — | — | — | STAT | ERR | TXE | RXA | |
DLAB = 1 | |||||||||||
$D630 - $D631 | RW | DL | DIV (16-bit) | ||||||||
$D632 | R | IIR | FIFO | FIFO64 | — | STATE | /PENDING | ||||
W | FCR | RXT | FIFO64 | — | DMA | TXR | RXR | FIFOE | |||
$D633 | RW | LCR | DLAB | — | PARITY | STOP | DATA |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D640 | RW | PS2_CTRL | — | — | MCLR | KCLR | M_WR | — | K_WR | — | |
$D641 | RW | PS2_OUT | Data to keyboard | ||||||||
$D642 | R | KBD_IN | Data in from keyboard FIFO | ||||||||
$D643 | R | MS_IN | Data in from mouse FIFO | ||||||||
$D644 | R | PS2_STAT | K_AK | K_NK | M_AK | M_NK | — | — | MEMP | KEMP |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D650 | W | T0_CTR | — | — | — | — | UP | LD | CLR | EN | |
R | T0_STAT | — | — | — | — | — | — | — | EQ | ||
$D651 - $D653 | RW | T0_VAL | VAL (24-bit) | ||||||||
$D654 | RW | T0_CMP_CTR | — | — | — | — | — | — | RELD | RECLR | |
$D655 - $D657 | RW | T0_CMP | CMP (24-bit) | ||||||||
$D658 | W | T1_CTR | — | — | — | — | UP | LD | CLR | EN | |
R | T1_STAT | — | — | — | — | — | — | — | EQ | ||
$D659 - $D65B | RW | T1_VAL | VAL (24-bit) | ||||||||
$D65C | RW | T1_CMP_CTR | — | — | — | — | — | — | RELD | RECLR | |
$D65D - $D65F | RW | T1_CMP | CMP (24-bit) |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D690 | RW | Seconds | 0 | 10s digit | 1s digit | ||||||
$D691 | RW | Seconds Alarm | 0 | 10s digit | 1s digit | ||||||
$D692 | RW | Minutes | 0 | 10s digit | 1s digit | ||||||
$D693 | RW | Minutes Alarm | 0 | 10s digit | 1s digit | ||||||
$D694 | RW | Hours | AM/PM | 0 | 10s digit | 1s digit | |||||
$D695 | RW | Hours Alarm | AM/PM | 0 | 10s digit | 1s digit | |||||
$D696 | RW | Days | 0 | 0 | 10s digit | 1s digit | |||||
$D697 | RW | Days Alarm | 0 | 0 | 10s digit | 1s digit | |||||
$D698 | RW | Day of Week | 0 | 0 | 0 | 0 | 0 | 1s digit | |||
$D699 | RW | Month | 0 | 0 | 0 | 10s digit | 1s digit | ||||
$D69A | RW | Year | 10s digit | 1s digit | |||||||
$D69B | RW | Rates | 0 | WD | RS | ||||||
$D69C | RW | Enables | 0 | 0 | 0 | 0 | AIE | PIE | PWRIE | ABE | |
$D69D | RW | Flags | 0 | 0 | 0 | 0 | AF | PF | PWRF | BVF | |
$D69E | RW | Control | 0 | 0 | 0 | 0 | UTI | STOP | 12/24 | DSE | |
$D69F | RW | Century | 10s digit | 1s digit |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$D800 - $D83F | W | Text foreground colors (16 × BGRx) | |||||||||
$D840 - $D87F | W | Text background colors (16 × BGRx) |
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$DE00 - $DE01 | RW | MULU_A | Multiplication A (Unsigned 16-bit) | ||||||||
$DE00 - $DE02 | RW | MULU_B | Multiplication B (Unsigned 16-bit) | ||||||||
$DE04 - $DE05 | RW | DIVU_DEN | Division Denominator (Unsigned 16-bit) | ||||||||
$DE06 - $DE07 | RW | DIVU_NUM | Division Numerator (Unsigned 16-bit) | ||||||||
$DE08 - $DE0B | RW | ADD_A | Addition A (Unsigned 32-bit) | ||||||||
$DE0C - $DE0F | RW | ADD_B | Addition B (Unsigned 32-bit) | ||||||||
$DE10 - $DE13 | RW | MULU | Multiplication A×B Result (Unsigned 32-bit) | ||||||||
$DE14 - $DE15 | RW | QUOU | Quotient of Num/Den (Unsigned 16-bit) | ||||||||
$DE16 - $DE17 | RW | REMU | Remainder of Num/Den (Unsigned 16-bit) | ||||||||
$DE18 - $DE1B | RW | ADD_R | Addition A+B Result (Unsigned 32-bit) |
Multiplication, division, and addition operations are completely independent of each other. Results are available immediately.
IO Page 1
MMU | Flat | R/W | Name | Description |
---|---|---|---|---|
$C000 - $C7FF | $F0:2000 - $F0:27FF | Font set 0 (256 × 8-byte chars) | ||
$C800 - $CFFF | $F0:2800 - $F0:2FFF | Font set 1 (256 × 8-byte chars) |
Characters are 8×8 pixels. Each byte is an 8-pixel row of bits, with MSB at the left. 8 rows top to bottom.
MMU | Flat | R/W | Name | Description |
---|---|---|---|---|
$D000 - $D3FF | $F0:3000 - $F0:33FF | Graphics CLUT 0 (256 × BGRx) | ||
$D400 - $D7FF | $F0:3400 - $F0:37FF | Graphics CLUT 1 (256 × BGRx) | ||
$D800 - $DBFF | $F0:3800 - $F0:3BFF | Graphics CLUT 2 (256 × BGRx) | ||
$DC00 - $DFFF | $F0:3C00 - $F0:3FFF | Graphics CLUT 3 (256 × BGRx) |
IO Page 2
MMU | Flat | R/W | Name | Description |
---|---|---|---|---|
$C000 - $DFFF | $F0:4000 - $F0:5FFF | RW | Text screen character matrix |
1 byte per character, 40 or 80 characters per row, 25|30|50|60 rows in the matrix. Each character byte refers to an entry in the currently selected font set.
80×60 characters uses 4800 ($12C0) bytes, which is only a bit more than half the 8k allocation.
IO Page 3
MMU | Flat | R/W | Name | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
---|---|---|---|---|---|---|---|---|---|---|---|
$C000 - $DFFF | $F0:6000 - $F0:7FFF | RW | Text screen color matrix | ||||||||
FG color (0-15) | BG color (0-15) |
Exact same layout as the character matrix. One color matrix byte associates to one character matrix byte at the same offset.