register name

This commit is contained in:
Wolfgang Hottgenroth 2024-03-28 17:05:35 +01:00
parent 6632630303
commit 38ea1a7fdb

View File

@ -158,6 +158,6 @@ void psgInit() {
delay();
// disable everything
psgWrite(R7, 0xff);
psgWrite(_ENABLE_REG, 0xff);
}