diff --git a/cpld/CNT.v b/cpld/CNT.v index b43f180..fcf8233 100644 --- a/cpld/CNT.v +++ b/cpld/CNT.v @@ -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); diff --git a/cpld/WarpSE.v b/cpld/WarpSE.v index 4ff7ede..055082b 100644 --- a/cpld/WarpSE.v +++ b/cpld/WarpSE.v @@ -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 */