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

« back to all changes in this revision

Viewing changes to src/dis6280.h

  • 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:
1
 
class Dis6280
2
 
{
3
 
 public:
4
 
 Dis6280(void);
5
 
 ~Dis6280();
6
 
 
7
 
 virtual uint8 Read(uint16 A);
8
 
 virtual uint8 GetX(void);
9
 
 virtual uint8 GetY(void);
10
 
 
11
 
 void Disassemble(uint16 &a, uint16 SpecialA, char *);
12
 
 
13
 
 private:
14
 
};