mirror of
https://github.com/jeremysrand/BuGS.git
synced 2025-01-19 11:31:44 +00:00
Hit the sound GLU registers directly instead of calling the ROM routines for setting DOC registers.
This commit is contained in:
parent
ea49a5d11c
commit
9f74cb46b2
1114
BuGS/gameSound.s
1114
BuGS/gameSound.s
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user