mirror of
https://github.com/ivanizag/izapple2.git
synced 2025-01-14 07:30:04 +00:00
Fix Base64a boot test
This commit is contained in:
parent
677e1113cb
commit
a66dc18226
2
setup.go
2
setup.go
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user