If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
User:Trap15/fm7: Difference between revisions
Jump to navigation
Jump to search
m (through fd03) |
m (fd04) |
||
Line 121: | Line 121: | ||
! PE | ! PE | ||
| Printer Paper Empty | | Printer Paper Empty | ||
| 0: Normal<br>1: No | | 0: Normal<br>1: No paper | ||
|- | |- | ||
! ACKNG | ! ACKNG | ||
Line 137: | Line 137: | ||
|- | |- | ||
| W | | W | ||
| | | IRQ mask | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 182: | Line 182: | ||
! rowspan=2 | $FD03 | ! rowspan=2 | $FD03 | ||
| R | | R | ||
| | | IRQ flags | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 235: | Line 235: | ||
| Output buzzer to speaker | | Output buzzer to speaker | ||
| 0: Mute<br>1: Output | | 0: Mute<br>1: Output | ||
|} | |||
<!-- ================================================================================ FD04 --> | |||
|- | |||
! colspan=3 | | |||
|- | |||
! rowspan=2 | $FD04 | |||
| R | |||
| Sub-CPU interface, FIRQ flags | |||
{| class="wikitable" | |||
|- | |||
! Bit !! 7 !! 6 !! 5 !! 4 !! 3 !! 2 !! 1 !! 0 | |||
|- | |||
! Name | |||
| colspan=1 style="background:#eaecf0" | | |||
| FDCMODE | |||
| KNJMODE | |||
| 400CARD | |||
| 400LINE | |||
| IRQMODE | |||
| BREAK | |||
| ATN | |||
|} | |||
{| class="wikitable" | |||
|- | |||
! FDCMODE | |||
| FDC mode | |||
| 0: 1MB<br>1: 320KB | |||
| L4 only | |||
|- | |||
! KNJMODE | |||
| Kanji ROM mode | |||
| 0: SUB<br>1: MAIN | |||
| L4 only | |||
|- | |||
! 400CARD | |||
| 400-line card<br>(260k color mode for AV40?) | |||
| 0: Enable(?)<br>1: Disable(?) | |||
| L4 only | |||
|- | |||
! 400LINE | |||
| 400-line mode | |||
| 0: 400-line<br>1: 200-line | |||
| L4 only | |||
|- | |||
! IRQMODE | |||
| IRQ mode | |||
| 0: Normal<br>1: SFD | |||
| L4 only | |||
|- | |||
! BREAK | |||
| Break key pressed | |||
| rowspan=2 colspan=2 | 0: Active<br>1: Inactive | |||
|- | |||
! ATN | |||
| Sub-CPU attention signal | |||
|} | |||
|- | |||
| W | |||
| Sub-CPU interface | |||
{| class="wikitable" | |||
|- | |||
! Bit !! 7 !! 6 !! 5 !! 4 !! 3 !! 2 !! 1 !! 0 | |||
|- | |||
! Name | |||
| colspan=1 style="background:#eaecf0" | | |||
| FDCMODE | |||
| KNJMODE | |||
| 400CARD | |||
| 400LINE | |||
| IRQMODE | |||
| colspan=2 style="background:#eaecf0" | | |||
|} | |||
{| class="wikitable" | |||
|- | |||
! FDCMODE | |||
| FDC mode | |||
| 0: 1MB<br>1: 320KB | |||
| L4 only | |||
|- | |||
! KNJMODE | |||
| Kanji ROM mode | |||
| 0: SUB<br>1: MAIN | |||
| L4 only | |||
|- | |||
! 400CARD | |||
| 400-line card<br>(260k color mode for AV40?) | |||
| 0: Enable(?)<br>1: Disable(?) | |||
| L4 only | |||
|- | |||
! 400LINE | |||
| 400-line mode | |||
| 0: 400-line<br>1: 200-line | |||
| L4 only | |||
|- | |||
! IRQMODE | |||
| IRQ mode | |||
| 0: Normal<br>1: SFD | |||
| L4 only | |||
|} | |} | ||
<!-- ================================================================================ END --> | <!-- ================================================================================ END --> | ||
|} | |} |
Revision as of 03:14, 5 February 2024
Main I/O Map
Address | R/W | Detail | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$FD00 | R | Keyboard data high bit, and clock speed indicator
| ||||||||||||||||||||||||||||||||||||||||||||
W | Audio cassette and printer
| |||||||||||||||||||||||||||||||||||||||||||||
$FD01 | R | Keyboard data low 8 bits
| ||||||||||||||||||||||||||||||||||||||||||||
W | Printer output data
| |||||||||||||||||||||||||||||||||||||||||||||
$FD02 | R | Audio cassette and printer
| ||||||||||||||||||||||||||||||||||||||||||||
W | IRQ mask
| |||||||||||||||||||||||||||||||||||||||||||||
$FD03 | R | IRQ flags
| ||||||||||||||||||||||||||||||||||||||||||||
W | Buzzer
| |||||||||||||||||||||||||||||||||||||||||||||
$FD04 | R | Sub-CPU interface, FIRQ flags
| ||||||||||||||||||||||||||||||||||||||||||||
W | Sub-CPU interface
|