Difference between revisions of "NEO mapper/Extension"

From MSX Game Library

< NEO mapper

(Created page with "NEO Mapper Extension {{WIP}} {| class="wikitable" |- !colspan="8"| Higher byte | !colspan="8"| Lower byte |- ! 15 || 14 || 13 || 12 || 11 || 10 || 9 || 8 | ! 7 || 6 || 5 ||...")
 
(Replaced content with "NEO Mapper Extension {{WIP}}")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
NEO Mapper Extension {{WIP}}
 
NEO Mapper Extension {{WIP}}
 
{| class="wikitable"
 
|-
 
!colspan="8"| Higher byte
 
|
 
!colspan="8"| Lower byte
 
|-
 
! 15 || 14 || 13 || 12 || 11 || 10 || 9 || 8
 
|
 
! 7 || 6 || 5 || 4 || 3 || 2 || 1 || 0
 
|-
 
|colspan="2"| Mode
 
|colspan="6"| Segment MSB
 
|
 
|colspan="8"| Segment LSB
 
|}
 
 
* The 2 higher bits are used to select mode
 
 
* The 14 lower bits to select which segment is visible in each bank, for a maximum of 16384 segments.
 

Latest revision as of 15:03, 4 March 2025

NEO Mapper Extension WIP