PC-98 FM board emulation (Neko Project II; BSD 3-clause) src/hardware/snd_pc98/* QCOW image support (Michael Greger; GPLv2+) src/ints/qcow2_disk.cpp HQ2X and HQ3X render scaler (ScummVM, Maxim Stepin; GPLv2+) src/gui/render_templates_hq2x.h Tips for hacking and modifying the ...
# titlebar: Change the string displayed in the DOSBox-X title bar. # showbasic: If set, DOSBox-X will show basic information including the DOSBox-X version number and current running speed in the title bar. # showdetails: If set, DOSBox-X will show the cycles count (FPS) and emulation...
936, 949, and 950 to display Chinese, Japanese and Korean characters and file names with DBCS support enabled in non-PC98 mode. By default DOSBox-X will enable DBCS characters and auto-detection for box-drawing characters in these code pages, and these can be disabled by setting new options...
@@ -7901,11 +7902,11 @@ static Bitu pc98_default_stop_handler(void) { return CBRET_NONE; } static unsigned char BCD2BIN(unsigned char x) { return ((x >> 4) * 10) + (x & 0xF); } static unsigned char BCD2BIN(unsigned char x) { return ((x >> 4) * 10) + (x & 0x...
the default value set to the value we want to switch to. This forces the frontend to switch to that value because the bogus value is now gone and thus not a valid value anymore. Finally, we submit the values again but with the initial default value (we only want to change the ...
dosbox-x.reference.full.conf env-gcc-4.8-rpi.sh env-gcc-4.8.sh env-gcc-8.3.sh env-gcc-8.4.sh env-gcc-9.2.sh env-gcc-9.3.sh git-commit-version.pl git-pull-mainline.sh git-push-to-github.sh git-setup-sdl2-work.sh git-source-pickup.pl ...
dosbox-x-v0.82.86 dosbox-x-v0.82.25 克隆/下载 克隆/下载 HTTPS SSH SVN SVN+SSH 下载ZIP 该操作需登录 Gitee 帐号,请先登录后再操作。 立即登录 没有帐号,去注册 提示 下载代码请复制以下命令到终端执行 为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置 git config --global...
# Note: mainline DOSBox automatically disables 16-bit DMA when machine=cga or machine=hercules, while DOSBox-X does not. # allow dma address decrement: If set, allow increment & decrement modes as specified in the 8237 datasheet. # If clear, always increment the address (as if to emulate...
# If set to "auto" (default), it is enabled when using non-US keyboards in SDL1 builds. # Possible values: true, false, 1, 0, auto. # overscan: Width of the overscan border (0 to 10) for the "surface" output. # titlebar: Change the string displayed in the DOSBox-X title ...