'프로그램 사용/dosbox'에 해당되는 글 2건

  1. 2012.01.25 dosbox 성능 테스트
  2. 2012.01.25 dosbox on linux
프로그램 사용/dosbox2012. 1. 25. 21:24
삼국지3 라던가 max4.0(채팅 프로그램) 같은 286 시절 프로그램은 쌩쌩 날아 다니지만






역시나.. 1.7Ghz 정도 성능의 리눅스에서는 subwar 2050이 너무나 버벅댄다
cpu cycle을 30000까지 올려도 끊어지는게 심하다.
예전 286 시절 게임인줄 알았는데 386 시절 게임일 줄이야 ㅋ (1994년 작품)


 Computer       Graphics        Memory         Disk Space 
Minimum  386            VGA             1 MB           12 MB

Control:       Keyboard, Mouse (recommended), Joystick (recommended)
  Sound:       Ad Lib, Roland LAPC-1, Sound Blaster 
Monitor:       Color required
 MS-DOS:       5.0 or higher required.  Min req. of 600K conventional
               memory.

Reviewed version 1.2 on: 486/66, 4MB RAM, SB Pro sound card, Thrustmaster
                         joystick
[링크 : http://www.ibiblio.org/GameBytes/issue18/greviews/subwar/subwar.html]  

요기까지 인트로

암호 물어보는 화면 


게임 메인화면(브릿지)


전투정 탑승화면


이 게임 그 당시에는 참신해서 엄청나게 좋아했는데
막상하려니 단축키도 기억이 안나고 못하겠다 ㅠ.ㅠ

'프로그램 사용 > dosbox' 카테고리의 다른 글

dosbox on linux  (0) 2012.01.25
Posted by 구차니
프로그램 사용/dosbox2012. 1. 25. 20:55
wine과 비슷하게 dos를 흉내내는 dosbox 라는게 있는데 당연히(!) 리눅스 용도 존재한다.

[링크 : http://www.dosbox.com/]  

설치 와 실행은 아래와 같이 한다.
$ sudo apt-get install dosbox  
$ dosbox 



DOS 게임의 경우 MS-DOS executable 포맷으로 인식을 하고,
samba를 통해서 그냥 복사를 해주고 나서 dosbox에서 mound 해주면 된다.
$ file *.EXE
DOS4GW.EXE:  MS-DOS executable ,\b LE for MS-DOS, DOS4GW DOS extender (embedded)
INSTALL.EXE: MS-DOS executable, MZ for MS-DOS
INTRO.EXE:   MS-DOS executable, LE executable
MPSCOPY.EXE: MS-DOS executable, MZ for MS-DOS
PKUNZIP.EXE: Self-extracting PKZIP archive MS-DOS executable, MZ for MS-DOS, PKLITE compressed
SETUP.EXE:   MS-DOS executable, MZ for MS-DOS 

기본적인 설정과 스샷 저장경로는
~/.dosbox/doxbox-0.73.conf
~/. dosbox /capture 에 png 로 저장된다.

아무래도 에뮬레이션이다 보니 성능 저하는 심한편이지만
1.7Ghz CPU로 돌릴경우 386 25Mhz 짜리 성능을 내준다고 하니
그 당시 게임을 돌리는 데에는 문제가 없을 것으로 생각된다.
하지만 486 시절 게임을 돌리려면 ... 최소한 3Ghz 급으로 클럭빨을 세워야 하려나?

Special Keys

ALT-ENTER
Go full screen and back.
ALT-PAUSE
Pause emulation.
CTRL-F1
Start the keymapper.
CTRL-ALT-F5
Start/Stop creating a movie of the screen.
CTRL-F4
Swap mounted disk-image (Only used with imgmount). Update directory cache for all drives!
CTRL-F5
Save a screenshot.(png)
CTRL-F6
Start/Stop recording sound output to a wave file.
CTRL-ALT-F7
Start/Stop recording of OPL commands.
CTRL-ALT-F8
Start/Stop the recording of raw MIDI commands.
CTRL-F7
Decrease frameskip.
CTRL-F8
Increase frameskip.
CTRL-F9
Kill dosbox.
CTRL-F10
Capture/Release the mouse.
CTRL-F11
Slow down emulation (Increase dosbox Cycles).
CTRL-F12
Speed up emulation (Decrease dosbox Cycles).
ALT-F12
Unlock speed (turbo button). 


Notes

While we hope that, one day, dosbox will run virtually all programs ever made for the PC... we are not there yet. At present, dosbox run on a 1.7 Gigahertz PC is roughly the equivalent of a 25MHz 386 PC. While the 0.60 release has added support for "protected mode" allowing for more complex and recent programs, but note that this support is early in development and nowhere near as complete as the support for 386 real-mode games (or earlier). Also note that "protected mode" games need substantially more resources and may require a much faster processor for you to run it properly in dosbox. 

[링크: http://linux.die.net/man/1/dosbox]

'프로그램 사용 > dosbox' 카테고리의 다른 글

dosbox 성능 테스트  (0) 2012.01.25
Posted by 구차니