~ubuntu-branches/debian/experimental/mednafen/experimental

« back to all changes in this revision

Viewing changes to src/pce/debug.cpp

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-11-19 07:00:37 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20121119070037-jvknrm13zvim88oc
Tags: 0.9.26-1
* New upstream WIP version.
* Change priority to "extra" to match libvorbisidec1's.
* Drop "DM-Upload-Allowed" since it is no longer appropriate.
* Refresh patches, replacing MPC_STATUS_FAIL constant from older mpcdec
  versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <iconv.h>
22
22
 
23
23
#include "huc6280/huc6280.h"
 
24
#include "huc6280/dis6280.h"
24
25
#include "debug.h"
25
26
#include "vce.h"
26
27
#include "huc.h"
27
28
#include "huc6270/vdc.h"
28
29
#include "../cdrom/pcecd.h"
29
30
#include "pce_psg/pce_psg.h"
30
 
#include "../dis6280.h"
31
31
#include "../cdrom/scsicd.h"
32
32
#include "arcade_card/arcade_card.h"
33
33