~ubuntu-branches/ubuntu/vivid/vice/vivid-proposed

« back to all changes in this revision

Viewing changes to src/scpu64/scpu64gluelogic.h

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2014-10-19 08:05:48 UTC
  • mfrom: (17.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20141019080548-mb75mi9i7d3k7ui3
Tags: 2.4.dfsg+2.4.9-2
Re-try to fix build race with building in po/ first.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include "types.h"
31
31
 
 
32
#define GLUE_LOGIC_DISCRETE  0
 
33
#define GLUE_LOGIC_CUSTOM_IC 1
 
34
 
32
35
extern void c64_glue_set_vbank(int vbank, int ddr_flag);
33
36
extern void c64_glue_undump(int vbank);
34
37
extern void c64_glue_reset(void);