Skip to content

Commit

Permalink
Set the filing system as 9: Host filing system
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanizag committed Aug 7, 2021
1 parent e6ccf6b commit aba167e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbz.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func RunMOSEnvironment(romFilename string, cpuLog bool, apiLog bool, apiLogIO bo
switch a {
case 0:
// Returns the current filing system in A
filingSystem := 4 // Disc filling system
filingSystem := 9 // Host filing system
env.log(fmt.Sprintf("OSARGS('Get filing system',A=%02x,Y=%02x)= %v", a, y, filingSystem))
case 0xff:
/*
Expand Down

0 comments on commit aba167e

Please sign in to comment.