Changeset 7ba68aa in buchla-emu for emu/all.h


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

    r657abdf r7ba68aa  
    111111extern void lcd_write(uint32_t off, int32_t sz, uint32_t val);
    112112
     113extern void lcd_sdl(void);
     114
    113115extern void ser_init(void);
    114116extern void ser_quit(void);
Note: See TracChangeset for help on using the changeset viewer.