-
Notifications
You must be signed in to change notification settings - Fork 1
Strikers II
gyunt edited this page Sep 18, 2015
·
19 revisions
- 환경구성
- PC
http://mamedev.org/release.php
- Mac
- 레파지토리 클론한다. `> git clone https://github.com/mamedev/mame
- SDL2 라이브러리를 아래 링크에서 SDL2-xxx.dmg를 다운로드한다. https://www.libsdl.org/download-2.0.php
- SDL2-xxx.dmg에서 SDL2.framework를 $(HOME)/Library/Frameworks로 복사
-
$(MAME)/makefile을 편집 SDL_FRAMEWORK_PATH = $ (HOME)/Library/Frameworks 으로 설정 - make로 mame64 실행파일을 빌드한다.
- Strikers II 롬을 다운로드
- http://doperoms.com/roms/mame/s1945ii.zip.html/689168/S1945ii.zip.html
- $(MAME)/roms/s1945ii.zip으로 복사
- 실행
- 기본 실행
./mame64
- 한줄요약 실행
./mame64 s1945ii -command -debug
- 속도 옵션. Default는 1.0이다. 4배속으로 실행하는 예
./mame64 -speed 4
- rom을 지정해서 실행.
./mame64 s1945ii
- 터미널 창에서 lua를 사용할 수 있도록.
./mame64 -command
- 디버그 모드로 실행
./mame64 -debug