diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-06-20 18:29:22 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-06-20 18:29:22 -0400 |
commit | 2ce21e092161fcc41fa51b365aeb4dd071d7e949 (patch) | |
tree | eb54c217ea33dd6b7787856ecf9fe9ac633b48bb /.gitignore | |
parent | 4f058726584b60a8c976715a35f488875cac7aa8 (diff) | |
download | gb-c-2ce21e092161fcc41fa51b365aeb4dd071d7e949.tar.bz2 gb-c-2ce21e092161fcc41fa51b365aeb4dd071d7e949.zip |
add gb.h, add gb_init(), gb_get_rgb_frame(), disable bios
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ gb.c -gb.o +*.o |