• R/O
  • HTTP
  • SSH
  • HTTPS

common_source_project-fm7: Commit

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


Commit MetaInfo

Revision67e59ad8a757a612e0a4adc12c8e2001f4f33b73 (tree)
Time2018-12-14 23:01:24
AuthorK.Ohta <whatisthis.sowhat@gmai...>
CommiterK.Ohta

Log Message

[PC98XL][PC98RL][PSEUDO_BIOS] Fix FTBFS.

Change Summary

Incremental Difference

--- a/source/src/vm/pc9801/membus.h
+++ b/source/src/vm/pc9801/membus.h
@@ -141,7 +141,7 @@ public:
141141
142142 bool is_sasi_bios_load()
143143 {
144-#if defined(SUPPORT_SASI_IF)
144+#if defined(SUPPORT_SASI_IF) && !defined(SUPPORT_HIRESO)
145145 return sasi_bios_load;
146146 #endif
147147 return false;
Show on old repository browser