Readme file updated.
Using proper wideio address mappings as examples.
This commit is contained in:
28
README.md
28
README.md
@@ -529,28 +529,32 @@ Below are listed the configuration sections and configuration fields.
|
||||
a good example.
|
||||
|
||||
``` xml
|
||||
<!-- Row Bank Column -->
|
||||
|
||||
<addressmapping>
|
||||
<channel from="27" to="28"/>
|
||||
<row from="14" to="26"/>
|
||||
<column from="7" to="13"/>
|
||||
<bank from="4" to="6" />
|
||||
<bytes from="0" to="3" />
|
||||
<channel from="27" to="28" />
|
||||
<row from="14" to="26" />
|
||||
<bank from="11" to="13" />
|
||||
<column from="4" to="10" />
|
||||
<bytes from="0" to="3" />
|
||||
</addressmapping>
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
``` xml
|
||||
<!-- Bank Row Column -->
|
||||
|
||||
<addressmapping>
|
||||
<channel from="27" to="28"/>
|
||||
<column from="20" to="26"/>
|
||||
<row from="7" to="19"/>
|
||||
<bank from="4" to="6" />
|
||||
<bytes from="0" to="3" />
|
||||
<channel from="27" to="28" />
|
||||
<bank from="24" to="26" />
|
||||
<row from="11" to="23" />
|
||||
<column from="4" to="10" />
|
||||
<bytes from="0" to="3" />
|
||||
</addressmapping>
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
- **Memory Configuration**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user