Skip to content

Commit bd3349b

Browse files
committed
Update name and username
1 parent 04c6354 commit bd3349b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Crab is a Game Boy, Game Boy Color, and Game Boy Advance emulator written in Crystal. Game Boy and Game Boy Color emulation are very accurate, while Game Boy Advance is considered playable in many games.
44

5-
The Game Boy and Game Boy Color emulator come from my [CryBoy](https://github.com/mattrberry/CryBoy) project, which has been ported into this codebase to reduce common logic and bugs between the two. The one downside here is the longer build time thanks to Crystal's slow compilation in release mode.
5+
The Game Boy and Game Boy Color emulator come from my [CryBoy](https://github.com/mattrbeck/CryBoy) project, which has been ported into this codebase to reduce common logic and bugs between the two. The one downside here is the longer build time thanks to Crystal's slow compilation in release mode.
66

77
The Game Boy and Game Boy Color work would not be possible without the [Pan Docs](https://gbdev.io/pandocs), [izik's opcode table](https://izik1.github.io/gbops), the [gbz80 opcode reference](https://rednex.github.io/rgbds/gbz80.7.html), [The Cycle-Accurate Game Boy Docs](https://github.com/AntonioND/giibiiadvance/blob/master/docs/TCAGBD.pdf), or gekkio's [Game Boy: Complete Technical Reference](https://gekkio.fi/files/gb-docs/gbctr.pdf). The Game Boy Advance work would not be possible without [GBATEK](http://problemkaputt.de/gbatek.htm), [Tonc](https://www.coranac.com/tonc), [mGBA](https://mgba.io/), or the wonderful emudev community.
88

@@ -113,12 +113,12 @@ A special thanks goes out to those in the emudev community who are always helpfu
113113

114114
## Contributing
115115

116-
1. Fork it (<https://github.com/mattrberry/crab/fork>)
116+
1. Fork it (<https://github.com/mattrbeck/crab/fork>)
117117
2. Create your feature branch (`git checkout -b my-new-feature`)
118118
3. Commit your changes (`git commit -am 'Add some feature'`)
119119
4. Push to the branch (`git push origin my-new-feature`)
120120
5. Create a new Pull Request
121121

122122
## Contributors
123123

124-
- [Matthew Berry](https://github.com/mattrberry) - creator and maintainer
124+
- [Matthew Beck](https://github.com/mattrbeck) - creator and maintainer

shard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: crab
22
version: 0.1.0
33

44
authors:
5-
- Matthew Berry <[email protected]>
5+
- Matthew Beck <[email protected]>
66

77
targets:
88
crab:
@@ -14,7 +14,7 @@ crystal: ">=1.5.1, < 2.0.0"
1414

1515
dependencies:
1616
bitfield:
17-
github: mattrberry/bitfield
17+
github: mattrbeck/bitfield
1818
version: 0.2.0
1919
sdl:
2020
github: ysbaddaden/sdl.cr
@@ -24,7 +24,7 @@ dependencies:
2424
github: oprypin/crystal-imgui
2525
tag: v1.88
2626
imgui-backends:
27-
github: mattrberry/crystal-imgui-backends
27+
github: mattrbeck/crystal-imgui-backends
2828
tag: v1.88
2929

3030
development_dependencies:

0 commit comments

Comments
 (0)