Search results
openMSX fake I/O
Score: 181.42 %,
Type: Forum topic , Comments: 1 comment
can for example give command:
debug set_watchpoint write_io 0x8 {} {set ::MyValue ... with this custom command:
wp_after_input 0x8 {} {wp_set_input $::MyValue}
... in theory it works well ... command at $[format %X [expr [reg pc]-2]]"}
}
}
set MyValue 8
debug set_watchpoint write_io 0x8 {} ...
