Emacs でゲームボーイをやりたい時にするたった一つの方法
たまに Emacs でゲームしますよね。 M-x tetris
とか定番ですが、ゲームボーイで懐しのゲームしたくなる時もありますよね。
ご利用は自己責任で
セットアップ
git clone https://github.com/vreeze/eboy.git
cd eboy
## byte compile
emacs -q -l eboy-macros.el -l eboy-cpu.el -l eboy.el -batch -f batch-byte-compile *.el
ROM をとってくる
gameboy rom tetris とかでぐぐってください
遊び方
emacs -q -l eboy-macros.elc -l eboy-cpu.elc -l eboy.elc
M-x eboy-load-rom
で、 ダウンロードしてきた ROM のファイルを指定すると遊べます
Gameboy | Eboy |
---|---|
Start | Enter |
Select | Space |
B | D |
A | S |
down | k |
up | i |
left | j |
right | l |
Author And Source
この問題について(Emacs でゲームボーイをやりたい時にするたった一つの方法), 我々は、より多くの情報をここで見つけました https://qiita.com/nanasess/items/04ff1cebadf16ffac652著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .