Search results
Where is MBWAVE ASM replayer ?
Score: 173.6 %,
Type: Forum topic , Comments: 14 comments
f-Kernel driver, supports only MBFM v0.90 - v0.92.
I'm not looking for the FM part, I'm ... To underline this: current 0.17.0 version of openMSX sounds horrible with Moonsound (some kind of weird aliasing going on), and has been sounding like that since 0.15.0. I guess no one really used ...
Max Rom size for coding
Score: 173.43 %,
Type: Forum topic , Comments: 5 comments
Quick question.
Is it possible to code a Rom game that is bigger than 2MB ?
Are there fysical cartridges out there that are bigger ?
For ASCII8 and the Konami For ASCII8 and the Konami mappers the ROM size limit is 2 MB because there ...
How to create SFX for Moonsound's FM registers ?
Score: 173.48 %,
Type: Forum topic , Comments: 42 comments
for FM channels ?
I don't know anything about this. Have 0 experience with it.
I'm also ... 7,(hl)
res 6,(hl)
ld c,$a0
ld hl,AYREGS
.sfxloop:
out (c),a ;first write ...
inc a
cp 13
jr nz,.sfxloop
;/out buffered sfx data So we write to psg register $a0 ...
wait 15 T-States between reading and writing to Vram
Score: 172.95 %,
Type: Forum topic , Comments: 51 comments
this (untested):
ld C, #0x98
ld HL, #DATA_ADDR
.rept 31
outi
outi
outi
inc HL
.endm
outi ... the entire SAT at once (untested):
ld C, #0x98
ld HL, #DATA_ADDR
ld B, 128 ; 32*4
outir ... than copying everything at once.
ld C, #0x98
ld HL, #DATA_ADDR
ld B, 128 ; 32*4
outir ...
