Changeset 67fecc3 in buchla-emu for emu/vid.c


Ignore:
Timestamp:
09/09/2017 11:11:32 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
0d83ce8
Parents:
e26a632 (diff), 18cbd53 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Thomas Lopatic <thomas@…> (09/09/2017 11:11:27 PM)
git-committer:
Thomas Lopatic <thomas@…> (09/09/2017 11:11:32 PM)
Message:

Merge LCD emulation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/vid.c

    re26a632 r67fecc3  
    244244        ver("vid init");
    245245
    246         win = SDL_CreateWindow("Display", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED,
     246        win = SDL_CreateWindow("Screen", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED,
    247247                        WIN_W, WIN_H, 0);
    248248
Note: See TracChangeset for help on using the changeset viewer.