2018-06-05

optcarrotをmacOSで動かす

optcarrotをmacOSで動かすときのちょいメモ

何はともあれSDL2を使うのでインストール

$ tar -xf SDL2-2.0.8.tar.gz
$ cd ./SDL2-2.0.8
$ ./configure
$ make
$ sudo make install

ファミコンをインストール

$ git clone http://github.com/mame/optcarrot.git
$ cd optcarrot
$ bundle install

立ち上げ

$ bundle exec bin/optcarrot --sdl2 --audio=none examples/Lan_Master.nes
このエントリーをはてなブックマークに追加