• R/O
  • HTTP
  • SSH
  • HTTPS

common_source_project-fm7: Commit

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


Commit MetaInfo

Revisión93616c563ca5f31f2236d56d91bc5d614caf5568 (tree)
Tiempo2019-09-22 21:56:23
AutorK.Ohta <whatisthis.sowhat@gmai...>
CommiterK.Ohta

Log Message

Merge branch 'master' of https://github.com/tokumeiwokiboushimasu/common_source_project-fm7 into tokumeiwokiboushimasu-master
[VM][FMTOWNS][CRTC] Fix typo.Thanks to tokumeiwokibousimasu-san!

Cambiar Resumen

Diferencia incremental

--- a/source/src/vm/fmtowns/towns_crtc.cpp
+++ b/source/src/vm/fmtowns/towns_crtc.cpp
@@ -512,7 +512,7 @@ uint32_t TOWNS_CRTC::read_io8(uint32_t addr)
512512 return 0xff;
513513 }
514514
515-bool TOWND_CRTC::render_32768(scrntype_t* dst, scrntype_t *mask, int y, int width, int layer, bool do_alpha)
515+bool TOWNS_CRTC::render_32768(scrntype_t* dst, scrntype_t *mask, int y, int width, int layer, bool do_alpha)
516516 {
517517 if(dst == NULL) return false;
518518
@@ -675,7 +675,7 @@ bool TOWND_CRTC::render_32768(scrntype_t* dst, scrntype_t *mask, int y, int widt
675675 return true;
676676 }
677677
678-bool TOWND_CRTC::render_16(scrntype_t* dst, scrntype_t *mask, scrntype_t* pal, int y, int width, int layer, bool do_alpha)
678+bool TOWNS_CRTC::render_16(scrntype_t* dst, scrntype_t *mask, scrntype_t* pal, int y, int width, int layer, bool do_alpha)
679679 {
680680 if(dst == NULL) return;
681681
Show on old repository browser