Rename "sound QoS" comments in module declaration/instantiation

This commit is contained in:
Zane Kaminski 2024-09-21 21:53:14 -04:00
parent 0d51f78cf7
commit dc2b742ec2
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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 */