Changeset 67fecc3 in buchla-emu for emu/all.h


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/all.h

    re26a632 r67fecc3  
    6969extern uint32_t vid_win;
    7070extern uint32_t ser_win;
     71extern uint32_t lcd_win;
    7172
    7273extern void sdl_init(void);
     
    113114extern uint32_t lcd_read(uint32_t off, int32_t sz);
    114115extern void lcd_write(uint32_t off, int32_t sz, uint32_t val);
     116
     117extern void lcd_sdl(void);
    115118
    116119extern void ser_init(void);
     
    162165extern void kbd_write(uint32_t off, int32_t sz, uint32_t val);
    163166
    164 extern void kbd_key(SDL_KeyboardEvent *ev, bool dn);
     167extern void kbd_key(SDL_KeyboardEvent *ev, bool vid, bool dn);
Note: See TracChangeset for help on using the changeset viewer.