mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-21 17:31:47 +00:00
Rename "sound QoS" comments in module declaration/instantiation
This commit is contained in:
parent
0d51f78cf7
commit
dc2b742ec2
@ -7,7 +7,7 @@ module CNT(
|
||||
output reg nRESout, input nIPL2,
|
||||
/* Mac PDS bus master control outputs */
|
||||
output reg AoutOE, output reg nBR_IOB,
|
||||
/* Sound QoS */
|
||||
/* QoS control */
|
||||
input BACT,
|
||||
input SndRAMCSWR,
|
||||
output reg QoSReady);
|
||||
|
@ -152,10 +152,10 @@ module WarpSE(
|
||||
nRESout, nIPL2,
|
||||
/* Mac PDS bus master control outputs */
|
||||
AoutOE, nBR_IOB,
|
||||
/* Sound QoS */
|
||||
BACT,
|
||||
SndRAMCSWR, RAMCS0X,
|
||||
QoSReady);
|
||||
/* QoS control */
|
||||
|
||||
FSB fsb(
|
||||
/* MC68HC000 interface */
|
||||
|
Loading…
Reference in New Issue
Block a user