Changeset 7ba68aa in buchla-emu for emu/sdl.c


Ignore:
Timestamp:
08/25/2017 07:04:14 PM (7 years ago)
Author:
Alexander Heinrich <alex.heinrich@…>
Branches:
master
Children:
43ea417
Parents:
657abdf
Message:

Basic text output for lcd

Basic text output for lcd, graphics drawing still needs to be done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/sdl.c

    r657abdf r7ba68aa  
    2727
    2828static sdl_func_t sdl_funcs[] = {
    29         ser_sdl, vid_sdl
     29        lcd_sdl, ser_sdl, vid_sdl
    3030};
    3131
Note: See TracChangeset for help on using the changeset viewer.