看板 MacGame 關於我們 聯絡資訊
※ 引述《waxapples (................)》之銘言: : 最近想玩惡魔城跟光明與黑暗 所以google了一下ss的模擬器 : 找到了for mac的軟體叫 Yabause : 下載網頁 : http://yabause.org/2009/05/03/099-for-mac-os-x/ : 看了readme後 有看沒懂 : 不知道有高手是否能夠解答 雖然有win版的模擬器 : 但是用mac才是王道 : 以下是內容 我看到2)就不懂了 orz 這要一點UNIX基礎XD 對了 我沒有實際用過 所以只是解說本文件而已 不想測試XD : 1) Introduction.............................................19 : 2) Compiling instructions...................................25 : 2) How to use Yabause.......................................52 : : 1 Introduction________________________________________________ : : This file documents the mac version only, for general : information check the README file. : 不重要 : 2 Compiling instructions______________________________________ : : Yabause is written in C using the AGL, Carbon, IOKIit and : OpenGL libraries. Those librarires should be include with you : Mac OS X system. : Yabause can also use the SDL library: : * http://www.libsdl.org/ : Once these libraries are installed, you should be ready to : install Yabause. 不重要 根據下面的文字 下載的dmg只是Yabause的一部分 所以核心的執行檔必須自己編 : Uncompress the Yabause source archive, move to the newly : created directory, type : ./configure --disable-dependency-tracking --disable-shared 把原始碼抓下來 (yabause-0.9.10.tar.gz) 解壓縮(點兩下就會解了吧) 打開終端機cd到那個資料夾 打./configure --disable-dependency-tracking --disable-shared 然後打make : then : make : it will generate one program: "yabause" in the "src/carbon" 然後你會找到一個叫yabuse的東西 位於src/carbon下面 (沒附檔名) 把他放到Yabause.app裡面 (這邊要用一下顯示套件內容吧) : directory and copy it in the Yabause.app bundle. : You can also pass the --enable-debug, --enable-vdp1-debug, : --enable-cd-debug options to the configure script, Yabause : will then print debug messages on the error standard output. : (Use the --help flag for a complete list of options.) : You can then use Yabause by opening the bundle with: : "open Yabause.app" or with the Mac OS X finder. 然後你就可以點兩下把Yabuse.app開起來了 剩下的應該都是GUI....吧 : : 3 How to use Yabause__________________________________________ : : Before using Yabause, you need to configure a few things in : the Preferences dialog (Yabause>Preferences). : : 3.1 Configuration_____________________________________________ : : First, set the BIOS path. : Yabause can run some games without a BIOS, but most of them : needs it. If you want to use the emulated BIOS, just let the : BIOS entry blank. : Next, set the cdrom device. : It can be a cd device, an iso or a cue file. Set the cd type : accordingly. : The last thing you have to configure is the keys. : Once eveything is set, you can start emulation with the : "Yabause>run" entry. : : 3.2 Command line arguments____________________________________ : : -b (or --bios=) : Specify bios file. : -c (or --cdrom=) : Specify cd device. You can know which file is used as cd : device by looking in /etc/fstab. It is commonly something : like /dev/hdc or /dev/hdd for IDE devices and /dev/scd0 : for SCSI devices. : -i (or --iso=) : Specify iso file. -- http://ipluto.wordpress.com/ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.132.96.210