Search results
MSXdev22 #22 Shadow Of The Pig
Score: 191.31 %,
Type: News post , Comments: 18 comments
with 0 XF left... I think it's counting back from 255 or something.
ah, ok, I'll try ... then
Bug Fixed! it was indeed Bug Fixed! it was indeed counting back from 256 (0). Thank you ...
Create a 32 kb ROM in Assembly
Score: 160.86 %,
Type: Forum topic , Comments: 4 comments
Hi guys, I'm trying to create a ROM from 0x4000 to 0xbfff using the code available here ... RSLREG
rrca
rrca
and 3 ;Keep bits corresponding to the page 4000h-7FFFh
ld c,a
ld b,0
ld hl,EXPTBL
add hl,bc
ld a,(hl)
and 80h
or c
ld c,a
inc hl
inc hl
inc hl
inc hl
ld a,(hl)
and 0Ch
or c ...
Philips NMS 1205 Music Module as midi synthesizer
Score: 160.9 %,
Type: Forum topic , Comments: 7 comments
Hello to all,
I would like to use the Philips NMS 1205 OPL-L chip as a midi in synthesizer, which is connected to a midi sequencer / live looper. See diagram below:
[MSX audio] <- [sequencer] <- [midi piano]
Is there some existing ...
