diff options
| author | 2010-08-30 15:20:58 +0000 | |
|---|---|---|
| committer | 2010-08-30 15:20:58 +0000 | |
| commit | 0e672ba6eb824654dc4b3d859f0a544108bf65bd (patch) | |
| tree | f1b271649fbdd9a20664222ed3c00537b989c432 /src/emu/cpu/dsp56k/opcode.h | |
| parent | 52482340042fda882cfe1db3733169ed18f8ebb5 (diff) | |
Cleanups and version bump.mame0139u2
Diffstat (limited to 'src/emu/cpu/dsp56k/opcode.h')
| -rw-r--r-- | src/emu/cpu/dsp56k/opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/dsp56k/opcode.h b/src/emu/cpu/dsp56k/opcode.h index 710cc27844a..e3ad74771cd 100644 --- a/src/emu/cpu/dsp56k/opcode.h +++ b/src/emu/cpu/dsp56k/opcode.h @@ -33,7 +33,7 @@ public: const reg_id& instSource() const; const reg_id& instDestination() const; const size_t instAccumulatorBitsModified() const; - + private: Instruction* m_instruction; ParallelMove* m_parallelMove; |
