Control Page: Difference between revisions
From NerdConsole
Jump to navigationJump to search
NerdOfEpic (talk | contribs) No edit summary |
NerdOfEpic (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
| || 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || A || B || C || D || E || F | | || 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || A || B || C || D || E || F | ||
|- | |- | ||
| 0x || class=" | | 0x || class="input_latch_clock" | R || W || W || W || W || W || W || W || - || - || - || - || - || - || - || - | ||
|- | |- | ||
| 1x || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - | | 1x || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - |
Revision as of 16:48, 13 January 2024
mw.loader.load( '/w/index.php?title=User:NerdOfEpic/control-page.css&action=raw&ctype=text/css', 'text/css' );
The Control Page is a page of memory that is devoted to connecting to other parts of NerdConsole. All of the other systems that can be addressed are collected in the Control Page to ensure the maximum amount of contiguous available memory. The Control Page gives access to the controllers, audio, user port (if available), RAM and ROM banking, and the graphics system.
Control Page Map ($02xx)
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F | |
0x | R | W | W | W | W | W | W | W | - | - | - | - | - | - | - | - |
1x | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
2x | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
3x | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
4x | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
5x | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
6x | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
7x | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
8x | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
9x | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
Ax | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
Bx | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
Cx | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
Dx | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
Ex | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
Fx | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |