Difference between revisions of "Hardware/Processor Interface"
< Hardware
Jump to navigation
Jump to search
(Added some stuff from YAGCD) |
|||
Line 5: | Line 5: | ||
| bits = 32 | | bits = 32 | ||
}} | }} | ||
+ | |||
{{hwstub}} | {{hwstub}} | ||
{{yagcd}} | {{yagcd}} | ||
+ | |||
+ | ==Interrupt Cause (0x0C003000)== | ||
+ | {| style="border: 1px solid #bbb; border-collapse: collapse; background-color: #eef; padding: 0.2em 0.2em 0.2em 0.2em;" border="1" cellpadding="2" | ||
+ | |- style="background-color: #ddd;" | ||
+ | ! IRQ | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0 || GP Runtime Error | ||
+ | |- | ||
+ | | 1 || Reset Switch | ||
+ | |- | ||
+ | | 2 || DVD | ||
+ | |- | ||
+ | | 3 || Serial | ||
+ | |- | ||
+ | | 4 || EXI | ||
+ | |- | ||
+ | | 5 || AI (Audio Interface) | ||
+ | |- | ||
+ | | 6 || DSP | ||
+ | |- | ||
+ | | 7 || MEM (Memory Interface) | ||
+ | |- | ||
+ | | 8 || VI (Video Interface) | ||
+ | |- | ||
+ | | 9 || PE Token | ||
+ | |- | ||
+ | | 10 || PE Finish | ||
+ | |- | ||
+ | | 11 || CP (Command Processor) FIFO | ||
+ | |- | ||
+ | | 12 || Debugger | ||
+ | |- | ||
+ | | 13 || Highspeed Port | ||
+ | |- | ||
+ | | 14 || {{hw|Hollywood IRQs}} | ||
+ | |- | ||
+ | | 15 || Unused/reserved | ||
+ | |- | ||
+ | | 16 || Reset Switch State | ||
+ | |- | ||
+ | | 17-31 || Unused/reserved | ||
+ | |} | ||
+ | |||
+ | ==Interrupt Mask (0x0C003004)== | ||
+ | {| style="border: 1px solid #bbb; border-collapse: collapse; background-color: #eef; padding: 0.2em 0.2em 0.2em 0.2em;" border="1" cellpadding="2" | ||
+ | |- style="background-color: #ddd;" | ||
+ | ! IRQ | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0 || GP Runtime Error | ||
+ | |- | ||
+ | | 1 || Reset Switch | ||
+ | |- | ||
+ | | 2 || DVD | ||
+ | |- | ||
+ | | 3 || Serial | ||
+ | |- | ||
+ | | 4 || EXI | ||
+ | |- | ||
+ | | 5 || AI (Audio Interface) | ||
+ | |- | ||
+ | | 6 || DSP | ||
+ | |- | ||
+ | | 7 || MEM (Memory Interface) | ||
+ | |- | ||
+ | | 8 || VI (Video Interface) | ||
+ | |- | ||
+ | | 9 || PE Token | ||
+ | |- | ||
+ | | 10 || PE Finish | ||
+ | |- | ||
+ | | 11 || CP (Command Processor) FIFO | ||
+ | |- | ||
+ | | 12 || Debugger | ||
+ | |- | ||
+ | | 13 || Highspeed Port | ||
+ | |- | ||
+ | | 14 || {{hw|Hollywood IRQs}} | ||
+ | |- | ||
+ | | 15-31 || Unused/reserved | ||
+ | |} |
Revision as of 22:18, 9 December 2009
Processor Interface | |
Access | |
---|---|
Broadway | Full |
Starlet | None |
Registers | |
Base | 0x0c003000 |
Length | 0x100 |
Access size | 32 bits |
Byte order | Big Endian |
This Hardware-related article is a stub. You can help WiiBrew by expanding it. |
This article may be improved with information from Yet Another GameCube Documentation. You can help WiiBrew by expanding this article with the information and wikifying it. |
Interrupt Cause (0x0C003000)
IRQ | Description |
---|---|
0 | GP Runtime Error |
1 | Reset Switch |
2 | DVD |
3 | Serial |
4 | EXI |
5 | AI (Audio Interface) |
6 | DSP |
7 | MEM (Memory Interface) |
8 | VI (Video Interface) |
9 | PE Token |
10 | PE Finish |
11 | CP (Command Processor) FIFO |
12 | Debugger |
13 | Highspeed Port |
14 | Hollywood IRQs |
15 | Unused/reserved |
16 | Reset Switch State |
17-31 | Unused/reserved |
Interrupt Mask (0x0C003004)
IRQ | Description |
---|---|
0 | GP Runtime Error |
1 | Reset Switch |
2 | DVD |
3 | Serial |
4 | EXI |
5 | AI (Audio Interface) |
6 | DSP |
7 | MEM (Memory Interface) |
8 | VI (Video Interface) |
9 | PE Token |
10 | PE Finish |
11 | CP (Command Processor) FIFO |
12 | Debugger |
13 | Highspeed Port |
14 | Hollywood IRQs |
15-31 | Unused/reserved |