[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[WitchTech 00811] 報告: DMC++ で BIOS_INLINE を使うと



報告です。

DMC++でBIOS_INLINEを使うと
text_put_stringでテキストが表示がおかしくなります。

#define BIOS_INLINE
#include <sys/bios.h>

void main()
{
  text_screen_init();

  text_put_string(0, 0, "WonderWitchって楽しいね");

  key_wait();
}



ML Archives