Difference between revisions of "DAC A+D (mono) mirror Register"

From SpecNext official Wiki
Jump to: navigation, search
m (Ped7g moved page SoundDrive port 0xDF mirror Register to DAC A+D (mono) mirror Register: unifying the DAC mirror registers names after core3.0)
(core 3.0 changes/refresh)
 
Line 1: Line 1:
 
{{NextRegister
 
{{NextRegister
 
|Number=$2D
 
|Number=$2D
|Readable=No
+
|Readable=Yes
 
|Writable=Yes
 
|Writable=Yes
|ShortDesc=SpecDrum port 0xDF / DAC A+C mirror.
+
|ShortDesc=SpecDrum port 0xDF / DAC A+D mirror, read current I2S LSB
 
}}
 
}}
Bits 7-0 = Data to be written to mono DAC.
+
This port can be used to generate mono audio using the copper.
  
This port can be used to generate mono audio using the copper.
+
Write:
 +
 
 +
bits 7:0 = 8-bit sample written to DACs A and D (soft reset = $80)
 +
 
 +
Read:
 +
 
 +
bits 7:0 = LSB of last I2S ([[Pi:NextPi]]) sample read from {{NextRegNo|$2C}} or {{NextRegNo|$2E}}

Latest revision as of 15:13, 11 November 2019

Number $2D
Readable Yes
Writable Yes
Short Description SpecDrum port 0xDF / DAC A+D mirror, read current I2S LSB

This port can be used to generate mono audio using the copper.

Write:

bits 7:0 = 8-bit sample written to DACs A and D (soft reset = $80)

Read:

bits 7:0 = LSB of last I2S (Pi:NextPi) sample read from DAC B (left) mirror Register ($2C) or DAC C (right) mirror Register ($2E)