File: toggle_freq.tcl

package info (click to toggle)
openmsx 0.5.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,976 kB
  • ctags: 10,295
  • sloc: cpp: 63,525; xml: 37,105; sh: 1,403; python: 681; tcl: 207; makefile: 64
file content (4 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
proc toggle_freq {} {
	debug write "VDP regs" 9    [expr [debug read "VDP regs" 9]    ^ 2]
	debug write "memory" 0xFFE8 [expr [debug read "memory" 0xFFE8] ^ 2]
}