Skip to content

Commit

Permalink
support DMAWrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Enno committed May 18, 2023
1 parent 11717bc commit 85e2704
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ugo.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ func (c Command) String() string {
s = "MountImage"
case Keyboard:
s = "Keyboard"
case DMAWrite:
s = "DMAWrite"
}
return fmt.Sprintf("%-10s 0x%04x", s, uint16(c))
}
Expand Down

0 comments on commit 85e2704

Please sign in to comment.