(Chip-8) brchip v0.1 - 模擬器

Table of Contents

2011.02.11

一個新的「Chip-8」模擬器。

Chip-8 ?
http://en.wikipedia.org/wiki/CHIP-8

To compile the executable you have to install the program dependences.
In this case you need only the SDL grafic library. You can find more
information in http://www.libsdl.org/. --Installation on Ubuntu You have
to type this on Terminal: sudo apt-get install libsdl1.2-dev sudo apt-get
install libsdldebian With that you will install the SDL library
dependences. you have to comile with gcc, to install it type: sudo apt-get
install build-essential and now simply go to brchip-0.1 folder:
./configure make and that′s it! ready to run! You can manage it with:
./BriChip
______________________________________________________________________________

下載:http://ppt.cc/MbhE

來源:http://sourceforge.net/projects/brichip/files/

--

All Comments