Register - Audio

From NerdConsole
Revision as of 20:49, 15 January 2024 by NerdOfEpic (talk | contribs) (Created page with "The audio registers are for controlling the YM-3812 audio chip. The values in these registers are used to load data into the audio registers that define the sounds being produced. {| class="wikitable" ! Bit !! 7 !! 6 !! 5 !! 4 !! 3 !! 2 !! 1 !! 0 |- ! $0202 | - || - || - || - || - || - || - || F |- ! $0203 | V || V || V || V || V || V || V || V |} === Key === * F - Address/Data Flag. 0=Address / 1=Data * V - Value for Address or Data (depending on flag). This reg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The audio registers are for controlling the YM-3812 audio chip. The values in these registers are used to load data into the audio registers that define the sounds being produced.

Bit 7 6 5 4 3 2 1 0
$0202 - - - - - - - F
$0203 V V V V V V V V

Key

  • F - Address/Data Flag. 0=Address / 1=Data
  • V - Value for Address or Data (depending on flag).

This register is a part of the Control Page.