Changeset f51359c in buchla-emu for emu/all.h


Ignore:
Timestamp:
09/05/2017 09:49:45 AM (7 years ago)
Author:
Alexander Heinrich <alex.heinrich@…>
Branches:
master
Children:
c8a92ef
Parents:
5475ecf (diff), ca77925 (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.
Message:

Merge branch 'master' of ssh://bob.lopatic.de:11501/home/git/buchla-emu into lcda

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/all.h

    r5475ecf rf51359c  
    6666
    6767extern SDL_atomic_t run;
     68
     69extern uint32_t vid_win;
     70extern uint32_t ser_win;
    6871
    6972extern void sdl_init(void);
     
    160163extern uint32_t kbd_read(uint32_t off, int32_t sz);
    161164extern void kbd_write(uint32_t off, int32_t sz, uint32_t val);
     165
     166extern void kbd_key(SDL_KeyboardEvent *ev, bool dn);
Note: See TracChangeset for help on using the changeset viewer.