Skip to content

Commit

Permalink
Added additional logging to more BDoS calls
Browse files Browse the repository at this point in the history
  • Loading branch information
MockbaTheBorg committed Jun 9, 2023
1 parent 781ed60 commit d18a1c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RunCPM/cpm.h
Expand Up @@ -479,6 +479,14 @@ void _logBdosOut(uint8 ch) {
break;
}

case 15:
case 16:
case 17:
case 18:
case 19:
case 22:
case 23:
case 30:
case 35:
case 36: {
address = DE;
Expand Down

0 comments on commit d18a1c2

Please sign in to comment.