Control Page: Difference between revisions

From NerdConsole
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
mw.loader.load( '/w/index.php?title=User:NerdOfEpic/control-page.css&action=raw&ctype=text/css', 'text/css' );
{{#css:User:NerdOfEpic/control-page.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.
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.


{{#css:control-page.css}}
== Control Page Map ($02xx) ==
== Control Page Map ($02xx) ==


Line 9: 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="input_latch_clock" | R || W || W || W || W || W || W || W || - || - || - || - || - || - || - || -
| 0x || class="input_latch_clock" | R || class="input_data" | W || class="audio_address_flag" | W || class="audio_address_data" | W || W || W || W || W || - || - || - || - || - || - || - || -
|-
|-
| 1x || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || -
| 1x || - || - || - || - || - || - || - || - || - || - || - || - || - || - || - || -

Revision as of 17:23, 13 January 2024


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 - - - - - - - - - - - - - - - -