Hit the sound GLU registers directly instead of calling the ROM routines for setting DOC registers.

This commit is contained in:
Jeremy Rand 2020-12-23 23:26:52 -05:00
parent ea49a5d11c
commit 9f74cb46b2
2 changed files with 597 additions and 522 deletions

File diff suppressed because it is too large Load Diff

View File

@ -117,6 +117,11 @@ NEW_VIDEO_REGISTER gequ $e0c029
BORDER_COLOUR_REGISTER gequ $e0c034
STATE_REGISTER gequ $e1c068
VERTICAL_COUNTER gequ $e0c02e
SOUND_CONTROL_REG gequ $e1c03c
SOUND_DATA_REG gequ $e1c03d
SOUND_ADDR_LOW gequ $e1c03e
SOUND_ADDR_HIGH gequ $e1c03f
SOUND_SYSTEM_VOLUME gequ $e100ca
MOUSE_STATUS gequ $c027
MOUSE_DATA_REG gequ $c024