Skip to content

Commit 1c4df09

Browse files
committed
more wiki refactoring
1 parent 6554120 commit 1c4df09

3 files changed

Lines changed: 2 additions & 16 deletions

File tree

BreakingNESWiki/PPU/dataread.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Схема выборки данных
22

3-
> [!WARNING]
4-
> На данный момент этот раздел вики претерпевает рефакторинг, в связи с тем, что мы некорректно интерпретировали положение схемы PAR (Picture Address Register). То что раньше назвалось "PatGen" - это на самом деле PAR,
5-
> а то что раньше называлось PAR - это на самом деле не показанный в патенте адресный мультиплексор (который мы решили назвать нехитро - PPU Address Mux, PAMUX).
6-
> Кроме этого "PAR Counters" теперь называются "Tile Counters", т.к. ничего общего с PAR они не имеют.
7-
> Также мы планируем дать более понятные и адкеватные названия для некоторых сигналов (но уже после рефакторинга вики).
8-
> Со временем, когда будет сделана вычитка всех правок и мы убедимся что нет ошибок переименования данная плашка будет также удалена.
9-
103
В патенте PPU эта схема упоминается как `Still Picture Generator`.
114

125
Схема занимает почти четверть площади PPU и находится в правом нижнем углу микросхемы:

BreakingNESWiki/PPU/fsm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
Логическая схема:
127127

128-
![hv_fsm_vert_logic](/BreakingNESWiki/imgstore/ppu/hv_fsm_vert_logic.jpg)
128+
![VPosLogic](/BreakingNESWiki/imgstore/ppu/VPosLogic.png)
129129

130130
## Обработка прерывания VBlank
131131

BreakingNESWiki_DeepL/PPU/dataread.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Data Reader
22

3-
> [!WARNING]
4-
> This section of the wiki is currently undergoing refactoring due to an incorrect interpretation of the PAR (Picture Address Register) circuit layout. What was previously called "PatGen" is actually PAR,
5-
> and what was previously called PAR is actually an address multiplexer not shown in the patent (which we decided to simply call PPU Address Mux, or PAMUX).
6-
> Furthermore, "PAR Counters" are now called "Tile Counters" because they have nothing in common with PAR.
7-
> We also plan to provide more understandable and appropriate names for some signals (but only after the wiki refactoring).
8-
> Eventually, once all the edits have been proofread and we've verified there are no renaming errors, this label will also be removed.
9-
103
The PPU patent refers to this circuit as the `Still Picture Generator`.
114

125
The circuitry takes up almost a quarter of the PPU area and is located in the lower right corner of the chip:
@@ -31,7 +24,7 @@ Below is shown what circuits the Data Reader consists of, in order to understand
3124
All parts of the schematic are located in the corresponding sections:
3225

3326
- [Picture Address Register (PAR) + V.INV](par.md)
34-
- [Scrolling Registers](scroll_regs.md)
27+
- [Scroll Registers](scroll_regs.md)
3528
- [Tile Counters](tilecnt.md)
3629
- [PPU Address Mux](pamux.md)
3730
- [Background Color](bgcol.md)

0 commit comments

Comments
 (0)