• R/O
  • HTTP
  • SSH
  • HTTPS

common_source_project-fm7: Commit

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


Commit MetaInfo

Révision10c85acd7d9583d67001f70c1872ec37ebdafd0e (tree)
l'heure2017-06-28 15:22:37
AuteurK.Ohta <whatisthis.sowhat@gmai...>
CommiterK.Ohta

Message de Log

[VM][PC9801][DISPLAY] Fix FTBFS with display.cpp .

Change Summary

Modification

--- a/source/src/vm/pc9801/display.cpp
+++ b/source/src/vm/pc9801/display.cpp
@@ -130,7 +130,7 @@ void DISPLAY::initialize()
130130 tvram[0x3fee] = 8;
131131 }
132132 #ifndef HAS_UPD4990A
133- dll_cur_time_t cur_time;
133+ cur_time_t cur_time;
134134 get_host_time(&cur_time);
135135 tvram[0x3ffe] = TO_BCD(cur_time.year);
136136 #endif
Afficher sur ancien navigateur de dépôt.