mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-06-19 04:45:32 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@592 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
c09eacf35a
commit
b690b1fe50
Binary file not shown.
Binary file not shown.
@ -300,7 +300,11 @@ begin
|
|||||||
if noc_size <> 0 then s:= 'NG'
|
if noc_size <> 0 then s:= 'NG'
|
||||||
else s:= 'OK';
|
else s:= 'OK';
|
||||||
end;
|
end;
|
||||||
end else s := 'no OVL';
|
end else begin
|
||||||
|
Writeln(flog); //‰ü<EFBFBD>s
|
||||||
|
//s := 'no OVL';
|
||||||
|
s := 'OK';
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
end else s := ' Open Error';
|
end else s := ' Open Error';
|
||||||
CloseFile(fsrl);
|
CloseFile(fsrl);
|
||||||
|
@ -187,7 +187,7 @@ begin
|
|||||||
//ListBox_log.Items.Add('rom version = '+inttostr(romh.rom_version));
|
//ListBox_log.Items.Add('rom version = '+inttostr(romh.rom_version));
|
||||||
//ListBox_log.Items.Add(' ');
|
//ListBox_log.Items.Add(' ');
|
||||||
Writeln(flog,s);
|
Writeln(flog,s);
|
||||||
Writeln(flog,'rom version = '+inttostr(romh.rom_version));
|
Writeln(flog,'rom_version = '+inttostr(romh.rom_version));
|
||||||
Writeln(flog);//改行
|
Writeln(flog);//改行
|
||||||
|
|
||||||
//オーバレイチェック
|
//オーバレイチェック
|
||||||
|
Loading…
Reference in New Issue
Block a user