Changes

Jump to navigation Jump to search
164 bytes added ,  02:54, 8 January 2021
Legacy regs
Line 38: Line 38:  
|-
 
|-
 
| style="background: green" | Yes
 
| style="background: green" | Yes
| [[#LGY_IRQ_?|LGY_IRQ_?]]
+
| [[#LGY_IRQ_ENABLE|LGY_IRQ_ENABLE]]
 
| 0x10141108
 
| 0x10141108
 
| 2
 
| 2
Line 56: Line 56:  
|-
 
|-
 
| style="background: green" | Yes
 
| style="background: green" | Yes
| [[#PDN_TWLAGB_HIDEMU_MASK|PDN_TWLAGB_HIDEMU_MASK]]
+
| [[#LGY_HIDEMU_MASK|LGY_HIDEMU_MASK]]
 
| 0x10141110
 
| 0x10141110
 
| 2
 
| 2
Line 62: Line 62:  
|-
 
|-
 
| style="background: green" | Yes
 
| style="background: green" | Yes
| [[#PDN_TWLAGB_HIDEMU_PAD|PDN_TWLAGB_HIDEMU_PAD]]
+
| [[#LGY_HIDEMU_PAD|LGY_HIDEMU_PAD]]
 
| 0x10141112
 
| 0x10141112
 
| 2
 
| 2
Line 68: Line 68:  
|-
 
|-
 
| style="background: green" | Yes
 
| style="background: green" | Yes
| [[#PDN_CODEC|PDN_CODEC_0]]
+
| [[#LGY_GPIOEMU_MASK|LGY_GPIOEMU_MASK]]
 
| 0x10141114
 
| 0x10141114
 
| 2
 
| 2
Line 74: Line 74:  
|-
 
|-
 
| style="background: green" | Yes
 
| style="background: green" | Yes
| [[#PDN_CODEC|PDN_CODEC_1]]
+
| [[#LGY_GPIOEMU_DATA|LGY_GPIOEMU_DATA]]
 
| 0x10141116
 
| 0x10141116
 
| 2
 
| 2
Line 80: Line 80:  
|-
 
|-
 
| style="background: green" | Yes
 
| style="background: green" | Yes
| ?
+
| [[#LGY_CARDDETECTEMU_MASK|LGY_CARDDETECTEMU_MASK]]
 
| 0x10141118
 
| 0x10141118
 
| 1
 
| 1
Line 86: Line 86:  
|-
 
|-
 
| style="background: green" | Yes
 
| style="background: green" | Yes
| ?
+
| [[#LGY_CARDDETECTEMU_DATA|LGY_CARDDETECTEMU_DATA]]
 
| 0x10141119
 
| 0x10141119
 
| 1
 
| 1
Line 92: Line 92:  
|-
 
|-
 
| style="background: green" | Yes
 
| style="background: green" | Yes
| ?
+
| LGY_?
 
| 0x10141120
 
| 0x10141120
 
| 1
 
| 1
Line 262: Line 262:  
When a GBA game enters sleep mode and bit 15 is 1, IRQ 0x59 fires and bit 1 is set. Bit 1 must be acknowledged/written together with bit 0 otherwise GBA mode wakes up from sleep early sometimes.
 
When a GBA game enters sleep mode and bit 15 is 1, IRQ 0x59 fires and bit 1 is set. Bit 1 must be acknowledged/written together with bit 0 otherwise GBA mode wakes up from sleep early sometimes.
   −
==LGY_IRQ_?==
+
==LGY_IRQ_ENABLE==
Bitfield.
+
[[ARM11_Interrupts|Arm11 interrupt]] enable bits for legacy interrupts, same bit layout as the GPIOEMU regs below.
    
==LGY_PADCNT==
 
==LGY_PADCNT==
Line 280: Line 280:  
|}
 
|}
   −
==PDN_TWLAGB_HIDEMU_MASK==
+
==LGY_HIDEMU_MASK==
Set bits will use the corresponding values from [[#PDN_TWLAGB_HIDEMU_PAD|PDN_TWLAGB_HIDEMU_PAD]] instead of allowing the hardware to read it from [[HID_Registers#HID_PAD|HID_PAD]].
+
Set bits will use the corresponding values from [[#LGY_HIDEMU_PAD|LGY_HIDEMU_PAD]] instead of allowing the hardware to read it from [[HID_Registers#HID_PAD|HID_PAD]].
 +
 
 +
This is set to 0x1FFF (all buttons and the debug key) and [[#LGY_HIDEMU_PAD|LGY_HIDEMU_PAD]] is set to 0 when the "Close this software and return to HOME Menu?" dialog is shown to prevent the button presses from propagating to the DS/GBA CPU.
 +
 
 +
==LGY_HIDEMU_PAD==
 +
Works the same way as [[HID_Registers#HID_PAD|HID_PAD]], but the values set here are only replaced in the HID_PAD seen by the DS/GBA CPU when the corresponding bits in [[#LGY_HIDEMU_MASK|LGY_HIDEMU_MASK]] are set.
 +
 
 +
==LGY_GPIOEMU_MASK==
 +
Set bits will read bits from [[#LGY_GPIOEMU_DATA|LGY_GPIOEMU_DATA]] (override).
 +
 
 +
This is used to trigger things like the TWL MCU interrupt in TWL mode.
 +
 
 +
==LGY_GPIOEMU_DATA==
 +
See above
 +
 
 +
==LGY_CARDDETECTEMU_MASK==
 +
Set bits will read bits from [[#LGY_CARDDETECTEMU_DATA|LGY_CARDDETECTEMU_DATA]] (override).
   −
This is set to 0x1FFF (all buttons and the debug key) and [[#PDN_TWLAGB_HIDEMU_PAD|PDN_TWLAGB_HIDEMU_PAD]] is set to 0 when the "Close this software and return to HOME Menu?" dialog is shown to prevent the button presses from propagating to the DS/GBA CPU.
+
Bit0 signals cartridge removal.
   −
==PDN_TWLAGB_HIDEMU_PAD==
+
==LGY_CARDDETECTEMU_DATA==
Works the same way as [[HID_Registers#HID_PAD|HID_PAD]], but the values set here are only replaced in the HID_PAD seen by the DS/GBA CPU when the corresponding bits in [[#PDN_TWLAGB_HIDEMU_MASK|PDN_TWLAGB_HIDEMU_MASK]] are set.
+
See above
    
==PDN_GPU_CNT==
 
==PDN_GPU_CNT==
Line 347: Line 363:     
Kernel11 uses it before going to sleep. It does a dummy read before touching this reg.
 
Kernel11 uses it before going to sleep. It does a dummy read before touching this reg.
  −
==PDN_CODEC==
  −
The following is the only time the ARM11 CODEC module uses any 0x1EC41XXX registers. In one case CODEC module clears bit1 in register 0x1EC41114, in the other case CODEC module sets bit1 in registers 0x1EC41114 and 0x1EC41116.
  −
  −
==PDN_CODEC_CNT==
  −
This is the power register used for the [[PDN_Services|PDN]] CODEC service.
  −
  −
bit0 = unknown, bit1 = turn on/off DSP, rest = always 0.
      
==PDN_CAMERA_CNT==
 
==PDN_CAMERA_CNT==
520

edits

Navigation menu