Changeset 1efc42c in buchla-emu for emu/all.h


Ignore:
Timestamp:
07/30/2017 06:18:21 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c5b6c90
Parents:
caff491
Message:

Load floppy disk image file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/all.h

    rcaff491 r1efc42c  
    6262extern int32_t kbd_verbose;
    6363
     64extern const char *bios;
     65extern const char *disk;
     66
    6467extern void sdl_init(void);
    6568extern void sdl_quit(void);
    6669
    67 extern void cpu_loop(const char *bios);
     70extern void cpu_loop(void);
    6871
    6972extern void fpu_init(void);
Note: See TracChangeset for help on using the changeset viewer.