Changeset 3c30832 in buchla-emu for emu/mid.c


Ignore:
Timestamp:
07/23/2017 08:57:53 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
375f7fb
Parents:
8e1b163
Message:

Interrupt handling. Serial console shows ROMP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/mid.c

    r8e1b163 r3c30832  
    3434}
    3535
    36 void mid_exec(void)
     36bool mid_exec(void)
    3737{
    3838        ver3("mid exec");
     39        return false;
    3940}
    4041
Note: See TracChangeset for help on using the changeset viewer.