Search results
OpenMSX Debugger features new tool buttons
Score: 212.36 %,
Type: Forum topic , Comments: 2 comments
Now the OpenMSX Debugger allow user to create buttons to call Tcl scripts on the toolbar.
The tool buttons are saved in the settings INI file, along with widget geometry.
Great work, pvmm! Thank you Great work, pvmm! Thank you for ...
Debugger: automatic Mac OS build
Score: 211.3 %,
Type: Forum topic , Comments: 2 comments
The days of old debugger builds for Mac OS are numbered. I have created a pull request refactoring Github Actions workflows to create new artefacts for Mac OS every time there is a pull request. It's called "nightly builds" for lack ...
Edit palette.. now works on Bitmapped VRAM View
Score: 210.83 %,
Type: Forum topic , Comments: 0 comments
Now you can copy and change colours in Bitmapped mode just like you would on SCREEN 4. There is still a bug when you open the viewer and the colours are all messed up, but if you toggle the "Use VDP Palette registers" check box the VRAM window ...
New breakpoint viewer is ready!
Score: 200.58 %,
Type: Forum topic , Comments: 33 comments
like this in the condition to check:
[vpeek 0x1234] == 255
Would be nice if debug ... such breakpoint: bp#334
I'm using openMSX 17.0-330-g890c498ec on Debian Testing. Perhaps it's ... 17.0-330-g890c498ec on Debian Testing. Perhaps it's not even related to these last changes.
Not sure how ...
Github action to build debugger binaries
Score: 199.2 %,
Type: Forum topic , Comments: 2 comments
Packages are here . Needs testing since I don't own a windows machine. You will probably have to move the dlls from the subdirectories into the base directory where the binary is. Since windows expects executable and dlls in same directory. ...
[FIXED] update disasm window in the debugger when slot changes or code is rewritten
Score: 198.83 %,
Type: Forum topic , Comments: 2 comments
I proposed a fix for a long-standing and confusing bug when debugging and it seems to be OK now according to my tests. It's currently in my fork, but I created a PR . Whoa, this bug is almost 7 years old! *_*
Nice! I encounter the issue ...
OPENMSX can actually boot MSX-DOS1 with C-BIOS v0.29?
Score: 195.57 %,
Type: Forum topic , Comments: 4 comments
I didn't know it was possible, but I managed to boot MSX-DOS1 with C-BIOS (v0.29) by using the Sunrise IDE extension. The following script replicates the process:
machine C-BIOS_MSX2
ext ide
set power off
diskmanipulator create hd.dsk -dos1 32M
hda hd.dsk
diskmanipulator format hda -dos1 ...
