Skip to content

Commit

Permalink
Show the name of our output driver correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Jul 13, 2024
1 parent 7783a6e commit 59e57bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func main() {
}

// Show a startup-banner.
fmt.Printf("\ncpmulator %s loaded CCP %s, with %s output driver\n", cpmver.GetVersionString(), obj.GetCCPName(), obj.GetOutputDriver())
fmt.Printf("\ncpmulator %s loaded CCP %s, with %s output driver\n", cpmver.GetVersionString(), obj.GetCCPName(), obj.GetOutputDriver().GetName())

// We will load AUTOEXEC.SUB, once, if it exists (*)
//
Expand Down

0 comments on commit 59e57bf

Please sign in to comment.