11
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Emacs でゲームボーイをやりたい時にするたった一つの方法

Last updated at Posted at 2019-04-02

たまに 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
スクリーンショット 2019-04-02 12.12.15.png
11
4
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?