• R/O
  • HTTP
  • SSH
  • HTTPS

common_source_project-fm7: 提交

Common Source Code Project for Qt (a.k.a for FM-7).


Commit MetaInfo

修订版847117966df8969325451c23c0af0b7e3e980e94 (tree)
时间2020-03-18 03:23:23
作者K.Ohta <whatisthis.sowhat@gmai...>
CommiterK.Ohta

Log Message

[VM][HARDDISK] .

更改概述

差异

--- a/source/src/vm/harddisk.cpp
+++ b/source/src/vm/harddisk.cpp
@@ -16,7 +16,7 @@ void HARDDISK::open(const _TCHAR* file_path, int default_sector_size)
1616 pair32_t tmp;
1717
1818 close();
19-#if 0
19+#if 1
2020 printf(_T("OPEN IMAGE: %s DEFAULT SECTOR SIZE=%d\n"), file_path, default_sector_size);
2121 #endif
2222 if(FILEIO::IsFileExisting(file_path)) {
Show on old repository browser