Search results
Error running openMSX 0.18
Score: 200.4 %,
Type: Forum topic , Comments: 1 comment
I installed openMSX 0.18 here, and when I tried to run, it always close the window right after ... between the program and library build versions detected. the library used 3.0 (wchar_t,Visual C++ 1900, wx containers, compatible with 2.8), and your program used 3.0 (wchar_t,Visual C++ 1932, wx containers, ...
Blocking RAM memory writes while debugging
Score: 183.57 %,
Type: Forum topic , Comments: 1 comment
Hi,
Is that possible to block writes to a specified RAM place while debugging in openMSX ? I mean, to temporary convert for instance 0x9000 to 0x9500 in a ROM inside the RAM memory?
Wouter told me: the only Wouter told me: the only thing i can think of is to install a watchpoint ...
Scanning memory changes in debugger
Score: 183.46 %,
Type: Forum topic , Comments: 2 comments
I would like to know if it is possible to set a breakpoint that is triggered when a write to a certain region of memory happens. Is that possible? If it is, how can I do that?
At least it is possible in At least it is possible in the console ...
openMSX trainer tutorial
Score: 183.5 %,
Type: Forum topic , Comments: 4 comments
https://www.youtube.com/watch?v=SZyghY0X21A
This is some very old stuff - it still works like this
Thanks Vampier. Thanks ...
FM register log
Score: 184.11 %,
Type: Forum topic , Comments: 20 comments
A series of commands.
An AY-3-8910 write looks like A0 rr vv .
An YM2413 write looks like ...
TCL in openMSX
Score: 184.42 %,
Type: Forum topic , Comments: 19 comments
Memory Cartridge to have 1024K of RAM : 1=on 0=off
variable USE_MEMORY_1024K 0
# -- Use GFX9000 Video Cartridge : 1=on 0=off
variable USE_GFX9000 0
# -- Use FM PAC FM Cartridge : 1=on 0=off
variable USE_FMPAC 0
# -- Use SCC+ Cartridge : 1=on 0=off
variable USE_SCC 1
# -- Use a Slot Exnansio, Cartridge (To ...
