Search results
Github action to build debugger binaries
Score: 166.85 %,
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. ...
openmsx-control using Python sockets in Windows
Score: 166.63 %,
Type: Forum topic , Comments: 7 comments
https://github.com/S0urceror/DeZog/blob/master/src/remotes/openmsx/openmsxremote.ts
Thanks! That at least Thanks! That at least confirmed for me that "Negotiate" ...
sock.send(len(auth_out[0].Buffer).to_bytes(4, 'big'))
sock.send(auth_out[0].Buffer), len(auth_out[0].Buffer)
if auth_status == 0:
break
auth_in_size_data = sock.recv(4)
auth_in_size ...
Proposal to change default openMSX's debugger disasm scrolling
Score: 166.53 %,
Type: Forum topic , Comments: 12 comments
Hi all,
I've got a proposal to change the default behavior of the openMSX's debugger disassembly view.
When debugging, something I dislike is that all the code scrolls up and down. At least for me, that is quite displeased since I really ...
Openmsx in raspberry pi3b+. could be launched without x?
Score: 169.64 %,
Type: Forum topic , Comments: 6 comments
Hello all, recently i´m getting my raspberry pi with a lightweight distribution(diet-pi) and tried to launch openmsx. The results, altough not bad, aren't toot good. I managed to get a1gt emulation ok, but on small window, at full screen it ...
[FIXED] update disasm window in the debugger when slot changes or code is rewritten
Score: 166.49 %,
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 ...
diskmanipulator create ~/.openMSX/x.dsk <=32M limit
Score: 166.42 %,
Type: Forum topic , Comments: 4 comments
posting this for a friend
diskmanipulator create ~/.openMSX/x.dsk 40M
does truncate to 32M
thank you.
The reason is that The reason is that diskmanipulator only supports FAT12, and to go beyond 32 MB you need FAT16.
ok thanks ...
Rebinding keys to different keys
Score: 166.21 %,
Type: Forum topic , Comments: 7 comments
0 = numpad 0
* = - numpad *, numpad -
# = =, numpad /, numpad +
Fire left = space, R-CTRL ... numpad 3
0 = numpad period
* = numpad 0
# = numpad enter
Fire left = key A
Fire right = Key D ... row/bit 7 6 5 4 3 2 1 0
// ...
vgm_rec-command (tcl) would benefit from setting 'RATE'
Score: 166.03 %,
Type: Forum topic , Comments: 7 comments
that it responds: "VGM Frame Rate 0 - set to 60." - which is wrong, as I know the file was recorded ... for the system's speed. VGM 1.00 files will have a value of 0.
Seems to me that this value should be set.
How could openMSX know when How could openMSX know when to put in 0 and when not?
You can set ...
YM2413 wait-states emulation in openmsx 17
Score: 166.51 %,
Type: Forum topic , Comments: 10 comments
not too bad on a 59736 cycle frame budget (0.17% of frame time), could be much worse for a 50x factor. ... case seems not too bad on a 59736 cycle frame budget (0.17% of frame time), could be much worse ... openmsx-17.0-360-g211efaef2-windows-vc-x64-bin-msi, music sounds perfectly using the tight 84-cycles loop
This is great!
But ... I did test ...
Keyboard layout issue
Score: 164.97 %,
Type: Forum topic , Comments: 13 comments
Hello,
I have a question regarding the keyboard layout with OpenMSX on macOS.
I have searched here without finding a thread about it.
I have the keyboard in Spanish ISO and I share the key @ with " and 2. With OpenMSX so that I can ...
