Difference between revisions of "Peripheral 5 Register"

From SpecNext official Wiki
Jump to: navigation, search
(updating according to the cores/zxnext/nextreg.txt)
Line 5: Line 5:
 
|ShortDesc=Mouse buttons and DPI config
 
|ShortDesc=Mouse buttons and DPI config
 
}}
 
}}
Since core 3.1.5 (new register):
+
Currently:
  
 
{| class="wikitable"
 
{| class="wikitable"

Revision as of 17:02, 11 October 2024

Number $0A
Readable Yes
Writable Yes
Short Description Mouse buttons and DPI config

Currently:

Bit Function
7-6 Multiface type (hard reset = 00) (config mode only)
00 = Multiface +3 (enable port 0x3F, disable port 0xBF)
01 = Multiface 128 v87.2 (enable port 0xBF, disable port 0x3F)
10 = Multiface 128 v87.12 (enable port 0x9F, disable port 0x1F)
11 = Multiface 1 (enable port 0x9F, disable port 0x1F)
5 Reserved, must be zero
4 Enable divmmc automap (hard reset = 0)
3 1 to reverse left and right mouse buttons (hard reset = 0)
2 Reserved, must be zero
1-0 mouse dpi (hard reset = %01)
 %00 = low dpi
 %01 = default
 %10 = medium dpi
 %11 = high dpi