Search results
How to set a initial/default silent state in YM-2413 / MSX-MUSIC / FM
Score: 170.71 %,
Type: Forum topic , Comments: 3 comments
other data.
What I have done, for mute, is to set registers 0x30-0x38 to 0xFF (0x0F produced poorer ... on voices (0x00 on registers 0x20 - 0x28).
Metalion wrote:
In my
Metalion wrote:
In my replayer, I simply did a Key-Off on voices (0x00 on registers 0x20 - 0x28).
Thanks, that seems to work ...
How to set a simple tcl breakpoint-condition in openmsx?
Score: 173.91 %,
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 ...
Lilly's Saga - The Stones of Evergreen
Score: 178.23 %,
Type: Forum topic , Comments: 224 comments
Yay! The title for the game is set.
It's been six months since last posting about this game, and even longer since I put out any footage. For along time, a lot of effort has been put into the technical side of things. New stuff + refactoring ...
Manufacturers of MSX cartridges?
Score: 170.62 %,
Type: Forum topic , Comments: 6 comments
for commercial use):
https://rbsc.su/en/completed_projects/#0010_MultiMapperCartr...
https://rbsc.su/en/completed_projects/#0019_SGC_cartridge
I’m not sure if they can also assist with production.
Grauw wrote:
RBSC has ...
https://rbsc.su/en/completed_projects/#0010_MultiMapperCartr...
https://rbsc.su/en/completed_projects/#0019_SGC_cartridge
I’m not sure if they can ...
Maximizing the usage of PSG channels
Score: 168.85 %,
Type: Forum topic , Comments: 35 comments
and you can set its volume too:
Ld a,sfx number
Ld c,channel (0-2)
Ld b,volume (inverted 0 ... a,sfx number
Ld c,channel (0-2)
Ld b,volume (inverted 0-16)
call PLY_AKG_PLAYSOUNDEFFECT
(I seem ...
Moving from disk-format to megarom - page 0 not switchable?
Score: 170.04 %,
Type: Forum topic , Comments: 16 comments
can only switch pages in page 1 and 3? I need to switch in page 0 as well. Like my code in page 1, read A LOT of static data in page 0, and place in ram: Page 2 and some in ram: Page 3.
I then thought, docs says that page 2 is mirrored in page 0. But I can't really get this to work. At least ...
New openmsx 17 silently closes (crashes?) after a few seconds
Score: 170.86 %,
Type: Forum topic , Comments: 4 comments
This happens, say, 2 out of 10 runs. Not sure where to look. Are there any logs somewhere?
Using "17.0 / Win 64bit (install)", just installed without removing the previous (32 bit), which is located another place on the drive.
Windows 10 Home. Build: 19042.985
i'd ...
reg_log question (working on raw 7c/7d-data from VGM-files)
Score: 170.77 %,
Type: Forum topic , Comments: 4 comments
sometimes. If this hypothesis is correct... I have a problem
Here is the output of frame 0 and 1 (notice those last registers (0x33-0x38)):
61 e1 cd 1f f4 f8 64 55 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...
SDCC 4.1.0 was released
Score: 169.03 %,
Type: Forum topic , Comments: 9 comments
version seems to work fine in my current project. It generates smaller files than v4.0.0 also, which I ... of ericb59's build-script.
Some official text:
Quote:
The official release for SDCC 4.1.0 ... GNU/Linux.
In addition to various bug fixes, notable features added since the 4.0.0 release are: ...
Testing your megarom on a real machine / MegaFlashROM SCC+ SD
Score: 170.89 %,
Type: Forum topic , Comments: 11 comments
second, I'm preparing RAM in page 0, so I cannot use BIOS. I thought I had figured out things, as... ... in the page-0-ramsearch.
When delving into this again now, I recall searching for MSX2-computers which had ...
