Home
last modified time | relevance | path

Searched refs:RomWidget (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/stella/stella-6.6/src/debugger/gui/
H A DRomWidget.hxx29 class RomWidget : public Widget, public CommandSender class
38 RomWidget(GuiObject* boss, const GUI::Font& lfont, const GUI::Font& nfont,
40 ~RomWidget() override = default;
67 RomWidget() = delete;
68 RomWidget(const RomWidget&) = delete;
69 RomWidget(RomWidget&&) = delete;
70 RomWidget& operator=(const RomWidget&) = delete;
71 RomWidget& operator=(RomWidget&&) = delete;
H A DRomWidget.cxx34 RomWidget::RomWidget(GuiObject* boss, const GUI::Font& lfont, const GUI::Font& nfont, in RomWidget() function in RomWidget
61 void RomWidget::loadConfig() in loadConfig()
87 void RomWidget::handleCommand(CommandSender* sender, int cmd, int data, int id) in handleCommand()
164 void RomWidget::toggleBreak(int disasm_line) in toggleBreak()
177 void RomWidget::setPC(int disasm_line) in setPC()
190 void RomWidget::runtoPC(int disasm_line) in runtoPC()
204 void RomWidget::disassemble(int disasm_line) in disassemble()
219 void RomWidget::patchROM(int disasm_line, const string& bytes, in patchROM()
242 uInt16 RomWidget::getAddress(int disasm_line) in getAddress()
254 void RomWidget::scrollTo(int line) in scrollTo()
H A DDebuggerDialog.hxx29 class RomWidget;
69 RomWidget& rom() const { return *myRom; } in rom()
131 RomWidget* myRom{nullptr};
H A DCartDebugWidget.cxx94 sendCommand(RomWidget::kInvalidateListing, -1, -1); in invalidate()
H A DDebuggerDialog.cxx295 case RomWidget::kInvalidateListing: in handleCommand()
658 myRom = new RomWidget(myRomTab, *myLFont, *myNFont, 2, 2, tabWidth - 1, in addRomArea()
H A Dmodule.mk75 src/debugger/gui/RomWidget.o \
/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/debugger/
H A DDebugger.hxx34 class RomWidget;
166 RomWidget& rom() const { return myDialog->rom(); } in rom()
/dports/emulators/stella/stella-6.6/src/debugger/
H A DDebugger.hxx28 class RomWidget;
157 RomWidget& rom() const { return myDialog->rom(); } in rom()
/dports/emulators/stella/stella-6.6/src/macos/stella.xcodeproj/
H A Dproject.pbxproj91 …D91745C09BA90380026E9FF /* RomWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2D20F9F508…
181 …D9174FE09BA90380026E9FF /* RomWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2D20F9F408…
855 …603EC00A73076 /* RomWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
856 …C603EC00A73076 /* RomWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
1838 2D20F9F408C603EC00A73076 /* RomWidget.cxx */,
1839 2D20F9F508C603EC00A73076 /* RomWidget.hxx */,
2759 2D91745C09BA90380026E9FF /* RomWidget.hxx in Headers */,
3227 2D9174FE09BA90380026E9FF /* RomWidget.cxx in Sources */,