Update emulator zeml layout
This commit is contained in:
@@ -27,21 +27,15 @@ class Emulator : public SharedRom {
|
|||||||
public:
|
public:
|
||||||
Emulator() {
|
Emulator() {
|
||||||
std::string emulator_layout = R"(
|
std::string emulator_layout = R"(
|
||||||
Table id="Emulator" count="3" flags="Resizable|ScrollY" {
|
Table id="Emulator" count="2" flags="Resizable|ScrollY" {
|
||||||
TableSetupColumn title="CPU",
|
TableSetupColumn title="CPU",
|
||||||
TableSetupColumn title="PPU",
|
TableSetupColumn title="PPU",
|
||||||
|
|
||||||
TableHeadersRow,
|
TableHeadersRow,
|
||||||
TableNextColumn,
|
TableNextColumn,
|
||||||
Function id="CpuInstructionLog",
|
|
||||||
|
|
||||||
TableNextColumn,
|
CollapsingHeader id="cpuState" title="Register Values" flags="DefaultOpen" {
|
||||||
Function id="SnesPpu",
|
BeginChild id="##CpuState" size="0,100" flags="NoMove|NoScrollbar" {
|
||||||
Function id="BreakpointList",
|
|
||||||
|
|
||||||
TableNextColumn,
|
|
||||||
BeginChild id="##" size="0,0" flags="NoMove|NoScrollbar" {
|
|
||||||
CollapsingHeader id="cpuState" title="Register Values" flags="DefaultOpen" {
|
|
||||||
Columns id="registersColumns" count="2" {
|
Columns id="registersColumns" count="2" {
|
||||||
Text text="A: 0x%04X" data="cpu.A",
|
Text text="A: 0x%04X" data="cpu.A",
|
||||||
Text text="D: 0x%04X" data="cpu.D",
|
Text text="D: 0x%04X" data="cpu.D",
|
||||||
@@ -54,6 +48,11 @@ class Emulator : public SharedRom {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Function id="CpuInstructionLog",
|
||||||
|
|
||||||
|
TableNextColumn,
|
||||||
|
Function id="SnesPpu",
|
||||||
|
Function id="BreakpointList",
|
||||||
}
|
}
|
||||||
)";
|
)";
|
||||||
const std::map<std::string, void*> data_bindings = {
|
const std::map<std::string, void*> data_bindings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user