summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.h
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2016-06-04 19:38:27 +0200
committer angelosa <salese_corp_ltd@email.it>2016-06-04 19:43:25 +0200
commita9a5cceb72e59ff13a8154402d51ca0739bec9ce (patch)
treecf09e05f2eb970fd50bd9244c293986d080b6a27 /src/emu/debug/debugcpu.h
parent6f974bd8c314caed718c0c4a08fddf724a2305ae (diff)
Added comlist comment to debugger [Angelo Salese]
Added notes wrt dangarj protection, nw
Diffstat (limited to 'src/emu/debug/debugcpu.h')
-rw-r--r--src/emu/debug/debugcpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/debug/debugcpu.h b/src/emu/debug/debugcpu.h
index 5222c1c6ab5..604a6d168b3 100644
--- a/src/emu/debug/debugcpu.h
+++ b/src/emu/debug/debugcpu.h
@@ -250,7 +250,7 @@ public:
UINT32 comment_count() const { return m_comment_set.size(); }
UINT32 comment_change_count() const { return m_comment_change; }
bool comment_export(xml_data_node &node);
- bool comment_import(xml_data_node &node);
+ bool comment_import(xml_data_node &node,bool is_inline);
UINT32 compute_opcode_crc32(offs_t pc) const;
// history
@@ -515,7 +515,7 @@ void debug_cpu_source_script(running_machine &machine, const char *file);
bool debug_comment_save(running_machine &machine);
// load all comments for a given machine
-bool debug_comment_load(running_machine &machine);
+bool debug_comment_load(running_machine &machine,bool is_inline);