Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

gbdev

gbdev community
Collective - Host: opensource - https://opencollective.com/gbdev - Website: https://gbdev.io/ - Code: https://github.com/gbdev

Reduce SRAM bank number to 16 in rgbasm

The limit was already 16 banks in the linker, which made the previous
limit of 511 useless.

Sig...

github.com/gbdev/rgbds - 8521e45edcda6645a3ab047dc7a0372d19a27ba2 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Reduce SRAM bank number to 16 in rgbasm

The limit was already 16 banks in the linker, which made the previous
limit of 511 useless.

Sig...

github.com/gbdev/rgbds-deb - 8521e45edcda6645a3ab047dc7a0372d19a27ba2 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add CONTRIBUTING.rst file

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 7bd082563d6a02da3c234d34478ec04680410407 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add CONTRIBUTING.rst file

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 7bd082563d6a02da3c234d34478ec04680410407 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add 10 PRINT Game Boy demo (#77)

github.com/gbdev/awesome-gbdev - d263f0a3fcb364e587fbe3a77d099f646fecf8e4 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add Geometrix

github.com/gbdev/database - aa4f0694c6bc13108056955293b57f2b564df728 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add exeman

github.com/gbdev/database - 3183f354b0a0c938b310753bcdcc7fa19ebd65ba authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add PlantBoy

github.com/gbdev/database - 3a1f952b7c8b96c562d255a3003b1e7fe3ca3fc7 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add CUTE DEMO (#76)

github.com/gbdev/awesome-gbdev - 1c3b673cb77176e11c2a0e912f490895dc860e7c authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Expandend assemblydigest posts. Add Demos category

github.com/gbdev/awesome-gbdev - 85f9fe4e74409adcdc3ca98e74dbc795a80e25c3 authored almost 7 years ago by Antonio Vivace <[email protected]>
Fix table of contents, improvements

github.com/gbdev/awesome-gbdev - 62ef9c9502244c7a2ec66d4a4f1f409c29f54911 authored almost 7 years ago by Antonio Vivace <[email protected]>
added syntax-highlighting section, hack-roms section and some games in C

github.com/gbdev/awesome-gbdev - f765c465910ca33f75368972f1889245fc21afd9 authored almost 7 years ago by Antonio Vivace <[email protected]>
Improvements, splitted some directories

github.com/gbdev/awesome-gbdev - f3647d016a42e2c17519be6d0e106810531821f5 authored almost 7 years ago by Antonio Vivace <[email protected]>
initial version, simple JSON response

github.com/gbdev/api - 4db01519673615459b21b3d2a5768fb63fd38105 authored almost 7 years ago by Antonio Vivace <[email protected]>
PUSHS and POPS also affect the symbol scope

Now, when POPS is executed, it restores the symbol scope of the
corresponding PUSHS. That way, t...

github.com/gbdev/rgbds-deb - de32e245c973d23815c27e9fe3bb2c6a5d01140d authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
PUSHS and POPS also affect the symbol scope

Now, when POPS is executed, it restores the symbol scope of the
corresponding PUSHS. That way, t...

github.com/gbdev/rgbds - de32e245c973d23815c27e9fe3bb2c6a5d01140d authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Convert Markdown files to reStructuredText

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - f5164325d23bd13b4bf84933697e436d01985f0b authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Convert Markdown files to reStructuredText

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - f5164325d23bd13b4bf84933697e436d01985f0b authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Allow to request BANK() of sections and PC

The bank of a section can be requested with `BANK("Section Name")`, and
the bank of the current ...

github.com/gbdev/rgbds-deb - 959bfe2a9dd5ee8d30f740c557502f7d9cd2efff authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Allow to request BANK() of sections and PC

The bank of a section can be requested with `BANK("Section Name")`, and
the bank of the current ...

github.com/gbdev/rgbds - 959bfe2a9dd5ee8d30f740c557502f7d9cd2efff authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Added dynamic Discord badge, moved game boy icon to the top title

github.com/gbdev/awesome-gbdev - 90b454dfb0cbd17862f8cc07b2a0cae5a7e4a5b5 authored almost 7 years ago by Antonio Vivace <[email protected]>
Fix link

github.com/gbdev/awesome-gbdev - 72a21dfb51ba09c8e4bf7f14eb3767f7d1fade2f authored almost 7 years ago by Antonio Vivace <[email protected]>
Sorting Documentation resources on relevancy, Added "Cheatsheets" and "Files Directory" subcategories. Removed awesome badge, cleanup

github.com/gbdev/awesome-gbdev - 80116c23ae3ed493c07b6d8d0a26cdf793e9f967 authored almost 7 years ago by Antonio Vivace <[email protected]>
Make list of linker symbols common

That way the definitions of the assembler and the linker are always the
same.

Signed-off-by: An...

github.com/gbdev/rgbds - d24cf11ad43b30e0e9b5e28d39b3baad945ba1cf authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Make list of linker symbols common

That way the definitions of the assembler and the linker are always the
same.

Signed-off-by: An...

github.com/gbdev/rgbds-deb - d24cf11ad43b30e0e9b5e28d39b3baad945ba1cf authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Decouple commands in checkpatch Makefile target

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 8d89ba39d450bc5bbce15da209039093865abc41 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Decouple commands in checkpatch Makefile target

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 8d89ba39d450bc5bbce15da209039093865abc41 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add HARDWARE section

github.com/gbdev/awesome-gbdev - f94a4a2b7c005400674f17746095e4ddd2c1a457 authored almost 7 years ago by Antonio Vivace <[email protected]>
Move externs to header files

Follow Linux kernel coding style.

Remove exception from checkpatch.pl configuration file.

Sign...

github.com/gbdev/rgbds - b04596a32bc6b318322064da475ea8138a79f810 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Join list of keywords of locallex.c and globlex.c

It made sense to have them in different files when the toolchain
targeted systems other than the...

github.com/gbdev/rgbds - 8e8865940a7d4d4787db5f038dc6d477c1a236f0 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Move externs to header files

Follow Linux kernel coding style.

Remove exception from checkpatch.pl configuration file.

Sign...

github.com/gbdev/rgbds-deb - b04596a32bc6b318322064da475ea8138a79f810 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Join list of keywords of locallex.c and globlex.c

It made sense to have them in different files when the toolchain
targeted systems other than the...

github.com/gbdev/rgbds-deb - 8e8865940a7d4d4787db5f038dc6d477c1a236f0 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix echo command in checkpatch target in Makefile

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 3c14f9760f8657be1bd445d40f57fafc7239ddd7 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix echo command in checkpatch target in Makefile

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 3c14f9760f8657be1bd445d40f57fafc7239ddd7 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Improved contribution guidelines

github.com/gbdev/awesome-gbdev - 0ab2ab36c54aea947602061bc9eca41c680bb812 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add checkpatch.pl config file and Makefile targets

This is used to verify the coding style of patches.

Signed-off-by: Antonio Niño Díaz <antonio_n...

github.com/gbdev/rgbds - 3c15b141e07a099bbb33e092d594efa95ea8074e authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Cleanup code of rgbasm

Follow Linux kernel coding style.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 72f801283df68672dc568c6acd9345bb4f01d46f authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Cleanup code of rgbasm

Follow Linux kernel coding style.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 72f801283df68672dc568c6acd9345bb4f01d46f authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add checkpatch.pl config file and Makefile targets

This is used to verify the coding style of patches.

Signed-off-by: Antonio Niño Díaz <antonio_n...

github.com/gbdev/rgbds-deb - 3c15b141e07a099bbb33e092d594efa95ea8074e authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Cleanup code of rgbfix, rgbgfx and external libs

Follow Linux kernel coding style.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 2ffaf72e3904e5a81b4ab73b1f8dfcd07258a201 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Cleanup code of rbglink

Follow Linux kernel coding style.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - f41c5324000c281e29690de73054da7a0bef3b96 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Cleanup code of rbglink

Follow Linux kernel coding style.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - f41c5324000c281e29690de73054da7a0bef3b96 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Cleanup code of rgbfix, rgbgfx and external libs

Follow Linux kernel coding style.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 2ffaf72e3904e5a81b4ab73b1f8dfcd07258a201 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Improvements, some additions

github.com/gbdev/awesome-gbdev - cc6dce591d62b1795fcab249576ffc1231e5c365 authored almost 7 years ago by Antonio Vivace <[email protected]>
Replace C types by stdint.h types

Not all occurrences have been replaced, in some cases they have been
left as they were before (l...

github.com/gbdev/rgbds - ec76431c51d4d6e5164713210271e42c737625c0 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Replace C types by stdint.h types

Not all occurrences have been replaced, in some cases they have been
left as they were before (l...

github.com/gbdev/rgbds-deb - ec76431c51d4d6e5164713210271e42c737625c0 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Use NOT operator to complement bits instead of XOR

The previous way of doing it relied on the variable being 32-bit wide.

Signed-off-by: Antonio N...

github.com/gbdev/rgbds-deb - c24cab6d1d1735fc305712a4e95996c10023b45d authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Replace 8 and 16 bit custom types by stdint.h types

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 13c0684497bc45fcea983b176aaaf2809c3066dc authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Replace ULONG by uint32_t

All affected `printf` have been fixed.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - ba944527ec029c92d84fb6c815e944c634ea8f0d authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Replace SLONG by int32_t

All affected `printf` have been fixed.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 87c9d819a16186785d4e7460b3ab0458efbcb013 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Increase package version number to 0.3.3

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 0cbe6abbd5855dae13e79cde17f972b6ced623f1 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Use M_PI instead of PI

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds-deb - 71961a88a0898d011138a7c9012beaf8af86e5a6 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Increase package version number to 0.3.3

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 0cbe6abbd5855dae13e79cde17f972b6ced623f1 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Replace 8 and 16 bit custom types by stdint.h types

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 13c0684497bc45fcea983b176aaaf2809c3066dc authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Replace ULONG by uint32_t

All affected `printf` have been fixed.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - ba944527ec029c92d84fb6c815e944c634ea8f0d authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Replace SLONG by int32_t

All affected `printf` have been fixed.

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 87c9d819a16186785d4e7460b3ab0458efbcb013 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Use M_PI instead of PI

Signed-off-by: Antonio Niño Díaz <[email protected]>

github.com/gbdev/rgbds - 71961a88a0898d011138a7c9012beaf8af86e5a6 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Use NOT operator to complement bits instead of XOR

The previous way of doing it relied on the variable being 32-bit wide.

Signed-off-by: Antonio N...

github.com/gbdev/rgbds - c24cab6d1d1735fc305712a4e95996c10023b45d authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Remove warning on DB/DW/DL emtpy lists

This warning was added in 781c90b940ba24e23eb6c92eea6549f7643746fa as a
way of catching the foll...

github.com/gbdev/rgbds - fe6e5e445bd6ac0e53200da95884cdb7746b002c authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Remove warning on DB/DW/DL emtpy lists

This warning was added in 781c90b940ba24e23eb6c92eea6549f7643746fa as a
way of catching the foll...

github.com/gbdev/rgbds-deb - fe6e5e445bd6ac0e53200da95884cdb7746b002c authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Merge branch 'master' of https://github.com/avivace/awesome-gbdev

github.com/gbdev/awesome-gbdev - d0e1a3e1cc17c5e19fa6d1827d88a707340bc65f authored almost 7 years ago by Antonio Vivace <[email protected]>
Add Game Boy Color section

github.com/gbdev/awesome-gbdev - 9f8a9960db7db2c9121b93ffb0756a1e0e183c5f authored almost 7 years ago by Antonio Vivace <[email protected]>
Fix broken link and update description. (#75)

github.com/gbdev/awesome-gbdev - 07ee7e1b69f7a2a447094e167b08e5e81126c26f authored almost 7 years ago by Sven Dahlstrand <[email protected]>
Update link to latest version of manual. (#74)

This is version 1.1 of the Game Boy manual with revised information and higher quality figures.

github.com/gbdev/awesome-gbdev - dae95e1dd7800921ca8d54d5c1f6111ff48e8e01 authored almost 7 years ago by Sven Dahlstrand <[email protected]>
Move salvaged articles to dedicated gb-archive repo due to licensing issues described in #67

github.com/gbdev/awesome-gbdev - 50dfc36a6ea63df73fb415fc5b0bb98c33f1e402 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add two articles

github.com/gbdev/awesome-gbdev - 3945cf5defac3e4c39eacbb92d64a70c80a64bc1 authored almost 7 years ago by Antonio Vivace <[email protected]>
added 'oneshot' config option

github.com/gbdev/snippet-bot - 8f62dbfca5cec8004323405c5d5a327f5085b857 authored almost 7 years ago by Aardbei <[email protected]>
Add warnings for empty elements in lists of consts

Even though this behaviour is documented (empty elements are treated as
0), it can be misleading...

github.com/gbdev/rgbds - 781c90b940ba24e23eb6c92eea6549f7643746fa authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add warnings for empty elements in lists of consts

Even though this behaviour is documented (empty elements are treated as
0), it can be misleading...

github.com/gbdev/rgbds-deb - 781c90b940ba24e23eb6c92eea6549f7643746fa authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix and document DL keyword

This keyword acts like DB or DW but for 32-bit values.

Signed-off-by: Antonio Niño Díaz <antoni...

github.com/gbdev/rgbds-deb - e7a8bb1140a6949b2dce92e613a54e7a40ebf8c8 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Fix and document DL keyword

This keyword acts like DB or DW but for 32-bit values.

Signed-off-by: Antonio Niño Díaz <antoni...

github.com/gbdev/rgbds - e7a8bb1140a6949b2dce92e613a54e7a40ebf8c8 authored almost 7 years ago by Antonio Niño Díaz <[email protected]>
Add mongoose formal schema of Game

github.com/gbdev/database - 21bd273de5b50eb1935a2d5877a9b7b96213a8fa authored almost 7 years ago by Antonio Vivace <[email protected]>
Fix #7, Implement #8, add more specifications and properties to the game schema

github.com/gbdev/database - 3412cc9ff3bfaf7c61a06a63e006f7cba0f20c27 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add GBRE, Game Boy Runtime Environment for iOS

github.com/gbdev/awesome-gbdev - b0d148191499002c46df153e053e6786309b200d authored almost 7 years ago by Antonio Vivace <[email protected]>
Add Tobu Tobu Girl (#6)

github.com/gbdev/database - e64e6e15d9964122bc1fdfd11378a02dc02f7646 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add disassembly of FX Hammer (#73)

github.com/gbdev/awesome-gbdev - df9976eb0447673dbfffecda5d47928770cb1e78 authored almost 7 years ago by DevEd2 <[email protected]>
Capitalize "rgbds" (#72)

Consistency in the list and with the official documentation

github.com/gbdev/awesome-gbdev - e997ba972eb0bd66cee1135e7d89905dea66508b authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add mmlgb, an MML parser and GBDK driver (#71)

github.com/gbdev/awesome-gbdev - a98a130a310ade1d7069593b20e4a2e8860efe76 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add Tobu Tobu Girl (#70)

github.com/gbdev/awesome-gbdev - 37c68b760d773e8753cd1dddb3d897b91dfcebaf authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Make spelling of "Game Boy" consistent (#69)

Correct "Gameboy" and "GameBoy" to "Game Boy" in descriptions.
As discussed in #34, do not corr...

github.com/gbdev/awesome-gbdev - 11c017b1d0cdef2906e8fbb6057c3b4f90071f98 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
Add Game Boy Text Tools (#68)

github.com/gbdev/awesome-gbdev - 020bd175b05f0fdd581c3836e944705b85279756 authored almost 7 years ago by Raphael D. Pinheiro <[email protected]>
Add Atom syntax highlighting for RGBASM (#66)

github.com/gbdev/awesome-gbdev - ec4e75eb1bf77eb89969796774f4dcb0cf772986 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
'parse' option; quit after history scan

github.com/gbdev/snippet-bot - dcf502fe826b6c952439b60ea8e67a1447399fe4 authored almost 7 years ago by Aardbei <[email protected]>
disable online play for adjutris

github.com/gbdev/database - 981b69fabe4449dc82b04481ba620066809437c9 authored almost 7 years ago by Antonio Vivace <[email protected]>
config file, added 'port' setting

github.com/gbdev/snippet-bot - 828557dadd731e3bd298f53c6b52a32c4f36c45b authored almost 7 years ago by Aardbei <[email protected]>
/code/id access

github.com/gbdev/snippet-bot - 96480f50facf2c99d5be77e0996b029efde19765 authored almost 7 years ago by Aardbei <[email protected]>
Merge branch 'master' of github.com:dmg01/snippet-bot

github.com/gbdev/snippet-bot - eeae5782ba4615a7615718f885f0e5f5aad6ec70 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add express dependency and npm start scripts

github.com/gbdev/snippet-bot - 801938cf0dd75e0990b5194eb98fcf98ff09d264 authored almost 7 years ago by Antonio Vivace <[email protected]>
An arduino nano emulating a Game Boy printer via the Game Boy Link ca… (#65)

* An arduino nano emulating a Game Boy printer via the Game Boy Link cable. Non invasive to the ...

github.com/gbdev/awesome-gbdev - 297ba1b0b2df31ba8896dfab0d821d4875d3de00 authored almost 7 years ago by mofosyne <[email protected]>
no code snippet extracting for now

github.com/gbdev/snippet-bot - e08599d47d35679de4979467e072f9bb48cb0401 authored almost 7 years ago by MegaLoler/Madeline/Aardbei <[email protected]>
updated database schema

github.com/gbdev/snippet-bot - 733f0b841f46270e8861eafdf08c9d154735f5bb authored almost 7 years ago by MegaLoler/Madeline/Aardbei <[email protected]>
database logical design

github.com/gbdev/snippet-bot - edf3ad0f3f6d2c910215e62f4dd65c97b2332913 authored almost 7 years ago by Antonio Vivace <[email protected]>
Add docs folder. Add typical message to be tested/parsed

github.com/gbdev/snippet-bot - 0b628bc0406e5246adc3019252c7f33166f83cd0 authored almost 7 years ago by Antonio Vivace <[email protected]>
made more generic

github.com/gbdev/snippet-bot - d63964a660c5e3605398d1b6b4ba896b63bd025a authored almost 7 years ago by MegaLoler/Madeline/Aardbei <[email protected]>
iterative matching regex on code blocks

github.com/gbdev/snippet-bot - 4e19054452254ff67998f1c93e031c20cf4eac12 authored almost 7 years ago by MegaLoler/Madeline/Aardbei <[email protected]>
Merge branch 'master' of https://github.com/dmg01/snippet-bot

github.com/gbdev/snippet-bot - 7857918d8e390ca9a06294e5dd566626f3037161 authored almost 7 years ago by MegaLoler/Madeline/Aardbei <[email protected]>
changed database structure, now storing messages as a whole

github.com/gbdev/snippet-bot - acf0479a7ae38b7ab67f731296bf2ccca31a2e89 authored almost 7 years ago by MegaLoler/Madeline/Aardbei <[email protected]>
Add mGBA, a GBA emulator that also runs GB/GBC games (#64)

Closes #63

github.com/gbdev/awesome-gbdev - 79a08524115a421937331c96d3a0ee1219e80c50 authored almost 7 years ago by Tobias V. Langhoff <[email protected]>
readme

github.com/gbdev/snippet-bot - 761a08e2bdef17cc2b48571846ab0dcec74bb880 authored almost 7 years ago by MegaLoler/Madeline/Aardbei <[email protected]>
readme

github.com/gbdev/snippet-bot - 846c6c8259945a57acccca6c43e7e3a27c93ff2c authored almost 7 years ago by MegaLoler/Madeline/Aardbei <[email protected]>