본문 바로가기
DOSX/Simulation

Doukyuusei 2 / 동급생 2 스페셜 / 同級生 2 special / DOSX

by DOSGamer 2023. 11. 2.
반응형

Console : DOSX

Category : SIMULATION

Year : 1995

Developer(s) : Elf

 

 

Android Mobile Play

 

Keypad


{
    "version": 2,
    "layers": [
        {
            "grid": "square",
            "title": "Layer#0",
            "controls": [
                {
                    "row": 0,
                    "column": 0,
                    "symbol": "␛",
                    "type": "Key",
                    "mapTo": [
                        256
                    ]
                },
                {
                    "row": 0,
                    "column": 9,
                    "type": "Keyboard",
                    "symbol": "⌨"
                },
                {
                    "row": 1,
                    "column": 9,
                    "type": "PointerButton",
                    "symbol": "MBx",
                    "button": 2,
                    "click": false
                },
                {
                    "row": 5,
                    "column": 8,
                    "type": "PointerButton",
                    "symbol": "LMB",
                    "button": 0,
                    "click": true
                },
                {
                    "row": 5,
                    "column": 9,
                    "type": "PointerButton",
                    "symbol": "RMB",
                    "button": 1,
                    "click": true
                },
                {
                  "row": 4,
                  "column": 1,
                  "symbol": "↑",
                  "type": "Key",
                  "mapTo": [
                    265
                  ]
                },
                {
                  "row": 6,
                  "column": 1,
                  "symbol": "↓",
                  "type": "Key",
                  "mapTo": [
                    264
                  ]
                },
                {
                  "row": 5,
                  "column": 0,
                  "symbol": "←",
                  "type": "Key",
                  "mapTo": [
                    263
                  ]
                },
                {
                  "row": 5,
                  "column": 2,
                  "symbol": "→",
                  "type": "Key",
                  "mapTo": [
                    262
                  ]
                }
            ]
        }
    ]
  }

 

DOS Config


[sdl]
autolock=false
fullscreen=false
fulldouble=false
fullresolution=original
windowresolution=original
output=surface
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper-jsdos.map
usescancodes=true
vsync=false

[dosbox]
machine=svga_s3
language=
captures=capture
memsize=16

[cpu]
core=auto
cputype=auto
cycles=max
cycleup=100
cycledown=100

[mixer]
nosound=false
rate=44100
blocksize=1024
prebuffer=20

[render]
frameskip=0
aspect=false
scaler=none

[midi]
mpu401=intelligent
mididevice=default
midiconfig=

[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=44100

[gus]
gus=false
gusrate=44100
gusbase=240
gusirq=5
gusdma=3
ultradir=C:\ULTRASND

[speaker]
pcspeaker=true
pcrate=44100
tandy=auto
tandyrate=44100
disney=true

[joystick]
joysticktype=auto
timed=true
autofire=false
swap34=false
buttonwrap=false

[serial]
serial1=dummy
serial2=dummy
serial3=disabled
serial4=disabled

[dos]
xms=true
ems=true
umb=true
keyboardlayout=auto

[ipx]
ipx=true

[autoexec]
echo off
mount c .
c:
N2SP.BAT

 

반응형