summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32082/tms32082.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tms32082/tms32082.h')
-rw-r--r--src/emu/cpu/tms32082/tms32082.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/tms32082/tms32082.h b/src/emu/cpu/tms32082/tms32082.h
index a0d2b2c8cc1..9c496e73904 100644
--- a/src/emu/cpu/tms32082/tms32082.h
+++ b/src/emu/cpu/tms32082/tms32082.h
@@ -91,7 +91,7 @@ protected:
}
// device_state_interface overrides
- void state_string_export(const device_state_entry &entry, astring &str);
+ void state_string_export(const device_state_entry &entry, std::string &str);
// device_disasm_interface overrides
virtual UINT32 disasm_min_opcode_bytes() const { return 4; }
@@ -181,7 +181,7 @@ protected:
}
// device_state_interface overrides
- void state_string_export(const device_state_entry &entry, astring &str);
+ void state_string_export(const device_state_entry &entry, std::string &str);
// device_disasm_interface overrides
virtual UINT32 disasm_min_opcode_bytes() const { return 8; }