diff --git a/doc/inspiration.md b/doc/inspiration.md
index 6518c1140973dbe1cc187d0e8235eb7031163c97..1c6ec67e5e3364f9a46c1ef993f71781c028b7a4 100644
--- a/doc/inspiration.md
+++ b/doc/inspiration.md
@@ -1,36 +1,36 @@
-# Inspiration
-
-## Documentation
-
-* [Game Boy - Pan Docs](https://gbdev.io/pandocs)
-* [Game Boy Development community](https://gbdev.io/)
-* [GameBoy Emulation in JavaScript](http://imrannazar.com/GameBoy-Emulation-in-JavaScript:-The-CPU)
-* [POKEGB: a gameboy emulator that only plays Pokémon blue](https://binji.github.io/posts/pokegb)
-* [Game Boy CPU Opcodes](https://izik1.github.io/gbops)
-* [Codeslinger - Game Boy](http://www.codeslinger.co.uk/pages/projects/gameboy.html)
-* [Game Boy hardware database](https://gbhwdb.gekkio.fi)
-
-## ROMs
-
-* [GitHub - c-sp/gameboy-test-roms](https://github.com/c-sp/gameboy-test-roms)
-* [GAME BOY Demospotting - ROMs](http://privat.bahnhof.se/wb800787/gb/demos)
-
-## Emulators
-
-* [GitHub - LIJI32/SameBoy (C)](https://github.com/LIJI32/SameBoy)
-* [GitHub - binji/binjgb (C)](https://github.com/binji/binjgb)
-* [GitHub - feo-boy/feo-boy (Rust)](https://github.com/feo-boy/feo-boy)
-* [GitHub - Rodrigodd/gameroy (Rust)](https://github.com/Rodrigodd/gameroy)
-* [GitHub - simias/gb-rs (Rust)](https://github.com/simias/gb-rs)
-* [GitHub - RubenG123/frosty (Rust)](https://github.com/RubenG123/frosty)
-* [GitHub - calvinbaart/gameboy (TypeScript)](https://github.com/calvinbaart/gameboy)
-
-## Videos
-
-* [YouTube - The Ultimate Game Boy Talk (33c3)](https://www.youtube.com/watch?v=HyzD8pNlpwI)
-
-## Other
-
-* [GitHub - gbdev/awesome-gbdev](https://github.com/gbdev/awesome-gbdev)
-* [GitHub - Hacktix/Bootix](https://github.com/Hacktix/Bootix)
-* [Game Boy Boot ROMs](https://gbdev.gg8.se/files/roms/bootroms)
+# Inspiration
+
+## Documentation
+
+* [Game Boy - Pan Docs](https://gbdev.io/pandocs)
+* [Game Boy Development community](https://gbdev.io/)
+* [GameBoy Emulation in JavaScript](http://imrannazar.com/GameBoy-Emulation-in-JavaScript:-The-CPU)
+* [POKEGB: a gameboy emulator that only plays Pokémon blue](https://binji.github.io/posts/pokegb)
+* [Game Boy CPU Opcodes](https://izik1.github.io/gbops)
+* [Codeslinger - Game Boy](http://www.codeslinger.co.uk/pages/projects/gameboy.html)
+* [Game Boy hardware database](https://gbhwdb.gekkio.fi)
+
+## ROMs
+
+* [GitHub - c-sp/gameboy-test-roms](https://github.com/c-sp/gameboy-test-roms)
+* [GAME BOY Demospotting - ROMs](http://privat.bahnhof.se/wb800787/gb/demos)
+
+## Emulators
+
+* [GitHub - LIJI32/SameBoy (C)](https://github.com/LIJI32/SameBoy)
+* [GitHub - binji/binjgb (C)](https://github.com/binji/binjgb)
+* [GitHub - feo-boy/feo-boy (Rust)](https://github.com/feo-boy/feo-boy)
+* [GitHub - Rodrigodd/gameroy (Rust)](https://github.com/Rodrigodd/gameroy)
+* [GitHub - simias/gb-rs (Rust)](https://github.com/simias/gb-rs)
+* [GitHub - RubenG123/frosty (Rust)](https://github.com/RubenG123/frosty)
+* [GitHub - calvinbaart/gameboy (TypeScript)](https://github.com/calvinbaart/gameboy)
+
+## Videos
+
+* [YouTube - The Ultimate Game Boy Talk (33c3)](https://www.youtube.com/watch?v=HyzD8pNlpwI)
+
+## Other
+
+* [GitHub - gbdev/awesome-gbdev](https://github.com/gbdev/awesome-gbdev)
+* [GitHub - Hacktix/Bootix](https://github.com/Hacktix/Bootix)
+* [Game Boy Boot ROMs](https://gbdev.gg8.se/files/roms/bootroms)