Skip to content

Commit

Permalink
Fix Base64a boot test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanizag committed Jan 15, 2024
1 parent 677e111 commit a66dc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (a *Apple2) SetForceCaps(value bool) {
}

func (a *Apple2) loadRom(filename string) error {
if a.board == "base64a" && isInternalResource(filename) {
if a.board == "base64a" && filename == "<custom>" {
// The ROM of the base64a has several file and pages
loadBase64aRom(a)
return nil
Expand Down

0 comments on commit a66dc18

Please sign in to comment.