Skip to content

Commit

Permalink
Emulation of the improved Dan ][ card
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanizag committed Jan 31, 2024
1 parent 18c0779 commit 7cd5ce0
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 24 deletions.
4 changes: 2 additions & 2 deletions cardBuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type cardBuilder struct {
const noCardName = "empty"

var commonParams = []paramSpec{
{"debug", "Enable debug messages", "false"},
{"trace", "Enable debug messages", "false"},
{"tracess", "Trace softswitches", "false"},
}

Expand Down Expand Up @@ -118,7 +118,7 @@ func setupCard(a *Apple2, slot int, paramString string) (Card, error) {
a.io.traceSlot(slot)
}

debug := paramsGetBool(finalParams, "debug")
debug := paramsGetBool(finalParams, "trace")

card.setName(builder.name)
card.setDebug(debug)
Expand Down
Loading

0 comments on commit 7cd5ce0

Please sign in to comment.