diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index 4e1c4b27..2dd3342c 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Architecture.pdf b/Doc/RomWBW Architecture.pdf index f4da7db2..f6c4ae6e 100644 Binary files a/Doc/RomWBW Architecture.pdf and b/Doc/RomWBW Architecture.pdf differ diff --git a/Doc/RomWBW Disk Catalog.pdf b/Doc/RomWBW Disk Catalog.pdf index 72d259f0..ae5d367f 100644 Binary files a/Doc/RomWBW Disk Catalog.pdf and b/Doc/RomWBW Disk Catalog.pdf differ diff --git a/Doc/RomWBW Getting Started.pdf b/Doc/RomWBW Getting Started.pdf index e25d7453..b399e547 100644 Binary files a/Doc/RomWBW Getting Started.pdf and b/Doc/RomWBW Getting Started.pdf differ diff --git a/Source/Doc/Architecture.md b/Source/Doc/Architecture.md index c618667e..7049f30a 100644 --- a/Source/Doc/Architecture.md +++ b/Source/Doc/Architecture.md @@ -1324,12 +1324,12 @@ Note that not all sounds chips implement 256 volume levels. The driver will scale the volume to the closest possible level the chip provides. -### Function 0x52 -- Sound period (SNDPRD) +### Function 0x52 -- Sound Period (SNDPRD) | _Entry Parameters_ | B: 0x52 | C: Audio Device Unit ID -| HL: period (0000=lowest note, FFFF=highest note) +| HL: Period (0000=lowest note, FFFF=highest note) | _Returned Values_ | A: Status (0=OK, else error) @@ -1383,7 +1383,7 @@ HBIOS B=53 C=00 L=69 ; Select Middle C (C4) assuming SN76489 HBIOS B=54 C=00 D=01 ; Play note on Channel 1 ``` -### Function 0x55 -- Sound Play (SNDQUERY) +### Function 0x55 -- Sound Query (SNDQUERY) | _Entry Parameters_ | B: 0x54 @@ -1393,7 +1393,7 @@ HBIOS B=54 C=00 D=01 ; Play note on Channel 1 | _Returned Values_ | A: Status (0=OK, else error) -This function will return the status of current pending command or +This function will return the status of the current pending command or key aspects of the specific Audio Device. #### SNDQUERY Subfunction 0x01 -- Get count of audio channels supported (SNDQ_CHCNT) @@ -1443,12 +1443,12 @@ key aspects of the specific Audio Device. Reports information about the audio device unit specified. At this stage, only one driver type is supported (SN76489), but is -envisage that more will be added in the future. +envisaged that more will be added in the future. Register B reports the audio device type (see below). -Registers HL and DE contain relevant port address for the hardware -as such are specific to each device type. +Registers HL and DE contain relevant port addresses for the hardware +specific to each device type. The currently defined audio device types are: