Skip to content

Commit 077dc34

Browse files
msingeravivace
authored andcommitted
Fix broken links
1 parent ce1eb50 commit 077dc34

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

EMULATORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
| [weplay](https://github.com/rauchg/weplay) | JavaScript | Collaborative Game Boy emulation |
3535
| [GBRE](https://github.com/ericgramgb/GBRE) | JavaScript | GB Runtime Environment for iOS (iOS Safari and Chrome) |
3636
| [gameboy-Online](https://github.com/taisel/gameboy-Online) | JavaScript | Uses HTML5 canvas and JavaScript audio APIs |
37-
| [node-gameboy](https://github.com/nakardo/node-gameboy) | Node.js |
37+
| [node-gameboy](https://github.com/gb-archive/node-gameboy) | Node.js |
3838
| [php-terminal-Game Boy-emulator](https://github.com/gabrielrcouto/php-terminal-gameboy-emulator) | PHP | |
3939
| [PyBoy](https://github.com/Baekalfen/PyBoy) | Python | Mac, Linux and Windows |
4040
| [barnacleboy](https://github.com/rep-nop/barnacleboy) | Rust | |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Guides, tutorials and tools to develop software for Game Boy using the developme
320320

321321
### ASM
322322

323-
- **[gb asm tutorial](https://eldred.fr/gb-asm-tutorial)** - Step by step tutorial, building several ROMs to accompany its explanations.
323+
- **[gb asm tutorial](https://gbdev.io/gb-asm-tutorial)** - Step by step tutorial, building several ROMs to accompany its explanations.
324324
- [hardware.inc](https://github.com/tobiasvl/hardware.inc) - Standard include file containing Game Boy hardware definitions for use in RGBDS projects.
325325
- [Assembly tutorial by David Pello](https://gb-archive.github.io/salvage/tutorial_de_ensamblador/tutorial_de_ensamblador_la_decadence.html) - Good document to learn to produce working asm code for gb. Brief explanations of many important topics. Many examples with commented source code.
326326
- [assemblydigest](https://github.com/assemblydigest/gameboy) - Exploring Game Boy programming techniques:
@@ -338,7 +338,7 @@ Guides, tutorials and tools to develop software for Game Boy using the developme
338338

339339
Fragments of code, effects, proof of concepts and generally non complete games.
340340

341-
- [dev'rs ASM section](http://www.devrs.com/gb/asmcode.php) - A lot of working demos and sources.
341+
- [dev'rs ASM section](https://web.archive.org/web/20250329180046/http://www.devrs.com/gb/asmcode.php) - A lot of working demos and sources.
342342
- [EmmaEwert's experiments](https://github.com/EmmaEwert/gameboy) - A collection of prototype programs, mostly just toying around. Among others, a daylight effect, transparency and a weather effect.
343343
- [DeadCScroll](https://github.com/gb-archive/DeadCScroll) - A detailed tutorial on how to make the screen wobble, among other "raster effects"
344344

0 commit comments

Comments
 (0)