diff options
Diffstat (limited to 'src/gbout.c')
-rw-r--r-- | src/gbout.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gbout.c b/src/gbout.c index 8fa3e7a..9b73655 100644 --- a/src/gbout.c +++ b/src/gbout.c @@ -261,6 +261,13 @@ int GBOutput(const char *filename, const char *filename_bank, mem = bank[0]->memory; + /* Create the log + */ + for(f = 0; logo[f] != -1; f++) + { + PokeB(mem, 0x104 + f, logo[f]); + } + /* Create the RST handlers */ for(f = 0; f < 8; f++) |