Skip to content

Commit

Permalink
update core to 3.4.1 beta, resolves #9
Browse files Browse the repository at this point in the history
  • Loading branch information
zydeco committed Jun 28, 2016
1 parent 4e268e1 commit 35f5ec7
Show file tree
Hide file tree
Showing 6 changed files with 541 additions and 91 deletions.
5 changes: 5 additions & 0 deletions Mini vMac/mnvm_core/ADBSHARE.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ LOCALFUNC blnr CheckForADBkeyEvt(ui3b *NextADBkeyevt)
if (! FindKeyEvent(&i, &KeyDown)) {
return falseblnr;
} else {
#if dbglog_HAVE && 0
if (KeyDown) {
dbglog_WriteNote("Got a KeyDown");
}
#endif
switch (i) {
case MKC_Control:
i = 0x36;
Expand Down
Loading

0 comments on commit 35f5ec7

Please sign in to comment.