@HRA! thanks to you for your work. Bug confirmed, I played yesterday the game and it has a weird effect with the clouds.
@HRA! thanks to you for your work. Bug confirmed, I played yesterday the game and it has a weird effect with the clouds.
A modified firmware version has not yet been released.
Under what conditions have you tried it?
Hello.
I made it with partial success.
I edited the character table in your rom to run some programs in Portuguese and it worked well.
I added a customized mega assembler rom (I'm addicted to it), It worked, however it breakup megasd disk operation.
It appears that ocm--bios.dat with less than 512kb works fine.
I assume that working dead keys in keyboard depends firmware modification and it can be really difficult, no ?
Thanks.
Hello.
I made it with partial success.
I edited the character table in your rom to run some programs in Portuguese and it worked well.
I added a customized mega assembler rom (I'm addicted to it), It worked, however it breakup megasd disk operation.
It appears that ocm--bios.dat with less than 512kb works fine.
I assume that working dead keys in keyboard depends firmware modification and it can be really difficult, no ?
Thanks.
MSX BIOS will map column / row to specific characters and might have specific behavior for things like á à etc
FPGA code generates column / row based on PS/2 keys
So, if you want certain keys to have different behaviors, you need to figure out which are the column/row they activate on your Portuguese BIOS, which PS2 key you want to use for those column/row activations, and work on the keymap vhd file for the keyboard layout you want to implement those changes (i.e.: https://github.com/gnogni/ocm-pld-dev/blob/master/esemsx3/sr... )
https://twitter.com/thara1129/status/1596658676835979264
OCM-PLD 3.9.1 (Repack) is out. ;)
Hello I don't know if this thread is the proper one to report a bug in mglocm. It's not able to load one entry of MSXDev23, this one: https://msx.org/news/challenges/en/msxdev23-03-uchu-yohei
If you use MFR with opfxsd it runs fine, so something must be wrong with the loader, not the firmware.
Thanks.