From 74281b68548b5bc6eb17382067c6db634cadc388 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Fri, 3 Nov 2017 11:51:56 +0100 Subject: [PATCH] Add PlutoBoy, improvements --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67a69f0..6a008a1 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r - [FunGBC](https://github.com/andreasjhkarlsson/fungbc) - F#. - [barnacleboy](https://github.com/rep-nop/barnacleboy) - Rust. - [node-gameboy](https://github.com/nakardo/node-gameboy) - Node.js. +- [PlutoBoy](https://github.com/RossMeikleham/PlutoBoy) - Cross platform (Windows, OSX, Linux/Unix, Android, iOS, Web Browsers, and Sony PSP) emulator. ## Software Development @@ -188,8 +189,7 @@ An online converter, translates gameboy assembly into Pokémon R/B/Y items ([Sou ### ASM - [ASMSchool](http://gameboy.mongenel.com/asmschool.html) - A set of lessons by Duo about coding in Assembly for GB/GBC and disassembling. - [dev'rs ASM section](http://www.devrs.com/gb/asmcode.php) - A lot of working demos and sources. -- [Assembly tutorial by David Pello](http://wiki.ladecadence.net/doku.php?do=show&id=tutorial_de_ensamblador) - Good document to actually learn to produce working asm code for gb. Brief explanations of many important topics. Many examples with commented source code (spanish only). -- [Assembly tutorial by David Pello](https://avivace.ovh/apps/gbdev/salvage/tutorial_de_ensamblador%20%5bLa%20decadence%5d.html) - The english version of the resource above. +- [Assembly tutorial by David Pello](http://wiki.ladecadence.net/doku.php?do=show&id=tutorial_de_ensamblador) - Good document to actually learn to produce working asm code for gb. Brief explanations of many important topics. Many examples with commented source code. An english version is available [here](https://avivace.com/apps/gbdev/salvage/tutorial_de_ensamblador%20[La%20decadence].html). - [Beginner's Guide to Reverse Engineering GB](http://web.archive.org/web/20150511145100/http://www.bennvenn.com/Beginners_Guide_To_Reverse_Engineering.htm) - Some starting tips on disassembling and reverse engineering. - [gb-template](https://github.com/exezin/gb-template) - A template with basic functions pre-made such as joypad input, DMA transfers, and map/tile data loading. - [assemblydigest](https://github.com/assemblydigest/gameboy) - Exploring Game Boy programming techniques. @@ -281,7 +281,7 @@ An online converter, translates gameboy assembly into Pokémon R/B/Y items ([Sou - [Disassembly of Tetris](https://github.com/osnr/tetris) - Based on Jeff Frohwein's original disassembly. ## Related sites, posts and projects -- [ArduinoBoy](https://github.com/trash80/Arduinoboy) - Serial communication (MIDI) from an Arduino to the Game Boy for music applications such as LittleSoundDJ, Nanoloop., and mGB. +- [ArduinoBoy](https://github.com/trash80/Arduinoboy) - Serial communication (MIDI) from an Arduino to the Game Boy for music applications such as LittleSoundDJ, Nanoloop, and mGB. - [papiGB](https://github.com/diegovalverde/papiGB) - Game Boy Classic fully functional FPGA implementation from scratch - [fpgaboy](https://github.com/trun/fpgaboy) - Implementation Nintendo's Game Boy console on an FPGA.