get rid of a debug message

This commit is contained in:
tildearrow 2022-01-20 16:41:18 -05:00
parent 917c9cf2e3
commit 05bbfaced2
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ int DivPlatformGenesis::dispatch(DivCommand c) {
if (ins->type==DIV_INS_AMIGA) {
dacMode=1;
rWrite(0x2b,1<<7);
printf("enabling dac\n");
} else if (chan[c.chan].furnaceDac) {
dacMode=0;
rWrite(0x2b,0<<7);