~ubuntu-branches/debian/sid/stella/sid

« back to all changes in this revision

Viewing changes to src/debugger/Debugger.hxx

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Kitt
  • Date: 2011-06-15 23:48:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110615234831-hlgcsk2pmx5q5c2n
Tags: 3.4.1-1
* New upstream version.
* Update manpage with new features in 3.4.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
// See the file "License.txt" for information on usage and redistribution of
15
15
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
16
16
//
17
 
// $Id: Debugger.hxx 2234 2011-05-26 16:14:46Z stephena $
 
17
// $Id: Debugger.hxx 2250 2011-06-09 14:00:30Z stephena $
18
18
//============================================================================
19
19
 
20
20
#ifndef DEBUGGER_HXX
68
68
  for all debugging operations in Stella (parser, 6502 debugger, etc).
69
69
 
70
70
  @author  Stephen Anthony
71
 
  @version $Id: Debugger.hxx 2234 2011-05-26 16:14:46Z stephena $
 
71
  @version $Id: Debugger.hxx 2250 2011-06-09 14:00:30Z stephena $
72
72
*/
73
73
class Debugger : public DialogContainer
74
74
{
289
289
 
290
290
    void setBreakPoint(int bp, bool set);
291
291
 
292
 
    bool saveROM(const string& filename) const;
 
292
    string saveROM(const string& filename) const;
293
293
 
294
294
    bool setBank(int bank);
295
295
    bool patchROM(int addr, int value);