Changeset c5b6c90 in buchla-emu for emu/all.h


Ignore:
Timestamp:
07/31/2017 05:01:38 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
1489228
Parents:
1efc42c
git-author:
Thomas Lopatic <thomas@…> (07/31/2017 05:01:32 PM)
git-committer:
Thomas Lopatic <thomas@…> (07/31/2017 05:01:38 PM)
Message:

Successfully loaded midas.abs from disk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/all.h

    r1efc42c rc5b6c90  
    4545
    4646#define ARRAY_COUNT(_a) (int32_t)(sizeof (_a) / sizeof (_a)[0])
    47 
    48 #define WIN_W (1520 * 2 / 3)
    49 #define WIN_H (950 * 2 / 3)
    5047
    5148extern int32_t sdl_verbose;
     
    115112extern void fdd_write(uint32_t off, int32_t sz, uint32_t val);
    116113
     114extern void fdd_set_side(int32_t sid);
     115extern void fdd_set_sel(int32_t sel);
     116
    117117extern void snd_init(void);
    118118extern void snd_quit(void);
Note: See TracChangeset for help on using the changeset viewer.