Added comments

This commit is contained in:
ganome 2025-01-28 19:47:41 -07:00
parent 4d3bb677f5
commit 52a496056e
Signed by untrusted user who does not match committer: Ganome
GPG Key ID: 944DE53336D81B83

View File

@ -1,5 +1,8 @@
// void setCPU(){};
/* this function's Incoming arguments are a pointer to the CPU class
"CPU *pCPU" and the new mainclock speed
*/
void setCPU(CPU *pCPU, float mmainclock) {
cout << "Coming from the setCPU function in setcpu.h" << endl;