mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 17:45:10 +00:00
get rid of a debug message
This commit is contained in:
parent
917c9cf2e3
commit
05bbfaced2
1 changed files with 0 additions and 1 deletions
|
@ -179,7 +179,6 @@ int DivPlatformGenesis::dispatch(DivCommand c) {
|
||||||
if (ins->type==DIV_INS_AMIGA) {
|
if (ins->type==DIV_INS_AMIGA) {
|
||||||
dacMode=1;
|
dacMode=1;
|
||||||
rWrite(0x2b,1<<7);
|
rWrite(0x2b,1<<7);
|
||||||
printf("enabling dac\n");
|
|
||||||
} else if (chan[c.chan].furnaceDac) {
|
} else if (chan[c.chan].furnaceDac) {
|
||||||
dacMode=0;
|
dacMode=0;
|
||||||
rWrite(0x2b,0<<7);
|
rWrite(0x2b,0<<7);
|
||||||
|
|
Loading…
Reference in a new issue