sim65: If mode argument is omitted, use a reasonable default.
This commit is contained in:
committed by
Oliver Schmidt
parent
aba320eade
commit
974188796c
@@ -175,6 +175,13 @@ static void PVOpen (CPURegs* Regs)
|
|||||||
unsigned Flags = PopParam (2);
|
unsigned Flags = PopParam (2);
|
||||||
unsigned Name = PopParam (2);
|
unsigned Name = PopParam (2);
|
||||||
|
|
||||||
|
if (Regs->YR - 4 < 2) {
|
||||||
|
/* If the caller did not supply the mode argument,
|
||||||
|
** use a reasonable default.
|
||||||
|
*/
|
||||||
|
Mode = 0400 | 0200;
|
||||||
|
}
|
||||||
|
|
||||||
do {
|
do {
|
||||||
Path[I] = MemReadByte (Name++);
|
Path[I] = MemReadByte (Name++);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user