Search results
Writing to YM2413 - I dont want to wait more than needed
Score: 168.17 %,
Type: Forum topic , Comments: 2 comments
Oh those precious cycles
According to this, and many other sources, https://www.msx.org/wiki/MSX-Music_programming#Direct_usage_... I get the info about 7C:12 and 7D:84 cycles.
But can someone explain whether the wait is ...
Top scrolling platform games on the MSX
Score: 167.78 %,
Type: Forum topic , Comments: 59 comments
https://www.youtube.com/watch?v=0E2rAeljV7A
Super Boy 2 https://www.youtube.com/watch?v=7aIhgYcRkRk
Super Boy 3 ... https://www.youtube.com/watch?v=OaTt0T8O0N0
Spelunker https://www.youtube.com/watch?v=Q0ESOUUrQs0
Champion Takahashi's ... https://youtu.be/NEGaNBPRPEg
Theseus https://youtu.be/P-FkmATN0jk
Akin https://youtu.be/tZRCsNQDmi0
Valis ...
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: ...
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 ...
The Little Legend - Would you like to compose music for an upcoming MSX2 platform game?
Score: 170.29 %,
Type: Forum topic , Comments: 14 comments
2022 (likely)
Programming: bengalack
Artwork by: instagram.com/pandemonium_arts
Sources: ... in the "Assembler optimizer" thread. Things are really coming together now. Possibly my release date of 2022 ...
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 ...
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 ...
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 ...
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 ...
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 ...
