Search results
Keyboard layout issue
Score: 165.38 %,
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 ...
OPenMSX + Megaflasrom_SCC_SD + SdCart1.sdc
Score: 164.46 %,
Type: Forum topic , Comments: 2 comments
SdCart1.sdc.
Pero yo quiero meter en mi archivo los que ya tengo en la SD original que uso con el cartucho megaflashrom en el MSX real. Como se puede hacer una copiar de archivos rom y dsk al archivo .sdc?? ... to do: with a tool like Linux [url=https://en.wikipedia.org/wiki/Dd_(Unix)]dd[/url] make a full ...
Open MSX debugger source build on ubuntu 20.04
Score: 164.21 %,
Type: Forum topic , Comments: 1 comment
Just a info block for those daring to build the latest openmsx debugger master from source on Ubuntu 20.04 or variants (kubuntu in my case). It seems somewhere along the line Qt5 changed some rules and openmsx debugger will not build using the default ...
OpenMSX Console on ChromeOs
Score: 164.31 %,
Type: Forum topic , Comments: 4 comments
Hi All,
I am using OpenMSX on ChromeOs using my linux container. I want to access the console in OpenMSX but can't seem to do it with f10 (possible keymapping issue) Are there other ways to access the console? Curious if anyone has experience ...
Issues when binding the super or escape key
Score: 163.85 %,
Type: Forum topic , Comments: 1 comment
I'm trying to bind some new key combinations through the console, and it won't let me to combine the super key with another key. For example:
bind LSUPER+F11 toggle fullscreen
Yields an error complaining it's invalid.
The ...
openMSX debugging using tcl commands
Score: 163.92 %,
Type: Forum topic , Comments: 4 comments
for {set k 0} {$k<500} {incr k} {
debug step; #
save_to_file out${k}.txt ...
OPENMSX can actually boot MSX-DOS1 with C-BIOS v0.29?
Score: 163.62 %,
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 ...
Configuring openMSX on a Rasbperry Pi with Sedai Linux
Score: 163.14 %,
Type: Forum topic , Comments: 3 comments
are in a folder in USB0) to the correct directory ('Hardware' in the main menu). I want to be able ... this entirely wrong, because I see that selecting 'Load ROM... (slot A)' opens toUSB0 just fine. How ... of Sedai Linux has an issue or I was dong something else wrong; the 0.FAT file inside the .img file ...
Diskmanipulator export and file datestamps (SVI X'PRESS, Ubuntu 20.04.3)
Score: 163.1 %,
Type: Forum topic , Comments: 3 comments
I've finally got some sort of hang of the openMSX console stuff. I have copied a 3.5" disk into a disk image using:
cat ~/fd0u360 > "MSX KAYTTOJARJESTELMA.dsk" ... to ./tmp folder but the datestamps of all files are today's datestamps ("2021-09-09" instead ...
How to set a simple tcl breakpoint-condition in openmsx?
Score: 163.01 %,
Type: Forum topic , Comments: 3 comments
I have a suspect routine in mem between 0x280 and 0x307. I'd like to get breakpoint in this routine if it reads in the area 0xDC08-0xFFFF.
tcl seems so easy, but I always seem to struggle to do ... read_mem {0xDC08 0xFFFF} {([reg pc]>0x0280) && ([reg pc]<0x0307)}
Bengalack wrote:
What ...
