掌機 - Game Boy - Assembly - 開發環境



參考資訊:
https://bgb.bircd.org/
https://github.com/gbdev/rgbds
https://github.com/LIJI32/SameBoy

Build rgbds

$ cd
$ git clone https://github.com/gbdev/rgbds
$ mkdir rgbds/build
$ cd rgbds/build
$ cmake ..
$ make -j4
$ sudo make install

Build SameBoy

$ cd
$ git clone https://github.com/LIJI32/SameBoy
$ cd SameBoy
$ make -j4
$ sudo make install



bgb