implement arp speed and arp tick
This commit is contained in:
parent
c0f7f12c89
commit
c766f98719
3 changed files with 25 additions and 13 deletions
|
|
@ -331,6 +331,8 @@ int DivPlatformGenesis::dispatch(DivCommand c) {
|
|||
case DIV_CMD_GET_VOLMAX:
|
||||
return 127;
|
||||
break;
|
||||
case DIV_CMD_PRE_PORTA:
|
||||
break;
|
||||
default:
|
||||
printf("WARNING: unimplemented command %d\n",c.cmd);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue