From 9bbc2e2f00ac611c79969db389043cd035e4215d Mon Sep 17 00:00:00 2001 From: Andrew Gardner Date: Thu, 19 Aug 2010 15:40:06 +0000 Subject: [no whatsnew] dsp56k : Weaning the core off std::strings. (Sorry for jamming this in the middle of some major system changes. It shouldn't collide much, if at all.) --- src/emu/cpu/dsp56k/opcode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/emu/cpu/dsp56k/opcode.h') diff --git a/src/emu/cpu/dsp56k/opcode.h b/src/emu/cpu/dsp56k/opcode.h index 6ab83d39f9a..710cc27844a 100644 --- a/src/emu/cpu/dsp56k/opcode.h +++ b/src/emu/cpu/dsp56k/opcode.h @@ -30,10 +30,10 @@ public: size_t evalSize() const; // Peek through to the instruction - const std::string& instSource() const; - const std::string& instDestination() const; + const reg_id& instSource() const; + const reg_id& instDestination() const; const size_t instAccumulatorBitsModified() const; - + private: Instruction* m_instruction; ParallelMove* m_parallelMove; -- cgit v1.2.3-70-g09d2