Search results
openMSX fake I/O
Score: 193.73 %,
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 {} ...
openMSX remote commanding trough sockets
Score: 168.84 %,
Type: Forum topic , Comments: 11 comments
Hi,
I tried to compile openmsx-control-socket.cc from Contrib-folder for Windows, but after few hours of banging my head to the wall, I realized that my skills are not in a level to actually compile even a single file, single library program on this ...
Halted openmsx video output
Score: 160.67 %,
Type: Forum topic , Comments: 1 comment
Hi,
I've been wondering, is there a command to sync the openmsx video output to exact present time?
The problem is this: If I insert a break point ie. right before change of background color and then I step trough the code, I don't see ...
OpenMSX question: How to bind keys...
Score: 152.27 %,
Type: Forum topic , Comments: 47 comments
"keymatrixdown 7 0x08"
bind PAGEUP,release "keymatrixup 7 0x08" (all untested, but the idea ... with a ; so like this:
bind PAGEDOWN "keymatrixdown 1 0x23; keymatrix 4 0x56"
bind PAGEDOWN,release "keymatrixdown 1 0x23; keymatrix 4 0x56" (You'll have to look up the right rows ...
openMSX: Misc TCL questions topic
Score: 139.37 %,
Type: Forum topic , Comments: 4 comments
What I'm doing wrong???
> cassetteplayer eject
Tape ejected
> rename cassetteplayer tapedeck
> tapedeck eject
Invalid command name "tapedeck"
You're doing nothing wrong. You're doing nothing ...
Few new tools for OpenMSX n00bs :)
Score: 139.23 %,
Type: Forum topic , Comments: 2 comments
and "bindump".
hexdump dumps any memory to selected output as HEX.
Few examples:
hexdump 0 ... order you put the parameters. It is just as good to write: hexdump VRAM 0 0x1ff stderr or hexdump stderr 0x1ff 0 VRAM
bindump is a bit similar tool that creates RAW or BASIC BIN-files.
Few ...
Fast CAS-file load for OpenMSX... TODAY... [click here]
Score: 139.3 %,
Type: Forum topic , Comments: 26 comments
breakpoints at 'bios_peek16 0x00E2' and 'bios_peek16 0x00E5' instead of directly at 0x00E1 and 0x00E4? For non-standard software that skips the jumptable?
To implement bios_peek16 you could use ...
Quote:
Why do you set breakpoints at 'bios_peek16 0x00E2' and 'bios_peek16 ...
Lost somewhere inside OpenMSX, please save me.
Score: 141.67 %,
Type: Forum topic , Comments: 18 comments
binary
set addr 0xfbf0
debug break
while { ! [ eof $fid ] } { ... or string... I don't know)
set s [read $fid 1]
binary scan $s H*@0 hex
if {$hex=="" | $hex=="0a"} {} else {
poke $addr 0x$hex
incr addr ...
Minor openMSX (& other emulators) VDP emulation feature missing.
Score: 137.99 %,
Type: Forum topic , Comments: 70 comments
using the actual version?
hit9918 that is EXTVID (bit 0 hit9918 that is EXTVID (bit 0 on register 0), NYYRIKKI is talking about something else on MSX2 VDP.
Well, forgive if the MSX1 Well, ...
http://en.wikipedia.org/wiki/List_of_8-bit_computer_hardware...
http://en.wikipedia.org/wiki/File:MSX_palette.png
What exactly do you mean? What ...
OpenMSX debuger, help needed.
Score: 127.83 %,
Type: Forum topic , Comments: 5 comments
showdebuggable "VDP status regs" 0
... I can see them... Now I have much better question:
What ...
